From 66be7c203b7e605b411fbff5f5aa436644cc4cf8 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:57:16 -0500 Subject: [PATCH] Add v3 breaking changes notice to README (#2712) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1384c638..668e4dda8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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)