mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-24 23:05:21 +02:00
Update the github-server readme to outline 'get_issue'
This commit is contained in:
@@ -180,6 +180,14 @@ MCP Server for the GitHub API, enabling file operations, repository management,
|
|||||||
- `sha` (optional string): branch name
|
- `sha` (optional string): branch name
|
||||||
- Returns: List of commits
|
- 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
|
## Search Query Syntax
|
||||||
|
|
||||||
### Code Search
|
### Code Search
|
||||||
|
|||||||
Reference in New Issue
Block a user