v2.2.0
Added
/mcpCORS support. The in-process Streamable HTTP MCP endpoint now
answers the browser CORS preflightOPTIONSand exposesMcp-Session-Idon
its responses, so a browser-based MCP client (like the MCP Inspector, served
from its own localhost origin) can connect. Loopback on any port is allowed by
default, alongside the served host:port and any operator--allowed-origin
entries; the allowlist is shared with the transport's DNS-rebinding check so
the two never drift.
What's Changed
Full Changelog: v2.1.0...v2.2.0