Skip to main content
Glama

PubMed MCP Server

by chrismannina
pytest.ini989 B
[tool:pytest] # Pytest configuration for PubMed MCP Server # Test discovery testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Async testing asyncio_mode = auto # Output formatting addopts = -v --tb=short --strict-markers --disable-warnings --color=yes --durations=10 # Coverage reporting (if pytest-cov is installed) #addopts = # --cov=src # --cov-report=html # --cov-report=term-missing # --cov-fail-under=80 # Markers markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests asyncio: marks tests that use asyncio # Minimum version minversion = 6.0 # Log output log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(name)s: %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S # Filterwarnings filterwarnings = ignore::UserWarning ignore::DeprecationWarning

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/chrismannina/pubmed-mcp'

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