You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MCP spec does not require outputSchema to have type: 'object' at the
root level - it can be any valid JSON Schema. This allows tools to return
arrays, primitives, or other structures for list/batch responses.
inputSchema still correctly requires type: 'object' since tool inputs are
always named parameters.
Fixes#1149
0 commit comments