What problem does it solve? Working with GitLab through the glab CLI or MCP tools often fails silently against self-hosted instances because commands default to gitlab.com, and common tasks like tracing a broken deployment back to its source commit require knowing the right API endpoints and flags. ## Core Features & Use Cases - Repository and MR operations: View repo metadata, list merge requests, check CI pipeline status, and manage issues using mcp__gitlab__glab_* tools or terminal commands. - Self-hosted instance targeting: Use the full URL form gitlab.gift.id/<group>/<project> to avoid 401 errors caused by glab defaulting to gitlab.com. - Commit investigation: Trace a crashing pod's image tag (commit SHA) back to its diff, pipeline status, and job logs via glab api to find what broke a deployment. - Use Case: A pod is in CrashLoopBackOff with Cannot find module X. Look up the image tag SHA with glab api, inspect the commit diff for a package.json dependency change, and check whether the CI pipeline actually passed. ## Quick Start Ask the agent to view the repository gitlab.gift.id/infra/tada-prd-manifests and list its open merge requests using the GitLab tools.