Skip to main content
Glama

AlibabaCloud MCP Server

Official
by aliyun
Apache 2.0
78
  • Apple
  • Linux
test_init.py310 B
import pytest from unittest.mock import patch, AsyncMock import alibaba_cloud_ops_mcp_server def test_main_calls_server_main(): with patch('alibaba_cloud_ops_mcp_server.server.main', new_callable=AsyncMock) as mock_main: alibaba_cloud_ops_mcp_server.main() mock_main.assert_awaited_once()

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/aliyun/alibabacloud-core-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server