We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370a360 commit f8c76dbCopy full SHA for f8c76db
mcp_source.py
@@ -92,7 +92,7 @@ def write_json(path: pathlib.Path, data: dict) -> None:
92
93
94
def build_options(repo_root: pathlib.Path, branch: str, origin_https: str):
95
- upstream = "https://github.com/CoplayDev/unity-mcp.git?path=/UnityMcpBridge"
+ upstream = "git+https://github.com/CoplayDev/unity-mcp.git?path=/UnityMcpBridge"
96
# Ensure origin is https
97
origin = origin_https
98
# If origin is a local file path or non-https, try to coerce to https github if possible
0 commit comments