We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cayirtepeomer/gerrit-code-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
"gerrit-review-mcp": minor
---
Add inline-comments retrieval support to the fetch_gerrit_change tool
- Add optional `include_comments` parameter to `fetch_gerrit_change()` function (defaults to `False`)
- Fetch inline comments from Gerrit's `/comments` REST API endpoint
- Response now includes `inline_comments` field with comment data
- Backward compatible with graceful error handling
- Includes comprehensive test coverage (7 test cases)