python-run-mcp
2
This project implements a Python service that follows the Model Context Protocol for standardized Python code execution through API endpoints. It enables server-side code execution by sending HTTP requests to designated endpoints.
Overview
This project is a Python service that implements the Model Context Protocol (MCP) for executing Python code through standardized API endpoints. Key features include:
- Starting the server to handle code execution requests.
- Sending requests to a specific endpoint to run Python code.