diff --git a/LICENSE b/LICENSE index ebeecf5..e7f878d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/UnityMcpBridge/package.json b/UnityMcpBridge/package.json index 2fd8799..bbb5994 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -4,7 +4,23 @@ "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" } }