Skip to main content
Glama
conftest.py429 B
""" Pytest configuration and shared fixtures """ import pytest # Configure pytest-asyncio if available def pytest_configure(config): """Configure pytest with asyncio settings.""" config.addinivalue_line("markers", "asyncio: mark test as async") @pytest.fixture(scope="session") def event_loop_policy(): """Set event loop policy for async tests.""" import asyncio return asyncio.DefaultEventLoopPolicy()

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/chrishayuk/chuk-mcp-vfs'

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