Skip to content

Commit 3288418

Browse files
committed
chore: update package metadata and license to CoplayDev organization
1 parent a0bef61 commit 3288418

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Justin P Barnett
3+
Copyright (c) 2025 CoplayDev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

UnityMcpBridge/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@
44
"displayName": "Unity MCP Bridge",
55
"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.",
66
"unity": "2020.3",
7+
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
8+
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
79
"dependencies": {
810
"com.unity.nuget.newtonsoft-json": "3.0.2"
11+
},
12+
"keywords": [
13+
"unity",
14+
"ai",
15+
"llm",
16+
"mcp",
17+
"model-context-protocol",
18+
"mcp-server",
19+
"mcp-client"
20+
],
21+
"author": {
22+
"name": "CoplayDev",
23+
"email": "[email protected]",
24+
"url": "https://coplay.dev"
925
}
1026
}

0 commit comments

Comments
 (0)