workspace_register_existing_repo
Register an existing local Git repository as a remote HTTP/OAuth workspace alias for secure access via the gateway.
Instructions
Register an existing local Git repo as a remote HTTP/OAuth workspace alias. Not for stdio/local provider path access. Requires LLM_GATEWAY_WORKSPACE_ADMIN=1 and OAuth scope workspace:admin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to an existing Git repo under an allowed root. | |
| alias | Yes | Registered workspace alias for remote HTTP/OAuth provider calls. Stdio/local callers should not use workspace_* tools to fix provider path access; pass local workingDir/addDir/includeDirs directly. | |
| setDefault | No |