We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•312 B
"""aidb_common - Shared utilities for the AIDB project.
This package contains utilities that are used across multiple AIDB packages
including CLI, tests, and MCP components. It provides a central
location for shared functionality without creating coupling between unrelated
packages.
"""
__version__ = "0.1.1"