gitlab_get_current_project
Retrieve GitLab project details directly from a local git repository. This tool analyzes git remotes to identify the associated GitLab project, providing essential project information for integration and management.
Instructions
Auto-detect and retrieve GitLab project information from the current git repository. Examines git remotes to find associated GitLab project. Returns same details as get_project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path to local git repository (string). Absolute or relative path. Default: '.' (current directory) |