mirror of https://github.com/sysown/proxysql
The MCP protocol requires tool call results to be wrapped in content items
with type and text fields. This matches what other MCP servers do.
Before: {"result": [{"name": "testdb", ...}]}
After: {"result": [{"type": "text", "text": "[{\"name\": \"testdb\", ...}]"}]}
This should fix the issue where Claude Code was timing out waiting for responses.
pull/5310/head
parent
55dd5ba574
commit
2b5134632c
Loading…
Reference in new issue