We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/cats-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•240 B
"""
Pytest configuration for CATS MCP Server tests
"""
import sys
from pathlib import Path
# Add project root to sys.path so tests can import server module
project_root = Path(__file__).parent.parent
sys.path.insert(0, str(project_root))