Fixed
- MCP-over-HTTP session termination — the endpoint now handles
DELETE(with theMcp-Session-Idheader) that Streamable-HTTP clients send to close a session on teardown. Previously this returned405(harmless but noisy in logs); it now drops the session and returns204, 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