-
Couldn't load subscription status.
- Fork 0
Error Handling
Garot Conklin edited this page May 23, 2025
·
1 revision
This page describes how errors are handled in the GitHub MCP Server API.
{
"detail": "Error message"
}- 400 Bad Request: Invalid parameters
- 401 Unauthorized: Authentication failed
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Resource not found
- 429 Too Many Requests: Rate limit exceeded
- 500 Internal Server Error: Server error
sequenceDiagram
participant Client
participant MCPServer
participant GitHub
Client->>MCPServer: API Request
MCPServer->>GitHub: GitHub API Call
GitHub-->>MCPServer: Error/Failure
MCPServer-->>Client: Error Response
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}