-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Problem Description:
User testing confirmed that the JSON command in the Claude Code integration guide is broken. The command syntax was incorrect, causing "Invalid input" errors when users try the alternative JSON installation method.
Reproduction Steps:
- Follow the Claude Code integration guide
- Try the JSON command:
claude mcp add-json local '{"aptos-mcp": {...}}' - Receive "Invalid input" error
Screenshots: N/A
Proposed Solution:
Alternative: Using JSON configuration
If you encounter issues with the CLI approach, you can use the JSON method to install it locally to the folder you are in:
claude mcp add-json aptos-mcp '{"command": "npx", "args": ["-y", "@aptos-labs/aptos-mcp"], "type": "stdio", "env": {"APTOS_BOT_KEY": "<your_bot_api_key>"}}'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels