Skip to content

Commit 9038094

Browse files
committed
Update the github-server readme to outline 'get_issue'
1 parent 6d7a8f2 commit 9038094

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/github/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ MCP Server for the GitHub API, enabling file operations, repository management,
180180
- `sha` (optional string): branch name
181181
- Returns: List of commits
182182

183+
17. `get_issue`
184+
- Gets the contents of an issue within a repository
185+
- Inputs:
186+
- `owner` (string): Repository owner
187+
- `repo` (string): Repository name
188+
- `issue_number` (number): Issue number to retrieve
189+
- Returns: Github Issue object & details
190+
183191
## Search Query Syntax
184192

185193
### Code Search

0 commit comments

Comments
 (0)