File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ public static string GetMcpServerGitUrl()
291291
292292 // Fallback to git URL if local path cannot be determined
293293 // Note: pip/uv uses '#subdirectory=' syntax, not '?path='
294- return "git+https://github.com/choej2303 /unity-mcp-gg .git@main #subdirectory=MCPForUnity/Server~";
294+ return "git+https://github.com/CoplayDev /unity-mcp.git@v{version} #subdirectory=MCPForUnity/Server~";
295295 */
296296 }
297297
Original file line number Diff line number Diff line change 33 "rootNamespace": "MCPForUnity.Editor",
44 "references": [
55 "MCPForUnity.Runtime",
6- "GUID:560b04d1a97f54a46a2660c3cc343a6f"
6+ "GUID:560b04d1a97f54a46a2660c3cc343a6f",
7+ "UnityEditor.TestRunner",
8+ "UnityEngine.TestRunner"
79 ],
810 "includePlatforms": [
911 "Editor"
Original file line number Diff line number Diff line change 359359}
360360
361361.tool-parameters {
362- font-style: italic;
362+ -unity- font-style: italic;
363363}
364364
365365.tool-item-actions {
Original file line number Diff line number Diff line change 77 "documentationUrl" : " https://github.com/CoplayDev/unity-mcp" ,
88 "licensesUrl" : " https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE" ,
99 "dependencies" : {
10- "com.unity.nuget.newtonsoft-json" : " 3.0.2"
10+ "com.unity.nuget.newtonsoft-json" : " 3.0.2" ,
11+ "com.unity.test-framework" : " 1.1.33"
1112 },
1213 "keywords" : [
1314 " unity" ,
You can’t perform that action at this time.
0 commit comments