Skip to content

Commit

Permalink
Update README to reflect that only Release Candidate has FastMCP feat…
Browse files Browse the repository at this point in the history
…ures

As mentioned in issue modelcontextprotocol#114, the ReadMe is currently misleading as it specifies a version that does not have the functionality in the  Quickstart and the rest of the documentation.

A quick hotfix, while the MCP team works to release the FastMCP version, would be to add a line in the README.
  • Loading branch information
samefarrar authored Dec 29, 2024
1 parent 59fff69 commit 28738bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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 Expand Up @@ -480,4 +482,4 @@ We are passionate about supporting contributors of all levels of experience and

## License

This project is licensed under the MIT License - see the LICENSE file for details.
This project is licensed under the MIT License - see the LICENSE file for details.

0 comments on commit 28738bd

Please sign in to comment.