@therealchristhomas/gitlab-mcp-server
Version:
MCP Server for GitLab API operations
19 lines (18 loc) • 505 B
JavaScript
// Project and repository operations
export * from "./projects.js";
// Group operations
export * from "./groups.js";
// Branch operations
export * from "./branches.js";
// File operations
export * from "./files.js";
// Issue operations
export * from "./issues.js";
// Merge request operations
export * from "./merge-requests.js";
// Label operations
export * from "./labels.js";
// Milestone operations
export * from "./milestones.js";
// Group milestone operations
export * from "./group-milestones.js";