mcp/pkg
Snider c8089fd597 fix(mcp): use shared locked writer for channel notifications
ChannelSend was writing to os.Stdout directly while the SDK's
StdioTransport also writes to os.Stdout — causing interleaved
JSON-RPC messages. Now both use a shared lockedWriter via IOTransport.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 12:22:53 +00:00
..
mcp fix(mcp): use shared locked writer for channel notifications 2026-03-26 12:22:53 +00:00