Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingToken is returned when GITLAB_TOKEN environment variable is not set. ErrMissingToken = errors.New("no authentication token available. Run `gitlab-mcp auth` to generate a token") // ErrInvalidScheme is returned when GitLab URL doesn't use HTTPS. ErrInvalidScheme = errors.New("GITLAB_URL must use https scheme") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.