We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•285 B
"""
Patches for MCP SDK compatibility.
This module contains runtime patches for third-party libraries to handle
edge cases and compatibility issues with different MCP clients.
"""
from mcp_outline.patches.copilot_cli import patch_for_copilot_cli
__all__ = ["patch_for_copilot_cli"]