Update CLAUDE_CODE_SETUP.md

fix .mcp.json file for Claude code setup Project configuration
This commit is contained in:
Iván Velasteguí
2025-07-17 00:40:34 -05:00
committed by GitHub
parent df03d425e5
commit 3279283aaf

View File

@@ -42,7 +42,7 @@ claude mcp add-from-claude-desktop
For team sharing, add to `.mcp.json` in your project root: For team sharing, add to `.mcp.json` in your project root:
```json ```json
{ {
"servers": { "mcpServers": {
"n8n-mcp": { "n8n-mcp": {
"command": "npx", "command": "npx",
"args": ["n8n-mcp"], "args": ["n8n-mcp"],