"""Test configuration for ensuring the src/ package is importable."""
import sys
from pathlib import Path
_SRC = Path(__file__).resolve().parents[1] / "src"
if str(_SRC) not in sys.path:
sys.path.insert(0, str(_SRC))
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/draphonix/mcp-code-mode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server