2025-04-08 18:14:13 +08:00
{
2025-08-10 03:05:47 +08:00
"name" : "com.coplaydev.unity-mcp" ,
"version" : "1.0.0" ,
"displayName" : "Unity MCP Bridge" ,
"description" : "A bridge that manages and communicates with the sister application, Unity MCP Server, which allows for communications with MCP Clients like Claude Desktop or Cursor." ,
"unity" : "2020.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" : "CoplayDev" ,
"email" : "support@coplay.dev" ,
"url" : "https://coplay.dev"
2025-04-08 18:14:13 +08:00
}
}