Update package.json -- add discord link

main
Jos van der Westhuizen 2025-08-15 10:08:24 -05:00 committed by GitHub
parent 60a2ed4749
commit c9d30daf62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "com.coplaydev.unity-mcp",
"version": "2.1.2",
"displayName": "Unity MCP",
"description": "A bridge that connects an LLM to Unity via the MCP (Model Context Protocol). This allows MCP Clients like Claude Desktop or Cursor to directly control your Unity Editor.",
"description": "A bridge that connects an LLM to Unity via the MCP (Model Context Protocol). This allows MCP Clients like Claude Desktop or Cursor to directly control your Unity Editor.\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",
@ -19,7 +19,7 @@
"mcp-client"
],
"author": {
"name": "CoplayDev",
"name": "Coplay",
"email": "support@coplay.dev",
"url": "https://coplay.dev"
}