"""
Shared database base class for all SQLAlchemy models.
This module provides a common Base class to avoid circular imports
and ensure all models are registered with the same metadata.
"""
from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
"""Base class for all SQLAlchemy models using SQLAlchemy 2.0+ style."""
pass
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/wshobson/maverick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server