fix(docs): MCP HTTP/SSE transport + env vars gap-fill (combines #42 + #43) #44

Open
app-fe wants to merge 2 commits from fix/mcp-docs-combined into main

2 Commits

Author SHA1 Message Date
b4488b224f fix(docs): remove non-existent HTTP/SSE transport and MCP_SERVER_PORT
All checks were successful
Secret scan / secret-scan (pull_request) Successful in 25s
CI / build (pull_request) Successful in 2m41s
MCP server source confirms:
- Only StdioServerTransport exists (no HTTP/SSE server)
- No MCP_SERVER_PORT env var
- apiCall() sends no Authorization header

Removed the entire "Transport modes" section (non-existent HTTP/SSE
endpoint), MCP_SERVER_PORT row from env table and troubleshooting, and
MOLECULE_API_KEY from config examples (auth is planned, not wired yet).
Replaced with accurate "Transport" section documenting stdio-only mode.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 18:49:20 +00:00
608dccc9a7 fix(docs): combine MCP HTTP/SSE transport + env vars (closes PR #42, #43)
All checks were successful
Secret scan / secret-scan (pull_request) Successful in 10s
CI / build (pull_request) Successful in 40s
2026-05-14 16:50:25 +00:00