Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
packages.ts853 B
import { zodToJsonSchema } from 'zod-to-json-schema'; import * as types from '../common/types.js'; export const getPackageManagementTools = () => [ // Package Repository Operations { name: "list_package_repositories", description: "[Packages Management] List package repositories in an organization with filtering options", inputSchema: zodToJsonSchema(types.ListPackageRepositoriesSchema), }, // Package Artifact Operations { name: "list_artifacts", description: "[Packages Management] List artifacts in a package repository with filtering options", inputSchema: zodToJsonSchema(types.ListArtifactsSchema), }, { name: "get_artifact", description: "[Packages Management] Get information about a single artifact in a package repository", inputSchema: zodToJsonSchema(types.GetArtifactSchema), }, ];

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