doc:fix: mcp server json config (#6)

This commit is contained in:
Stephen Ni
2025-02-26 16:44:06 +08:00
committed by GitHub
parent 5baebfc8f7
commit c81ce4f039

View File

@@ -39,7 +39,11 @@ Open your `claude_desktop_config.json` and add the mcp server to the list of `mc
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": ["-y", "kubernetes-mcp-server@latest"]
"args": [
"-y",
"kubernetes-mcp-server@latest"
]
}
}
}
```