Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
types.ts4.12 kB
import { z } from "zod"; // Organization types export { UserInfoSchema, CurrentUserSchema, GetOrganizationMembersSchema, OrganizationRoleSchema, OrganizationRole, ListOrganizationRolesSchema, GetOrganizationRoleSchema, GetOrganizationDepartmentAncestorsSchema, GetOrganizationDepartmentInfoSchema, GetOrganizationDepartmentsSchema, CurrentOrganizationInfoSchema, OrganizationInfoSchema, UserOrganizationsInfoSchema, DepartmentInfoSchema, OrganizationDepartmentsSchema, DepartmentInfo, MemberInfoSchema, OrganizationMembersSchema, OrganizationMembers, GetOrganizationMemberInfoSchema, GetOrganizationMemberInfo, GetOrganizationMemberByUserIdInfoSchema, GetOrganizationMemberByUserIdInfo, SearchOrganizationMembersSchema, SearchOrganizationMembersResultSchema, SearchOrganizationMembersParams, SearchOrganizationMembersResult } from "../operations/organization/types.js"; // Codeup types export { // Branch schemas CreateBranchSchema, GetBranchSchema, DeleteBranchSchema, ListBranchesSchema, // File schemas GetFileBlobsSchema, CreateFileSchema, UpdateFileSchema, DeleteFileSchema, ListFilesSchema, // Repository schemas GetRepositorySchema, ListRepositoriesSchema, // Compare schemas GetCompareSchema, // Change request schemas GetChangeRequestSchema, ListChangeRequestsSchema, CreateChangeRequestSchema, ListChangeRequestPatchSetsSchema, // Change request comment schemas CreateChangeRequestCommentSchema, ListChangeRequestCommentsSchema, // Commit schemas ListCommitsRequestSchema, GetCommitRequestSchema, CreateCommitCommentRequestSchema, DevopsCommitVOSchema, DevopsCommitStatVOSchema, CreateCommitCommentVOSchema } from "../operations/codeup/types.js"; // Projex types export { // Project schemas GetProjectSchema, SearchProjectsSchema, // Sprint schemas GetSprintSchema, ListSprintsSchema, CreateSprintSchema, UpdateSprintSchema, // Work item schemas GetWorkItemSchema, CreateWorkItemSchema, SearchWorkitemsSchema, UpdateWorkItemSchema, // Work item type schemas ListAllWorkItemTypesSchema, ListWorkItemTypesSchema, GetWorkItemTypeSchema, ListWorkItemRelationWorkItemTypesSchema, GetWorkItemTypeFieldConfigSchema, GetWorkItemWorkflowSchema, // Work item comment schemas ListWorkItemCommentsSchema, CreateWorkItemCommentSchema, // Effort schemas ListCurrentUserEffortRecordsSchema, ListEffortRecordsSchema, CreateEffortRecordSchema, ListEstimatedEffortsSchema, CreateEstimatedEffortSchema, UpdateEffortRecordSchema, UpdateEstimatedEffortSchema } from "../operations/projex/types.js"; // Flow types export { // Pipeline schemas GetPipelineSchema, ListPipelinesSchema, CreatePipelineFromDescriptionSchema, CreatePipelineRunSchema, GetLatestPipelineRunSchema, GetPipelineRunSchema, ListPipelineRunsSchema, UpdatePipelineSchema, // Pipeline job schemas ListPipelineJobsByCategorySchema, ListPipelineJobHistorysSchema, ExecutePipelineJobRunSchema, GetPipelineJobRunLogSchema, // Service connection schemas ListServiceConnectionsSchema, // Resource member schemas DeleteResourceMemberSchema, UpdateResourceMemberSchema, CreateResourceMemberSchema, UpdateResourceOwnerSchema, ResourceMemberSchema, ResourceMemberBaseSchema, // Tag schemas CreateTagSchema, CreateTagGroupSchema, DeleteTagGroupSchema, UpdateTagGroupSchema, DeleteTagSchema, UpdateTagSchema, GetTagGroupSchema, TagGroupSchema, TagSchema, TagGroupWithTagsSchema, BaseTagSchema, // VM Deploy Order schemas StopVMDeployOrderSchema, SkipVMDeployMachineSchema, RetryVMDeployMachineSchema, ResumeVMDeployOrderSchema, GetVMDeployOrderSchema, GetVMDeployMachineLogSchema, DeployOrderSchema, DeployOrderLogSchema } from "../operations/flow/types.js"; // Packages types export { // Package repository schemas ListPackageRepositoriesSchema, // Artifact schemas ListArtifactsSchema, GetArtifactSchema } from "../operations/packages/types.js";

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yjiace/alibabacloud-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server