mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Update README.md
This commit is contained in:
parent
9af549982f
commit
5aa6bffb74
1 changed files with 6 additions and 5 deletions
11
README.md
11
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue