From d53116dbf11d197f1fe63e84e05037989ffbe246 Mon Sep 17 00:00:00 2001 From: jenasuraj Date: Sat, 7 Jun 2025 22:40:40 +0530 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76d3d267..19f88f1d4 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ def get_greeting(name: str) -> str: You can install this server in [Claude Desktop](https://claude.ai/download) and interact with it right away by running: ```bash -mcp install server.py +uv run mcp install server.py ``` Alternatively, you can test it with the MCP Inspector: