From 7115196820221bc4d5bced9fc39ae8968b287a37 Mon Sep 17 00:00:00 2001 From: beyonddream <43626691+beyonddream@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:06:35 -0700 Subject: [PATCH] fix command running MCP inspector --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412143a9f..05967ca08 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ mcp install server.py Alternatively, you can test it with the MCP Inspector: ```bash -mcp dev server.py +uv run mcp dev server.py ``` ## What is MCP?