-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 961 Bytes
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
{
"name": "com.community.unity-mcp",
"version": "2.2.0",
"displayName": "Unity MCP Server",
"description": "Model Context Protocol (MCP) server for Unity. Enables AI agents to query scenes, assets, and execute actions in the Unity Editor.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/usmanbutt-dev/unity-mcp#readme",
"changelogUrl": "https://github.com/usmanbutt-dev/unity-mcp/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/usmanbutt-dev/unity-mcp/blob/main/LICENSE",
"keywords": [
"mcp",
"ai",
"llm",
"agent",
"antigravity",
"claude",
"gemini"
],
"author": {
"name": "Usman Butt",
"url": "https://github.com/usmanbutt-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/usmanbutt-dev/unity-mcp.git"
},
"type": "tool",
"dependencies": {}
}