{
"title": "mcp.ToolsCapability",
"description": "Capabilities for tools.",
"type": "object",
"properties": {
"listChanged": {
"description": "Whether the server emits notifications when the tool list changes.",
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"omitempty": true
}
}
}