AtomGit MCP Server

Mulan Permissive Software License, Version 2
0

list_pull_request_comments

Retrieve comments on a specific pull request from an AtomGit repository by specifying the owner, repository, and pull request number.

Instructions

List comments on a pull request

Input Schema

NameRequiredDescriptionDefault
ownerYes
pageNo
per_pageNo
pull_numberYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "pull_number": { "type": "number" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "pull_number" ], "type": "object" }
ID: oymm0hus7s