关于
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