返回 CodeWhale
mcp.json
根目录 / crates / tui / plugins / computer-use / mcp.json
1 {
2 "$schema": "https://agent-plugins.org/schemas/mcp.json",
3 "mcpServers": {
4 "computer": {
5 "type": "stdio",
6 "command": "node",
7 "args": ["mcp/server.mjs"],
8 "cwd": ".",
9 "extensions": {
10 "net.codewhale": {
11 "execute_timeout": 120
12 }
13 }
14 }
15 }
16 }
17
17 lines JSON