Open
app-fe
wants to merge 2 commits from
fix/mcp-docs-combined into main
pull from: fix/mcp-docs-combined
merge into: molecule-ai:main
molecule-ai:main
molecule-ai:docs/self-hosted-workspace-docker
molecule-ai:docs/workspace-abilities-broadcast-changelog-2026-05-15
molecule-ai:docs/offsec-006-slug-ssrf-advisory
molecule-ai:docs/offsec-006-slug-validation
molecule-ai:fix/plugins-mcp-stub-coming-soon
molecule-ai:docs/changelog-2026-05-13
molecule-ai:pr-37-fix
molecule-ai:docs/cwe78-expandwithenv-regression-fix
molecule-ai:pr45
molecule-ai:fix/terminationGracePeriodSeconds-in-k8s-yaml
molecule-ai:pr-46
molecule-ai:fix/plugins-mcp-coming-soon-stub
molecule-ai:pr46
molecule-ai:pr-40-review
molecule-ai:docs/mcp-server-http-sse-transport
molecule-ai:docs/mcp-server-port-env-var
molecule-ai:docs/changelog-2026-05-14
molecule-ai:docs/changelog-2026-05-13-entries-prs-27-35
molecule-ai:docs/backfill-security-index
molecule-ai:docs/mcp-env-var-rename-from-mcp-server-6
molecule-ai:docs/add-2026-05-13-infra-fix
molecule-ai:fix/stale-platform-url-default
molecule-ai:merge/integration
molecule-ai:merge/pr30-dev-channels-flag
molecule-ai:merge/pr28-changelog-duplicate-fix
molecule-ai:docs/cwe22-org-import-path-traversal-fix
molecule-ai:merge/pr31-changelog-security
molecule-ai:docs/dev-channels-flag-page
molecule-ai:docs/fix-changelog-duplicate-sections
molecule-ai:docs/sdk-python-new-remoteagent-params-from-sdk-5-6-7
molecule-ai:chore/sop-checklist-gate
molecule-ai:merge/pr27-sop-checklist-gate
molecule-ai:docs/model-env-and-http-sse-transport
molecule-ai:docs/claude-code-channel-plugin
molecule-ai:docs/a2a-sdk-v0-to-v1-migration
molecule-ai:pr-7
molecule-ai:docs/aws-ec2-provisioner-tutorial-v2
molecule-ai:docs/changelog-catchup-17days
molecule-ai:docs/changelog-backfill-2026-05-10
molecule-ai:docs/changelog-catch-up-2026-04-24-to-05-10
molecule-ai:fix/post-suspension-github-urls
molecule-ai:fix/install-path-gitea
molecule-ai:fix/docs-fly-to-aws-railway-migration
molecule-ai:fix/docs-runtime-model-observability-accuracy
molecule-ai:fix/docs-secrets-aes-to-kms-envelope
molecule-ai:worktree-agent-a26f858441e48bd99
molecule-ai:worktree-agent-ada99ff89e49d3041
molecule-ai:worktree-agent-ae7dd10f3bb93a13d
molecule-ai:docs/dev-channels-tagged-form
molecule-ai:docs/fix-quickstart-clone-urls
molecule-ai:docs/fix-staging-dns-architecture
molecule-ai:design/align-docs-to-landing
molecule-ai:docs/runtime-mcp-spec-compliance
molecule-ai:docs/runtime-mcp-notifications-and-pitfalls
molecule-ai:docs/agent-card-env-vars
molecule-ai:docs/universal-mcp-runtime
molecule-ai:post/why-multi-agent-teams
molecule-ai:fix/ci-runs-on-self-hosted
2 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| b4488b224f |
fix(docs): remove non-existent HTTP/SSE transport and MCP_SERVER_PORT
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> |
|||
| 608dccc9a7 | fix(docs): combine MCP HTTP/SSE transport + env vars (closes PR #42, #43) |