Update the github-server readme to outline 'get_issue'

This commit is contained in:
Aschent89
2024-12-06 14:08:01 -05:00
parent 6d7a8f2267
commit 9038094589

View File

@@ -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