# Vulture whitelist - these are false positives
# This file is used to tell vulture about code that appears unused but is actually used
# SQLAlchemy models need these imports to register with metadata
import src.database.package_models # noqa: F401
# These are used by SQLAlchemy as column types
dim = None # Used in pgvector columns
item_type = None # Used in ENUM columns
# Used in argparse/click
reload = None # CLI argument
# Used by context managers
exc_type = None
exc_val = None
exc_tb = None
frame = None
# Used by structlog processors
Processor = None
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/johannhartmann/mcpcodeanalysis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server