添加mcp服务器

优化敌人AI,修改成双重规则寻敌
This commit is contained in:
2026-06-28 23:08:20 +08:00
parent 3da879f58d
commit 6cc4f1035d
9 changed files with 473 additions and 116 deletions

15
unity/.mcp.json Normal file
View File

@@ -0,0 +1,15 @@
{
"mcpServers": {
"unity-api": {
"command": "uvx",
"args": ["unity-api-mcp"],
"env": {
"UNITY_VERSION": "2022"
}
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}