Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
appstack-variable-groups.ts1.8 kB
import { zodToJsonSchema } from 'zod-to-json-schema'; import { GetEnvVariableGroupsRequestSchema, CreateVariableGroupRequestSchema, DeleteVariableGroupRequestSchema, GetVariableGroupRequestSchema, UpdateVariableGroupRequestSchema, GetAppVariableGroupsRequestSchema, GetAppVariableGroupsRevisionRequestSchema } from '../operations/appstack/variableGroups.js'; // Export all appstack variable groups tools export const getAppStackVariableGroupTools = () => [ { name: 'get_env_variable_groups', description: '[application delivery] Get variable groups for an environment', inputSchema: zodToJsonSchema(GetEnvVariableGroupsRequestSchema), }, { name: 'create_variable_group', description: '[application delivery] Create a variable group', inputSchema: zodToJsonSchema(CreateVariableGroupRequestSchema), }, { name: 'delete_variable_group', description: '[application delivery] Delete a variable group', inputSchema: zodToJsonSchema(DeleteVariableGroupRequestSchema), }, { name: 'get_variable_group', description: '[application delivery] Get a variable group', inputSchema: zodToJsonSchema(GetVariableGroupRequestSchema), }, { name: 'update_variable_group', description: '[application delivery] Update a variable group', inputSchema: zodToJsonSchema(UpdateVariableGroupRequestSchema), }, { name: 'get_app_variable_groups', description: '[application delivery] Get variable groups for an application', inputSchema: zodToJsonSchema(GetAppVariableGroupsRequestSchema), }, { name: 'get_app_variable_groups_revision', description: '[application delivery] Get the revision of variable groups for an application', inputSchema: zodToJsonSchema(GetAppVariableGroupsRevisionRequestSchema), } ];

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