Aiden
CDCloudflare Developers
•Created by Aiden on 2/25/2025 in #workers-help
workers-mcp: returning other types
Hi there! Has anyone else used the
workers-mcp
package? It works great, but I can't seem to return any data to the client except text. This might be a misunderstanding of MCP, but I'm curious if anyone else has thoughts.
For example:
Attempting to return an object to the client (in this case MCP Inspector) results in an "invalid tool result" error, even though the tool returns a valid JSON blob. I'm not sure how to return JSON to the client unless everything's just supposed to be handled as strings?1 replies