memory_git_disconnect
Disconnect a GitHub repository from the memory server to stop syncing and remove its association. Provide either the repository name (owner/repo) or its UUID.
Instructions
Disconnect a GitHub repository and stop syncing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name in owner/repo format (optional if repository_id is provided) | |
| repository_id | No | Repository UUID (optional if repo is provided) |