From 90380945895480a556fc2f9dfa035d20776461cf Mon Sep 17 00:00:00 2001 From: Aschent89 Date: Fri, 6 Dec 2024 14:08:01 -0500 Subject: [PATCH] Update the github-server readme to outline 'get_issue' --- src/github/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/github/README.md b/src/github/README.md index cc0a09c3..1898f9e1 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -180,6 +180,14 @@ MCP Server for the GitHub API, enabling file operations, repository management, - `sha` (optional string): branch name - Returns: List of commits +17. `get_issue` + - Gets the contents of an issue within a repository + - Inputs: + - `owner` (string): Repository owner + - `repo` (string): Repository name + - `issue_number` (number): Issue number to retrieve + - Returns: Github Issue object & details + ## Search Query Syntax ### Code Search