From c5333fe21de3c44935d3786c938fb015ffb14e92 Mon Sep 17 00:00:00 2001 From: Mahesh Murag Date: Mon, 25 Nov 2024 22:11:06 +0100 Subject: [PATCH] Add uvx/pip Install Instructions to README (#38) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07a479b0..fb385ce2 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ pip install mcp-server-git python -m mcp_server_git ``` +Follow [these](https://docs.astral.sh/uv/getting-started/installation/) instructions to install `uv` / `uvx` and [these](https://pip.pypa.io/en/stable/installation/) to install `pip`. + ### Using an MCP Client However, running a server on its own isn't very useful, and should instead be configured into an MCP client. For example, here's the Claude Desktop configuration to use the above server: