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