We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbdelrhmanSror/AzureDevopsMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•254 B
"""Auto-import all tool modules to register them."""
# Import all tool modules - they will auto-register with the global mcp instance
from . import repository # noqa: F401
from . import pull_requests # noqa: F401
from . import work_items # noqa: F401