run_python
Execute Python scripts or code directly within the Code Buddy MCP server to test, run, and validate Python programs during development workflows.
Instructions
Run a Python script or code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Python code to execute | |
| filepath | No | Python file to run (alternative to code) | |
| timeout | No | Timeout in seconds |