Skip to main content
Glama

API Docs MCP Server

_quoting.py506 B
import os import sys from typing import TYPE_CHECKING __all__ = ("_Quoter", "_Unquoter") NO_EXTENSIONS = bool(os.environ.get("YARL_NO_EXTENSIONS")) # type: bool if sys.implementation.name != "cpython": NO_EXTENSIONS = True if TYPE_CHECKING or NO_EXTENSIONS: from ._quoting_py import _Quoter, _Unquoter else: try: from ._quoting_c import _Quoter, _Unquoter except ImportError: # pragma: no cover from ._quoting_py import _Quoter, _Unquoter # type: ignore[assignment]

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/ShotaNagafuchi/api-docs-mcp'

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