Files
zeling_v2/.mcp.json
T
2026-07-20 10:33:18 +08:00

15 lines
297 B
JSON

{
"mcpServers": {
"unity": {
"type": "stdio",
"command": "node",
"args": [
"Tools/unity-mcp-server/src/index.js"
],
"env": {
"UNITY_HUB_PATH": "C:\\Program Files\\Unity Hub\\Unity Hub.exe",
"UNITY_BRIDGE_PORT": "7890"
}
}
}
}