Skip to main content
Glama

FastAPI MCP Server

by arrehman3
connection.py323 B
from __future__ import annotations import warnings from .protocol import SEND_EOF, Protocol as Connection, Side, State # noqa: F401 warnings.warn( # deprecated in 11.0 - 2023-04-02 "websockets.connection was renamed to websockets.protocol " "and Connection was renamed to Protocol", DeprecationWarning, )

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/arrehman3/MCP'

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