We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deephaven/deephaven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.md•257 B
---
trigger: always_on
---
# Unit test guidelines
- Always use 'uv run pytest' instead of 'pytest' directly for running unit tests in this repository. This ensures the correct environment and dependencies are used.
- Unit tests should target 100% coverage.