From 3b8436dcdeb3e4490e427daa91c8aa498478328a Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:05:01 +0000 Subject: [PATCH] add MCP server badge (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merging community badge PR. Thank you @punkpeye! 🦆 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7611b17..779a9f8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This MCP server provides a Python REPL (Read-Eval-Print Loop) as a tool. It allows execution of Python code through the MCP protocol with a persistent session. + + Python REPL Server MCP server + + ## Setup No setup needed! The project uses `uv` for dependency management. @@ -87,4 +91,4 @@ Before submitting a PR, please ensure: 2. You've updated documentation as needed 3. Maybe write some tests? -For major changes, please open an issue first to discuss what you would like to change. +For major changes, please open an issue first to discuss what you would like to change. \ No newline at end of file