Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
appstack.ts1.07 kB
import { z } from 'zod'; import { zodToJsonSchema } from 'zod-to-json-schema'; import { ListApplicationsRequestSchema, GetApplicationRequestSchema, CreateApplicationRequestSchema, UpdateApplicationRequestSchema } from '../operations/appstack/applications.js'; // Export all appstack tools export const getAppStackTools = () => [ { name: 'list_applications', description: '[application delivery] List applications in an organization with pagination', inputSchema: zodToJsonSchema(ListApplicationsRequestSchema), }, { name: 'get_application', description: '[application delivery] Get application details by name', inputSchema: zodToJsonSchema(GetApplicationRequestSchema), }, { name: 'create_application', description: '[application delivery] Create a new application', inputSchema: zodToJsonSchema(CreateApplicationRequestSchema), }, { name: 'update_application', description: '[application delivery] Update an existing application', inputSchema: zodToJsonSchema(UpdateApplicationRequestSchema), } ];

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