forked from AnkleBreaker-Studio/unity-mcp-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 813 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 813 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
{
"name": "com.anklebreaker.unity-mcp",
"version": "2.25.0",
"displayName": "AnkleBreaker Unity MCP",
"description": "MCP (Model Context Protocol) bridge plugin for Unity Editor. Enables AI assistants like Claude to control Unity Editor via a local HTTP API — manage scenes, GameObjects, components, assets, builds, and more.",
"unity": "2021.3",
"unityRelease": "0f1",
"keywords": [
"mcp",
"ai",
"claude",
"automation",
"editor",
"bridge"
],
"author": {
"name": "AnkleBreaker Consulting & AnkleBreaker Studio",
"email": "francois@anklebreaker-studio.com",
"url": "https://anklebreaker-studio.com"
},
"repository": {
"type": "git",
"url": "https://github.com/AnkleBreaker-Studio/unity-mcp-plugin.git"
},
"license": "MIT",
"type": "tool"
}