Skip to main content
Glama
conftest.py480 B
"""Test configuration and fixtures for Template MCP tests.""" import asyncio import pytest @pytest.fixture(scope="session") def event_loop(): """Create an instance of the default event loop for the test session.""" loop = asyncio.new_event_loop() yield loop loop.close() @pytest.fixture def sample_config(): """Sample configuration for testing.""" return {"eunomia_server_url": "http://localhost:8000", "mcp_server_port": 3000, "log_level": "DEBUG"}

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/mariotaddeucci/template-mcp'

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