Skip to main content
Glama

Feifei Proxy MCP

by chenm1xuexi
10
  • Apple
  • Linux
enums.py358 B
from enum import Enum class McpTransportType(str, Enum): """ mcp 传输类型枚举 """ STDIO = 'stdio' # 本地标准输入输出服务 SSE = 'sse' # 远程 http sse服务 废弃 STREAMABLE_HTTP = 'streamable_http' # 远程 http 流式服务 OPENAPI = 'openapi' # 开放平台http服务 后续支持,自动转为mcp服务

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/chenm1xuexi/feifei-proxy-mcp'

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