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
45 lines (45 loc) · 1.72 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.72 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
{
"name": "com.ivanmurzak.unity.mcp",
"displayName": "AI Game Developer — Unity MCP",
"author": {
"name": "Ivan Murzak",
"url": "https://github.com/IvanMurzak"
},
"keywords": [
"AI",
"AI Integration",
"MCP",
"Unity MCP"
],
"version": "0.55.1",
"unity": "2022.3",
"description": "AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.",
"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"
]
}
]
}