/
CyberSys
/
unity-mcp-bridge
Обзор
Документация
Войти
/
CyberSys
/
unity-mcp-bridge
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
MCPForUnity/package.json
26 строк
973 B
GitHub Actions
chore: bump version to 8.3.0
20 дек 2025, 03:08
20 дек 2025, 03:08
df906cb
Код
Авторство
О чём код?
{ "name": "com.coplaydev.unity-mcp", "version": "8.3.0", "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" } }