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
fix(tool): Do not return empty outputSchema (#573)
* fix(tool): Do not return empty `outputSchema`
If the output schema is not specify, we do not return it as we break the MCP specification that are expecting the following format:
```json
"outputSchema": {
"type": "object",
"properties": {},
"required": []
}
```
* fix(tool): typo in test
0 commit comments