Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
commit.ts757 B
import { zodToJsonSchema } from 'zod-to-json-schema'; import { ListCommitsRequestSchema, GetCommitRequestSchema, CreateCommitCommentRequestSchema } from '../common/types.js'; // Export all commit tools export const getCommitTools = () => [ { name: 'list_commits', description: '[Code Management] List commits in a Codeup repository', inputSchema: zodToJsonSchema(ListCommitsRequestSchema), }, { name: 'get_commit', description: '[Code Management] Get information about a commit', inputSchema: zodToJsonSchema(GetCommitRequestSchema), }, { name: 'create_commit_comment', description: '[Code Management] Create a comment on a commit', inputSchema: zodToJsonSchema(CreateCommitCommentRequestSchema), } ];

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