GITHUB_PERSONAL_ACCESS_TOKEN
— your GitHub personal access tokentest
with the MCP server running as a callable service inside it. The Room will close and clean up services if it becomes inactive.Tool | Short Description |
---|---|
add_issue_comment | Add comment to issue |
add_pull_request_review_comment_to_pending_review | Add comment to the requester’s latest pending pull request review |
assign_copilot_to_issue | Assign Copilot to issue |
create_and_submit_pull_request_review | Create and submit a pull request review without comments |
create_branch | Create branch |
create_issue | Open new issue |
create_or_update_file | Create or update file |
create_pending_pull_request_review | Create pending pull request review |
create_pull_request | Open new pull request |
create_repository | Create repository |
delete_file | Delete file |
delete_pending_pull_request_review | Delete the requester’s latest pending pull request review |
dismiss_notification | Dismiss notification |
fork_repository | Fork repository |
get_code_scanning_alert | Get code scanning alert |
get_commit | Get commit details |
get_file_contents | Get file or directory contents |
get_issue | Get issue details |
get_issue_comments | Get issue comments |
get_me | Get my user profile |
get_notification_details | Get notification details |
get_pull_request | Get pull request details |
get_pull_request_comments | Get pull request comments |
get_pull_request_diff | Get pull request diff |
get_pull_request_files | Get pull request files |
get_pull_request_reviews | Get pull request reviews |
get_pull_request_status | Get pull request status checks |
get_secret_scanning_alert | Get secret scanning alert |
get_tag | Get tag details |
list_branches | List branches |
list_code_scanning_alerts | List code scanning alerts |
list_commits | List commits |
list_issues | List issues |
list_notifications | List notifications |
list_pull_requests | List pull requests |
list_secret_scanning_alerts | List secret scanning alerts |
list_tags | List tags |
manage_notification_subscription | Manage notification subscription |
manage_repository_notification_subscription | Manage repository notification subscription |
mark_all_notifications_read | Mark all notifications as read |
merge_pull_request | Merge pull request |
push_files | Push files to repository |
request_copilot_review | Request Copilot review |
search_code | Search code |
search_issues | Search issues |
search_repositories | Search repositories |
search_users | Search users |
submit_pending_pull_request_review | Submit the requester’s latest pending pull request review |
update_issue | Edit issue |
update_pull_request | Edit pull request |
update_pull_request_branch | Update pull request branch |
add_issue_comment
body
(string
): Comment contentissue_number
(number
): Issue number to comment onowner
(string
): Repository ownerrepo
(string
): Repository nameadd_pull_request_review_comment_to_pending_review
body
(string
): The text of the review commentowner
(string
): Repository ownerpath
(string
): The relative path to the filepullNumber
(number
): Pull request numberrepo
(string
): Repository namesubjectType
(string
): Comment levelline
(number
, optional): Line in diffside
(string
, optional): LEFT or RIGHTstartLine
(number
, optional): Start line for multi-line commentsstartSide
(string
, optional): Starting side in diffassign_copilot_to_issue
issueNumber
(number
)owner
(string
)repo
(string
)create_and_submit_pull_request_review
body
(string
): Review comment textevent
(string
): Review actionowner
(string
)pullNumber
(number
)repo
(string
)commitID
(string
, optional): Commit SHAcreate_branch
branch
(string
)owner
(string
)repo
(string
)from_branch
(string
, optional)create_issue
owner
(string
)repo
(string
)title
(string
)assignees
(array
, optional)body
(string
, optional)labels
(array
, optional)milestone
(number
, optional)create_or_update_file
branch
(string
)content
(string
)message
(string
)owner
(string
)path
(string
)repo
(string
)sha
(string
, optional)create_pending_pull_request_review
owner
(string
)pullNumber
(number
)repo
(string
)commitID
(string
, optional)create_pull_request
base
(string
)head
(string
)owner
(string
)repo
(string
)title
(string
)body
(string
, optional)draft
(boolean
, optional)maintainer_can_modify
(boolean
, optional)create_repository
name
(string
)autoInit
(boolean
, optional)description
(string
, optional)private
(boolean
, optional)delete_file
branch
(string
)message
(string
)owner
(string
)path
(string
)repo
(string
)delete_pending_pull_request_review
owner
(string
)pullNumber
(number
)repo
(string
)dismiss_notification
threadID
(string
)state
(string
, optional)fork_repository
owner
(string
)repo
(string
)organization
(string
, optional)get_code_scanning_alert
alertNumber
(number
)owner
(string
)repo
(string
)get_commit
owner
(string
)repo
(string
)sha
(string
)page
(number
, optional)perPage
(number
, optional)get_file_contents
owner
(string
)path
(string
)repo
(string
)branch
(string
, optional)get_issue
issue_number
(number
)owner
(string
)repo
(string
)get_issue_comments
issue_number
(number
)owner
(string
)repo
(string
)page
(number
, optional)per_page
(number
, optional)get_me
reason
(string
, optional)get_notification_details
notificationID
(string
)get_pull_request
owner
(string
)pullNumber
(number
)repo
(string
)get_pull_request_comments
owner
(string
)pullNumber
(number
)repo
(string
)get_pull_request_diff
owner
(string
)pullNumber
(number
)repo
(string
)get_pull_request_files
owner
(string
)pullNumber
(number
)repo
(string
)get_pull_request_reviews
owner
(string
)pullNumber
(number
)repo
(string
)get_pull_request_status
owner
(string
)pullNumber
(number
)repo
(string
)get_secret_scanning_alert
alertNumber
(number
)owner
(string
)repo
(string
)get_tag
owner
(string
)repo
(string
)tag
(string
)list_branches
owner
(string
)repo
(string
)page
(number
, optional)perPage
(number
, optional)list_code_scanning_alerts
owner
(string
)repo
(string
)ref
(string
, optional)severity
(string
, optional)state
(string
, optional)tool_name
(string
, optional)list_commits
owner
(string
)repo
(string
)page
(number
, optional)perPage
(number
, optional)sha
(string
, optional)list_issues
owner
(string
)repo
(string
)direction
(string
, optional)labels
(array
, optional)page
(number
, optional)perPage
(number
, optional)since
(string
, optional)sort
(string
, optional)state
(string
, optional)list_notifications
before
(string
, optional)filter
(string
, optional)owner
(string
, optional)page
(number
, optional)perPage
(number
, optional)repo
(string
, optional)since
(string
, optional)list_pull_requests
owner
(string
)repo
(string
)base
(string
, optional)direction
(string
, optional)head
(string
, optional)page
(number
, optional)perPage
(number
, optional)sort
(string
, optional)state
(string
, optional)list_secret_scanning_alerts
owner
(string
)repo
(string
)resolution
(string
, optional)secret_type
(string
, optional)state
(string
, optional)list_tags
owner
(string
)repo
(string
)page
(number
, optional)perPage
(number
, optional)manage_notification_subscription
action
(string
)notificationID
(string
)manage_repository_notification_subscription
action
(string
)owner
(string
)repo
(string
)mark_all_notifications_read
lastReadAt
(string
, optional)owner
(string
, optional)repo
(string
, optional)merge_pull_request
owner
(string
)pullNumber
(number
)repo
(string
)commit_message
(string
, optional)commit_title
(string
, optional)merge_method
(string
, optional)push_files
branch
(string
)files
(array
)message
(string
)owner
(string
)repo
(string
)request_copilot_review
owner
(string
)pullNumber
(number
)repo
(string
)search_code
q
(string
)order
(string
, optional)page
(number
, optional)perPage
(number
, optional)sort
(string
, optional)search_issues
q
(string
)order
(string
, optional)page
(number
, optional)perPage
(number
, optional)sort
(string
, optional)search_repositories
query
(string
)page
(number
, optional)perPage
(number
, optional)search_users
q
(string
)order
(string
, optional)page
(number
, optional)perPage
(number
, optional)sort
(string
, optional)submit_pending_pull_request_review
event
(string
)owner
(string
)pullNumber
(number
)repo
(string
)body
(string
, optional)update_issue
issue_number
(number
)owner
(string
)repo
(string
)update_pull_request
owner
(string
)pullNumber
(number
)repo
(string
)update_pull_request_branch
owner
(string
)pullNumber
(number
)repo
(string
)