Skip to main content
Glama

Feifei Proxy MCP

by chenm1xuexi
10
  • Apple
  • Linux
mcp_exception.py274 B
class McpException(Exception): """ mcp 异常类 """ msg: str | None = None def __init__(self, msg: str): self.msg = msg def __str__(self) -> str: return f'{self.msg}' def get_error_message(self) -> str | None: return self.msg

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