소개
This Python service implements the Model Context Protocol (MCP) to provide a standardized API for executing Python code. It exposes a `/run_python` endpoint that accepts code snippets and returns the execution results, facilitating integration with other systems and streamlined Python code execution in various environments.
주요 기능
- 2 GitHub stars