Skip to main content
Glama

API Aggregator MCP Server

by mfang0126
pytest.ini725 B
[tool:pytest] # Test discovery testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Output formatting addopts = -v --tb=short --strict-markers --disable-warnings --color=yes --durations=10 # Async support asyncio_mode = auto # Markers for categorizing tests markers = unit: Unit tests integration: Integration tests slow: Slow running tests external_api: Tests that hit external APIs # Minimum test coverage # Uncomment to enable coverage reporting # addopts = --cov=src --cov-report=html --cov-report=term-missing --cov-fail-under=80 # Test filtering filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning

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/mfang0126/api-aggregator-MCPServer'

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