maybe bug: text vs document in mcp response #12337
Replies: 1 comment
-
|
which MCP server are you using and what does the raw response look like? continue parses tool results per the MCP spec where each content block has a if your server is wrapping a search result, the canonical shape is: {
"content": [
{"type": "text", "text": "result snippet here"}
]
}not: {
"content": [
{"type": "document", "document": "..."}
]
}newer MCP versions added if you're on someone else's MCP server, file with them. if it's yours, change the shape to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am seeing mcp research response with text but I think continuedev is expecting document.
Beta Was this translation helpful? Give feedback.
All reactions