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
issue4-conventional-commit-message.md•396 B
# Use conventional commit messages
The most recent commit in PR #33 is titled `Update lodgify_server.py`, which does not follow the repository's conventional commit format.
## Tasks
- [ ] Amend or follow-up with a commit using a `fix:` prefix that summarizes the change (e.g., `fix: handle invalid dates in occupancy summary`).
- [ ] Ensure future commits follow the conventional commit style.