bf6603d89e
Publish Docker image 🐳 / Push Docker image to Docker Hub (push) Has been cancelled
Publish Python 🐍 distribution 📦 to PyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍 distribution 📦 to PyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
27 lines
973 B
JSON
27 lines
973 B
JSON
{
|
|
"name": "com.coplaydev.unity-mcp",
|
|
"version": "9.0.2",
|
|
"displayName": "MCP for Unity",
|
|
"description": "A bridge that connects AI assistants to Unity via the MCP (Model Context Protocol). Allows AI clients like Claude Code, Cursor, and VSCode to directly control your Unity Editor for enhanced development workflows.\n\nFeatures automated setup wizard, cross-platform support, and seamless integration with popular AI development tools.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4",
|
|
"unity": "2021.3",
|
|
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
|
|
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
|
|
"dependencies": {
|
|
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
|
},
|
|
"keywords": [
|
|
"unity",
|
|
"ai",
|
|
"llm",
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"mcp-server",
|
|
"mcp-client"
|
|
],
|
|
"author": {
|
|
"name": "Coplay",
|
|
"email": "support@coplay.dev",
|
|
"url": "https://coplay.dev"
|
|
}
|
|
}
|