Skip to main content
Glama

Mingli MCP Server

by spyfree
MIT License
  • Apple
  • Linux
__init__.py415 B
""" MCP传输层抽象模块 支持多种传输方式: - stdio: 标准输入输出(默认,用于Cursor等IDE) - http: HTTP/HTTPS传输(用于Web服务) - websocket: WebSocket传输(用于实时应用) """ from .base_transport import BaseTransport from .stdio_transport import StdioTransport from .http_transport import HttpTransport __all__ = ['BaseTransport', 'StdioTransport', 'HttpTransport']

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/spyfree/mingli-mcp'

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