get_pull_comments
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Get all pull request comments: both issue/PR thread comments and inline review comments, with a `type` of `issue_thread` or `review` per item. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"owner",
"repo",
"pull_number",
"clientName"
],
"properties": {
"page": {
"type": "integer",
"default": 1,
"minimum": 1
},
"repo": {
"type": "string"
},
"owner": {
"type": "string"
},
"per_page": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
},
"pull_number": {
"type": "integer",
"minimum": 1,
"description": "Pull request number."
}
},
"additionalProperties": false
}Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries