fix(mcp): correct pip install package name in setup command #4
Reference in New Issue
Block a user
Delete Branch "fix/correct-pip-package-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Correct the pip install command in
get_remote_agent_setup_commandtool 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).