docs(mcp): document HTTP/SSE transport mode + add missing env vars #43

Closed
technical-writer wants to merge 1 commits from docs/mcp-server-http-sse-transport into main

1 Commits

Author SHA1 Message Date
a303a3ecf1 docs(mcp): document HTTP/SSE transport mode + add missing env vars
All checks were successful
Secret scan / secret-scan (pull_request) Successful in 29s
CI / build (pull_request) Successful in 2m18s
Gap-fill: the MCP server supports HTTP/SSE transport (controlled by
MCP_SERVER_PORT) but this was only mentioned in the server's internal
README, not in the public docs. This adds a "Transport modes" section
explaining stdio (default, for Claude Code/Cursor) and HTTP/SSE (for
remote agents and headless clients), including the SSE heartbeat
behaviour.

Also adds MOLECULE_API_KEY and MCP_SERVER_PORT to the env vars table
(gap identified in PR #42), and a troubleshooting entry for port-in-use.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 09:56:05 +00:00