I've encountered an issue integrating this MCP implementation with Claude Code. It appears the response returned to Claude Code includes an additional property, metadata
, causing schema validation to fail. Specifically, the metadata property isn’t permitted by the current TextContent schema definition.
Would it be possible to align the response structure with the official schema, or clarify if there’s an intended reason for the divergence?
Thank you!