Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
appstack-orchestrations.ts1.63 kB
import { zodToJsonSchema } from 'zod-to-json-schema'; import { GetLatestOrchestrationRequestSchema, ListAppOrchestrationRequestSchema, CreateAppOrchestrationRequestSchema, DeleteAppOrchestrationRequestSchema, GetAppOrchestrationRequestSchema, UpdateAppOrchestrationRequestSchema } from '../operations/appstack/appOrchestrations.js'; // Export all appstack application orchestrations tools export const getAppStackOrchestrationTools = () => [ { name: 'get_latest_orchestration', description: '[application delivery] Get the latest orchestration for an environment', inputSchema: zodToJsonSchema(GetLatestOrchestrationRequestSchema), }, { name: 'list_app_orchestration', description: '[application delivery] List application orchestrations', inputSchema: zodToJsonSchema(ListAppOrchestrationRequestSchema), }, { name: 'create_app_orchestration', description: '[application delivery] Create an application orchestration', inputSchema: zodToJsonSchema(CreateAppOrchestrationRequestSchema), }, { name: 'delete_app_orchestration', description: '[application delivery] Delete an application orchestration', inputSchema: zodToJsonSchema(DeleteAppOrchestrationRequestSchema), }, { name: 'get_app_orchestration', description: '[application delivery] Get an application orchestration', inputSchema: zodToJsonSchema(GetAppOrchestrationRequestSchema), }, { name: 'update_app_orchestration', description: '[application delivery] Update an application orchestration', inputSchema: zodToJsonSchema(UpdateAppOrchestrationRequestSchema), } ];

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