We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a87fe9 commit 4d93014Copy full SHA for 4d93014
src/mcp/server/stdio.py
@@ -58,7 +58,7 @@ async def stdin_reader():
58
async for line in stdin:
59
try:
60
message = types.jsonrpc_message_adapter.validate_json(line, by_name=False)
61
- except Exception as exc: # pragma: no cover
+ except Exception as exc:
62
await read_stream_writer.send(exc)
63
continue
64
0 commit comments