Skip to content

v2.0.1

Choose a tag to compare

@benoitc benoitc released this 21 May 00:10
· 7 commits to main since this release
89b8527

Follow-up hardening from a review of the 2.0.0 transport. No API changes.

  • Attach _auth only on the request dispatch path, so a client-posted JSON-RPC response (answering a server sampling/elicitation request) no longer carries it into the delivered map. Server-internal; matches 1.x.
  • barrel_mcp_http_listener backs off briefly on non-closed accept errors, so file-descriptor exhaustion (emfile) throttles the acceptor instead of spinning the CPU.

See CHANGELOG.md for full notes.