Skip to main content
Glama

mcp-local-dev

by txbm
conftest.py454 B
"""Test fixtures.""" import pytest from typing import List @pytest.fixture def sample_numbers() -> List[float]: """Sample sequence with known statistics.""" return [1.0, 2.0, 2.0, 3.0, 4.0] @pytest.fixture def empty_sequence() -> List[float]: """Empty sequence for testing error cases.""" return [] @pytest.fixture def multi_modal_sequence() -> List[float]: """Sequence with multiple modes.""" return [1.0, 1.0, 2.0, 2.0, 3.0]

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/txbm/mcp-local-dev'

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