Skip to content

Commit f8c76db

Browse files
committed
Fix Unity Package Manager Git URL format in mcp_source.py
1 parent 370a360 commit f8c76db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def write_json(path: pathlib.Path, data: dict) -> None:
9292

9393

9494
def build_options(repo_root: pathlib.Path, branch: str, origin_https: str):
95-
upstream = "https://github.com/CoplayDev/unity-mcp.git?path=/UnityMcpBridge"
95+
upstream = "git+https://github.com/CoplayDev/unity-mcp.git?path=/UnityMcpBridge"
9696
# Ensure origin is https
9797
origin = origin_https
9898
# If origin is a local file path or non-https, try to coerce to https github if possible

0 commit comments

Comments
 (0)