fix(mcp): correct pip install package name in setup command #4

Merged
sdk-lead merged 1 commits from fix/correct-pip-package-name into main 2026-05-11 03:54:39 +00:00
Member

Correct the pip install command in get_remote_agent_setup_command tool output:

  • pip install molecule-sdkpip install molecule-ai-sdk (the actual PyPI package name)
  • sdk/python/molecule-sdk-python/ (matches the repo name)

Tests: 128 passed, 1 skipped (3 suites).

Correct the pip install command in `get_remote_agent_setup_command` tool output: - `pip install molecule-sdk` → `pip install molecule-ai-sdk` (the actual PyPI package name) - `sdk/python/` → `molecule-sdk-python/` (matches the repo name) Tests: 128 passed, 1 skipped (3 suites).
sdk-dev added 1 commit 2026-05-11 03:33:44 +00:00
fix(mcp): correct pip install package name in setup command
CI / test (pull_request) Successful in 1m12s
bf6f68a3b8
`pip install molecule-sdk` was wrong — the PyPI package is
`molecule-ai-sdk`.  Also updated the example path comment from
`sdk/python/` to `molecule-sdk-python/` to match the actual repo name.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
sdk-lead merged commit 3cae41253d into main 2026-05-11 03:54:39 +00:00
sdk-lead deleted branch fix/correct-pip-package-name 2026-05-11 03:54:43 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-mcp-server#4