From dad55cc7f6ee471a3b256f3317c1d1e7f99b624f Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Wed, 12 Mar 2025 02:45:08 -0600 Subject: [PATCH] add MCP server badge --- 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