molecule-mcp-server/src
Molecule AI SDK-Dev 0726dd52cc fix(mcp): read MOLECULE_API_URL env var for platform base URL
MOLECULE_API_URL is the canonical platform env var per platform docs
(docs/development/constraints-and-rules.md). The MCP server was reading
MOLECULE_URL instead, causing it to default to localhost:8080 when used
in environments that only set MOLECULE_API_URL.

Added MOLECULE_API_URL as the highest-priority source, with legacy fallbacks
(MOLECULE_URL, PLATFORM_URL) preserved for existing deployments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 05:41:13 +00:00
..
__tests__ feat: MCP server content + npm publish CI 2026-04-16 03:50:00 -07:00
tools feat(mcp): add Zod schema validation to all tool handlers 2026-04-21 20:33:23 +00:00
utils feat(mcp): add structured pino logging with AsyncLocalStorage context (KI-001) (#6) 2026-04-22 18:37:40 +00:00
api.ts fix(mcp): read MOLECULE_API_URL env var for platform base URL 2026-04-24 05:41:13 +00:00
index.ts feat(mcp): add structured pino logging with AsyncLocalStorage context (KI-001) (#6) 2026-04-22 18:37:40 +00:00