UNPKG

@therealchristhomas/gitlab-mcp-server

Version:
10 lines (9 loc) 281 B
export declare const GITLAB_PERSONAL_ACCESS_TOKEN: string | undefined; export declare const GITLAB_API_URL: string; export declare const DEFAULT_HEADERS: { Authorization: string; "Content-Type": string; }; export declare const AUTH_HEADERS: { Authorization: string; };