molecule-core/mcp-server/src
Hongming Wang 7e76340a2b fix(mcp-server): setup_command references real module, not broken path
The get_remote_agent_setup_command handler emitted
\`python3 -m examples.remote-agent.run\` — an invalid Python module path
(dashes not allowed in module names), so the command never actually
worked. Replace with a direct \`python3 -c "..."\` snippet that imports
from \`molecule_agent\` (the real SDK module) and points to the demo
script for reference.

Fixes the pre-existing jest failure in \`handleGetRemoteAgentSetupCommand
emits bash for external workspace\` that was flagged against PR #2.
Updates test expectation to \`molecule_agent\` (the actual importable
module name) from the never-valid \`molecule-agent\`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 14:09:21 -07:00
..
__tests__ fix(mcp-server): setup_command references real module, not broken path 2026-04-13 14:09:21 -07:00
tools fix(mcp-server): setup_command references real module, not broken path 2026-04-13 14:09:21 -07:00
api.ts refactor(mcp-server): split 1697-line index.ts into per-domain modules 2026-04-13 13:27:04 -07:00
index.ts refactor(mcp-server): split 1697-line index.ts into per-domain modules 2026-04-13 13:27:04 -07:00