Skip to main content
Glama

GitHub PR Comments MCP Server

types.ts528 B
export interface CommentReply { id: number; body: string; user: { login: string; }; created_at: string; } export interface Comment { id: number; path: string; body: string; line?: number; start_line?: number; user: { login: string; }; created_at: string; replies: CommentReply[]; } export interface GetPRCommentsParams { owner: string; repo: string; pull_number: number; } export interface GetPRCommentsResponse { comments: Comment[]; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaileshahuja/github-pr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server