Skip to content

NovoMCP v1.1.3

Latest

Choose a tag to compare

@ariharrisonlab ariharrisonlab released this 24 Jul 14:50
f1d1d4a

Fixed

  • MCP-over-HTTP session termination — the endpoint now handles DELETE (with the Mcp-Session-Id header) that Streamable-HTTP clients send to close a session on teardown. Previously this returned 405 (harmless but noisy in logs); it now drops the session and returns 204, completing the HEAD/GET/POST/DELETE transport surface.

Upgrading: git pull && pip install -r requirements.txt.

Full changelog: https://github.com/NovoMCP/novomcp/blob/main/CHANGELOG.md