From 04bf2bd19daab3324470b6d5a99e031938b5671b Mon Sep 17 00:00:00 2001 From: David Sarno Date: Thu, 23 Oct 2025 19:12:28 -0700 Subject: [PATCH] fix: update manifest.json to use GitHub repo instead of local path for CI compatibility --- TestProjects/UnityMCPTests/Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestProjects/UnityMCPTests/Packages/manifest.json b/TestProjects/UnityMCPTests/Packages/manifest.json index f736165..e107d3d 100644 --- a/TestProjects/UnityMCPTests/Packages/manifest.json +++ b/TestProjects/UnityMCPTests/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.coplaydev.unity-mcp": "file:/Users/davidsarno/unity-mcp/MCPForUnity", + "com.coplaydev.unity-mcp": "https://github.com/coplaydev/unity-mcp.git", "com.unity.ai.navigation": "1.1.4", "com.unity.collab-proxy": "2.5.2", "com.unity.feature.development": "1.0.1",