Skip to content
Merged
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
>
> **For production MCP applications, install FastMCP:** `pip install fastmcp`

> [!Important]
> FastMCP 3.0 is in development and may include some breaking changes. To avoid unexpected issues, pin your dependency to v2: `fastmcp<3`

---

**FastMCP is the standard framework for building MCP applications**, providing the fastest path from idea to production.
Expand Down Expand Up @@ -79,7 +82,7 @@ There are two ways to access the LLM-friendly documentation:
## Table of Contents

- [FastMCP v2 🚀](#fastmcp-v2-)
- [📚 Documentation](#-documentation)
- [📚 Documentation](#-documentation)
- [What is MCP?](#what-is-mcp)
- [Why FastMCP?](#why-fastmcp)
- [Installation](#installation)
Expand Down
Loading