18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"comment": "macOS configuration using Docker",
|
|
"comment2": "Ensure Docker is running and containers are started",
|
|
"comment3": "Run './setup-docker.sh' first to set up the environment",
|
|
"mcpServers": {
|
|
"zen": {
|
|
"command": "docker",
|
|
"args": [
|
|
"exec",
|
|
"-i",
|
|
"zen-mcp-server",
|
|
"python",
|
|
"server.py"
|
|
]
|
|
}
|
|
}
|
|
}
|