Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README to reflect that only RC version has FastMCP features #119

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ The Model Context Protocol allows applications to provide context for LLMs in a

We recommend using [uv](https://docs.astral.sh/uv/) to manage your Python projects:

FastMCP features are currently only available in the 1.2.0 release candidate version, which can be installed with:

```bash
uv add "mcp[cli]"
uv add "mcp[cli]===1.2.0rc1"
```

Alternatively:
```bash
pip install mcp
pip install "mcp==1.2.0.rc1"
```

## Quickstart
Expand Down