chore: update package metadata and license to CoplayDev organization

main
Marcus Sanatan 2025-08-08 15:54:43 -04:00
parent a0bef61224
commit 3288418bbf
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2025 Justin P Barnett Copyright (c) 2025 CoplayDev
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,23 @@
"displayName": "Unity MCP Bridge", "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.", "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", "unity": "2020.3",
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2" "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"
} }
} }