Skip to content

Commit e08f612

Browse files
committed
readme
1 parent 5feec6a commit e08f612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ You can easily access this file via the Claude Desktop app by navigating to Clau
172172
{
173173
"mcpServers": {
174174
"base-mcp": {
175-
"command": "node",
176-
"args": ["/path/to/base-mcp/build/index.js"],
175+
"command": "npx",
176+
"args": ["base-mcp@latest"],
177177
"env": {
178178
"COINBASE_API_KEY_NAME": "your_api_key_name",
179179
"COINBASE_API_PRIVATE_KEY": "your_private_key",

0 commit comments

Comments
 (0)