Closed
Description
When a MCP server is misbehaving (typically during development) and there are issues with message processing or response writing,
an Error response is written, see
Line 233 in edda393
(v0.23.0)
The createErrorResponse
is called with a nil
for id which is invalid according to the specification ; this causes errors in the client (when that is validating the message) and therefore hides the actual cause.
Metadata
Metadata
Assignees
Labels
No labels