11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"name": "com.justinpbarnett.unity-mcp",
|
|
"version": "2.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",
|
|
"dependencies": {
|
|
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
|
}
|
|
}
|