We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ancoleman/qdrant-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•309 B
"""
Core utilities and abstractions for the Qdrant RAG MCP Server.
This module provides shared functionality to reduce code duplication
and improve maintainability across the codebase.
"""
from .decorators import github_operation, get_github_instances
__all__ = ['github_operation', 'get_github_instances']