@therealchristhomas/gitlab-mcp-server
Version:
MCP Server for GitLab API operations
3 lines (2 loc) • 454 B
JavaScript
// Re-export schemas for runtime validation
export { GitLabIssueSchema, GitLabMergeRequestSchema, GitLabRepositorySchema, GitLabContentSchema, GitLabCreateUpdateFileResponseSchema, GitLabSearchResponseSchema, GitLabGroupSearchResponseSchema, GitLabTreeSchema, GitLabCommitSchema, GitLabReferenceSchema, GitLabLabelSchema, GitLabMilestoneSchema, GitLabGroupMilestoneSchema, GitLabGroupSchema, GitLabCommentSchema, GitLabForkSchema } from "../schemas.js";