killapp/.vscode/mcp.json

10 lines
211 B
JSON
Raw Normal View History

2026-03-30 16:25:00 +08:00
{
"mcpServers": {
"mcp-unity": {
"command": "node",
"args": [
"D:/unity_project/Kill/Library/PackageCache/com.gamelovers.mcp-unity@0d46436568/Server~/build/index.js"
]
}
}
}