Setting the file. One moment.
Subchapter 1.18
tests/fixtures/webmcp.e2e.json
JSON33 lines621 B
{
"timeoutMs": 5000,
"tools": [
{
"name": "catalog_lookup",
"risk": "read-only",
"expectedAnnotations": {
"readOnly": true
},
"input": {
"sku": "NOTEBOOK-1"
},
"expectedOutputSubset": {
"sku": "NOTEBOOK-1",
"available": true
}
},
{
"name": "save_draft",
"risk": "reversible",
"expectedAnnotations": {
"readOnly": false
},
"input": {
"title": "Synthetic draft"
},
"expectedOutputSubset": {
"title": "Synthetic draft",
"saved": true
}
}
]
}