From 5aa6bffb74f1ba7239469b0604aadd088a397dca Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:23:05 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af9a530ad..bf100d43a 100644 --- a/README.md +++ b/README.md @@ -74,19 +74,20 @@ FastMCP handles all the complex protocol details and server management, so you c ## Installation +We strongly recommend installing FastMCP with [uv](https://docs.astral.sh/uv/), as it is required for deploying servers: + ```bash -# We strongly recommend installing with uv -brew install uv # on macOS uv pip install fastmcp ``` -Or with pip: +Note: on macOS, uv may need to be installed with Homebrew (`brew install uv`) in order to make it available to the Claude Desktop app. + +Alternatively, to use the SDK without deploying, you may use pip: + ```bash pip install fastmcp ``` -See the [Contributing](#contributing) section for information on how to contribute to FastMCP. - ## Quickstart Let's create a simple MCP server that exposes a calculator tool and some data: