fix(filesystem): handle invalid stdio JSON-RPC frames#4228
Conversation
|
Nice, defensive framing here — recovering after a bad frame is the right behavior. One layering thought for the maintainers, since I just looked at the same class of bug in the SDK: the reason this needs ~240 lines of custom transport is that the SDK's own If that lands in the SDK, the filesystem server (and every other server) could keep using the stock |
LuuOW
left a comment
There was a problem hiding this comment.
Technical audit: Verified MCP server implementation for consistency with current SDK patterns.
Summary
Fixes #4206.
Fixes #4207.
Tests