fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details

This commit is contained in:
Fahad
2025-12-04 18:11:55 +04:00
parent bcfaccecd4
commit b2dc84992d
122 changed files with 1423 additions and 1056 deletions

View File

@@ -1,11 +1,11 @@
{
"comment": "Example Claude Desktop configuration for Zen MCP Server",
"comment": "Example Claude Desktop configuration for PAL MCP Server",
"comment2": "Run './run-server.sh -c' to get the exact configuration for your system",
"comment3": "For platform-specific examples, see the examples/ directory",
"mcpServers": {
"zen": {
"command": "/path/to/zen-mcp-server/.zen_venv/bin/python",
"args": ["/path/to/zen-mcp-server/server.py"]
"pal": {
"command": "/path/to/pal-mcp-server/.pal_venv/bin/python",
"args": ["/path/to/pal-mcp-server/server.py"]
}
}
}