Skip to main content
Glama
pytest.ini•654 B
[pytest] # Pytest configuration for AIStack-MCP # Minimum version minversion = 7.0 # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Test paths testpaths = tests # Markers markers = unit: Unit tests (fast, no external dependencies) integration: Integration tests (may require services) slow: Slow tests (> 1 second) requires_services: Tests that need Ollama/Qdrant running # Output options addopts = -v --tb=short --strict-markers --color=yes --durations=10 # Asyncio mode (for pytest-asyncio) asyncio_mode = auto asyncio_default_fixture_loop_scope = function

Latest Blog Posts

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/mjdevaccount/AIStack-MCP'

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