Basically what the title says. it puts this in the `.mcp.json` file: ``` "servers": { "argent": { "type": "stdio", "command": "argent", "args": [ "mcp" ], ... ``` but the key you need is "mcpServers.json" as far as I know. I [looked through the Claude Code docs](https://code.claude.com/docs/en/mcp) and didn't see any mention of a "servers" key.
Basically what the title says. it puts this in the
.mcp.jsonfile:but the key you need is "mcpServers.json" as far as I know. I looked through the Claude Code docs and didn't see any mention of a "servers" key.