Mcp_Server
1
This project is a Flask-based MCP server designed to bridge API communications to GitHub. It handles incoming POST requests to retrieve GitHub user information, with built-in error handling for various scenarios.
MCP Server
A Flask-based MCP server that facilitates API communications to GitHub by handling POST requests to fetch GitHub user data such as username, full name, public repositories, followers, and profile URL.
Features
- Fetch GitHub user details including username, public repositories, etc.
- Provides error handling for invalid requests and user not found scenarios.
Prerequisites
- Python 3.6 or above
- Basic GitHub API access.
Setup & Installation
Instruction to clone the repository.