UNPKG

@therealchristhomas/gitlab-mcp-server

Version:
3 lines (2 loc) 454 B
// 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";