-
Notifications
You must be signed in to change notification settings - Fork 0
Issue Tools
Garot Conklin edited this page May 23, 2025
·
1 revision
Issue tools allow you to manage GitHub issues.
- List issues
- Create issue
{
"name": "list_issues",
"parameters": {
"owner": "octocat",
"repo": "Hello-World",
"state": "open"
}
}sequenceDiagram
participant User
participant MCPServer
participant GitHub
User->>MCPServer: Call list_issues
MCPServer->>GitHub: Fetch issues
GitHub-->>MCPServer: Return issues
MCPServer-->>User: Return results
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}