forked from IvanMurzak/Unity-MCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.83 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "com.ivanmurzak.unity.mcp",
"displayName": "AI Game Developer — MCP",
"author": {
"name": "Ivan Murzak",
"url": "https://github.com/IvanMurzak"
},
"keywords": [
"AI",
"AI Skills",
"AI Tools",
"AI Integration",
"Skills",
"MCP",
"Unity MCP",
"Unity Skills"
],
"version": "0.63.3",
"unity": "2022.3",
"description": "AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.",
"documentationUrl": "https://github.com/IvanMurzak/Unity-MCP/blob/main/README.md",
"changelogUrl": "https://github.com/IvanMurzak/Unity-MCP/blob/main/Unity-MCP-Plugin/Assets/root/CHANGELOG.md",
"dependencies": {
"com.unity.test-framework": "1.1.33",
"com.unity.modules.uielements": "1.0.0",
"extensions.unity.playerprefsex": "2.1.3",
"org.nuget.microsoft.bcl.memory": "10.0.3",
"org.nuget.microsoft.aspnetcore.signalr.client": "10.0.3",
"org.nuget.microsoft.aspnetcore.signalr.protocols.json": "10.0.3",
"org.nuget.microsoft.codeanalysis.csharp": "4.14.0",
"org.nuget.microsoft.extensions.caching.abstractions": "10.0.3",
"org.nuget.microsoft.extensions.dependencyinjection.abstractions": "10.0.3",
"org.nuget.microsoft.extensions.hosting.abstractions": "10.0.3",
"org.nuget.microsoft.extensions.logging": "10.0.3",
"org.nuget.microsoft.extensions.logging.abstractions": "10.0.3",
"org.nuget.r3": "1.3.0",
"org.nuget.system.text.json": "10.0.3"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"org.nuget",
"extensions.unity"
]
}
]
}