modelcontextprotocol / servers

Model Context Protocol Servers
https://modelcontextprotocol.io
MIT License
3.45k stars 308 forks source link

feat: add issue management functionalities for github #119

Open sirkitree opened 3 days ago

sirkitree commented 3 days ago

Description

Server Details

Motivation and Context

These additions complete the core issue management functionality of the GitHub MCP Server, allowing LLMs to fully interact with GitHub's issue system. This enables automated issue tracking, updates, and communication through the MCP protocol.

How Has This Been Tested?

Breaking Changes

No breaking changes - new functionality only

Types of changes

Checklist

Additional context

The implementation uses GitHub's REST API v3 and includes proper rate limit handling and pagination support. Error messages are designed to be clear and actionable for both LLMs and human users.