Update README.md

This commit is contained in:
Jeremiah Lowin 2024-12-01 17:23:05 -05:00 committed by GitHub
commit 5aa6bffb74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: