Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 27 May 14:42
· 1 commit to main since this release
8763f4e

Fixed

  • HTTP transport accepts multiple clients / reconnectsstartHttpTransport now builds a fresh McpServer and stateless StreamableHTTPServerTransport per /mcp request. Previously a single module-scope server was reused for every request, so any client after the first was rejected with -32600 "Invalid Request: Server already initialized", breaking reconnects and multi-client deployments. Verified end-to-end against a live FortiManager 7.6.6 with multiple sequential opencode (deepseek) sessions. (#13, #14) — thanks @AndreADV77 for the report and fix proposal.

Full Changelog: https://github.com/jmpijll/fortimanager-code-mode-mcp/compare/...

Note: This server requires locally-generated API spec files. See README for setup instructions.