-
Couldn't load subscription status.
- Fork 0
Endpoints
Garot Conklin edited this page May 23, 2025
·
1 revision
This page documents the main API endpoints of the GitHub MCP Server.
-
GET /— Server info and available tools -
POST /tool— Execute a tool call -
GET /sse— Server-Sent Events for streaming responses
sequenceDiagram
participant Client
participant MCPServer
participant GitHub
Client->>MCPServer: API Request
MCPServer->>GitHub: GitHub API Call
GitHub-->>MCPServer: API Response
MCPServer-->>Client: Tool Result
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}