Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
base.ts880 B
import * as organization from '../operations/organization/organization.js'; export const handleBaseTools = async (request: any) => { switch (request.params.name) { case "get_current_organization_info": { const currentOrgInfo = await organization.getCurrentOrganizationInfoFunc(); return { content: [{ type: "text", text: JSON.stringify(currentOrgInfo, null, 2) }], }; } case "get_user_organizations": { const userOrgs = await organization.getUserOrganizationsFunc(); return { content: [{ type: "text", text: JSON.stringify(userOrgs, null, 2) }], }; } case "get_current_user": { const currentUserInfo = await organization.getCurrentUserFunc(); return { content: [{ type: "text", text: JSON.stringify(currentUserInfo, null, 2) }], }; } default: return null; } };

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