Resolve local GitLab context
gitlab_resolve_contextResolves GitLab context (project ID, branch, merge request IID) from a local repository path to prepare for subsequent GitLab API operations.
Instructions
Discovers project_id, current branch, and merge_request_iid from repo_path. Use before other tools when working in a local clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute path to local clone. |