Skip to main content
Glama
conftest.py475 B
""" Pytest configuration for MCP server tests. This file prevents pytest from loading the parent project's conftest.py """ import sys from pathlib import Path import pytest # Add src directory to Python path for imports src_path = Path(__file__).parent.parent / 'src' sys.path.insert(0, str(src_path)) from config.schema import GraphitiConfig # noqa: E402 @pytest.fixture def config(): """Provide a default GraphitiConfig for tests.""" return GraphitiConfig()

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/getzep/graphiti'

If you have feedback or need assistance with the MCP directory API, please join our Discord server