Files
my-pal-mcp-server/examples/claude_config_wsl.json
Fahad 746380eb7f Renamed setup script to avoid confusion (https://github.com/BeehiveInnovations/zen-mcp-server/issues/35)
Further fixes to tests
Pass O3 simulation test when keys are not set, along with a notice
Updated docs on testing, simulation tests / contributing
Support for OpenAI o4-mini and o4-mini-high
2025-06-14 09:28:20 +04:00

19 lines
428 B
JSON

{
"comment": "Windows configuration using WSL with Docker",
"comment2": "Ensure Docker Desktop is running and WSL integration is enabled",
"comment3": "Run './run-server.sh' in WSL first to set up the environment",
"mcpServers": {
"zen": {
"command": "wsl.exe",
"args": [
"docker",
"exec",
"-i",
"zen-mcp-server",
"python",
"server.py"
]
}
}
}