killapp/.vscode/mcp.json
2026-03-30 16:25:00 +08:00

10 lines
211 B
JSON

{
"mcpServers": {
"mcp-unity": {
"command": "node",
"args": [
"D:/unity_project/Kill/Library/PackageCache/com.gamelovers.mcp-unity@0d46436568/Server~/build/index.js"
]
}
}
}