- Repository URL consistency: Updated all references to BeehiveInnovations/zen-mcp-server format - Documentation clarity: Fixed misleading table headers and improved Docker configuration examples - File conventions: Added missing final newlines to all files - Configuration consistency: Clarified API key placeholder format in documentation Addresses all points raised in PR #17 review by Gemini Code Assist. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"comment": "Example Claude Desktop configuration for Zen MCP Server",
|
|
"comment2": "For Docker setup, use examples/claude_config_docker_home.json",
|
|
"comment3": "For platform-specific examples, see the examples/ directory",
|
|
"mcpServers": {
|
|
"zen": {
|
|
"command": "docker",
|
|
"args": [
|
|
"exec",
|
|
"-i",
|
|
"zen-mcp-server",
|
|
"python",
|
|
"server.py"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|