We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmonk/mcp-stata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•328 B
[pytest]
testpaths = tests
addopts = -v -n auto --cov=mcp_stata --cov-report=term-missing
asyncio_mode = strict
timeout = 300
markers =
requires_stata: marks tests as requiring a local Stata installation
integration: marks tests as integration tests
perf: performance benchmark tests (deselect with '-m "not perf"')