Merge PR #67: Fix Claude Code configuration key in documentation
Fixes the MCP configuration key from 'servers' to 'mcpServers' as expected by Claude Code.
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user