diff --git a/mcp_config.json b/mcp_config.json index a27fcb1..3e29c3a 100644 --- a/mcp_config.json +++ b/mcp_config.json @@ -1,14 +1,14 @@ { "mcpServers": { "base-mcp": { - "command": "node", - "args": ["/Users/tinahe/base-mcp/build/index.js"], + "command": "npx", + "args": ["-y", "base-mcp@latest"], "env": { "COINBASE_API_KEY_NAME": "YOUR_COINBASE_API_KEY_NAME", "COINBASE_API_PRIVATE_KEY": "YOUR_COINBASE_API_PRIVATE_KEY", "SEED_PHRASE": "YOUR_WALLET_SEED_PHRASE", "COINBASE_PROJECT_ID": "YOUR_COINBASE_PROJECT_ID", - "OPENROUTER_API_KEY": "YOUR_OPENROUTER_API_KEY" // Optional, only needed for OpenRouter credits + "OPENROUTER_API_KEY": "YOUR_OPENROUTER_API_KEY" }, "disabled": false, "autoApprove": []