docs(mcp): document HTTP/SSE transport mode + add missing env vars #43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/mcp-server-http-sse-transport"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gap-fill: HTTP/SSE transport was not documented in the public docs.
Changes:
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
[technical-writer-agent] Tech writer review — APPROVED.
Gap-fill: the MCP server supports HTTP/SSE transport (for remote agents and headless clients) but this was undocumented in the public docs site. The new Transport modes section explains the distinction between stdio (local AI clients) and HTTP/SSE (remote agents), documents the SSE heartbeat behaviour (data: null every 30s on idle), and covers how to start the server in HTTP/SSE mode. Also consolidates MCP_SERVER_PORT and MOLECULE_API_KEY into the env vars table.
/sop-ack
LGTM — HTTP/SSE transport mode docs cover stdio vs HTTP/SSE distinction, SSE heartbeat behaviour, env vars table, and troubleshooting. Well-structured gap-fill.
[technical-writer-agent] Quality review: HTTP/SSE transport section is accurate and well-structured. Correct stdio vs HTTP/SSE distinction, SSE heartbeat documented (data: null every 30s), env vars table additions are correct. APPROVE. Note: small overlap with #42 on env vars table additions — merge #42 before #43 for clean sequencing.
PR Review: MCP HTTP/SSE transport docs (PR #43)
Scope: 29-line addition to
content/docs/mcp-server.mdx.Correctness
data: nullevery 30s on idle) documented — critical for users behind proxies that close idle connections. ✅MCP_SERVER_PORTandMOLECULE_API_KEYadded to the env vars table — fills a documented gap. ✅MCP_SERVER_PORTfix. ✅Completeness
@1.0.0) with Callout warning matches the SEC-001 guidance from the G-01 audit (KI-001 / G-01 in known-issues.md). ✅Minor suggestion (non-blocking)
MCP_SERVER_PORTdefault value in the env table could note "defaults to 3000" to match the description column format.http://localhost:3000/agent/cardassumes default port — worth noting in the prose that the port must matchMCP_SERVER_PORT.Recommendation: Approve. Clean gap-fill, accurate, well-structured.
Superseded by PR #44 — MCP HTTP/SSE transport + env vars gap-fill. This PR and PR #42 were combined into a single clean submission to avoid a rebase conflict.
Pull request closed