{
  "comment": "Windows configuration using WSL with standalone server",
  "comment2": "Run './run-server.sh' in WSL to set up the environment and get exact paths",
  "comment3": "Use './run-server.sh -c' to display the correct configuration",
  "mcpServers": {
    "zen": {
      "command": "wsl.exe",
      "args": [
        "/path/to/zen-mcp-server/.zen_venv/bin/python",
        "/path/to/zen-mcp-server/server.py"
      ]
    }
  }
}