We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fast-Transients/lodgify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
issue5-precommit-checks.md•281 B
# Ensure pre-commit checks run
Before merging PR #33, all pre-commit checks should pass (`ruff`, `mypy`, and `pytest`).
## Tasks
- [ ] Run the full pre-commit suite locally and confirm there are no failures.
- [ ] Update the PR if any issues are found during linting or testing.