We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/possible055/relace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•262 B
import sys
from pathlib import Path
# Add project root to Python path for benchmark module imports
# This is the canonical way to handle non-installed packages in pytest
_project_root = Path(__file__).parent.parent.parent
sys.path.insert(0, str(_project_root))