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
19 lines
428 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|