Skip to content

v1.1.1

Latest

Choose a tag to compare

@schuettc schuettc released this 06 May 21:16
· 3 commits to main since this release
f1a6940

Fix: MCP proxy now starts correctly when run via npx/npm bin symlink. The isMain guard was comparing the symlink path against the real file path and always returning false, so the proxy exited immediately without starting. Also fixes the MCP server to return 405 (not 400) for GET requests per the MCP Streamable HTTP spec.