From 03d0cad8ed7de25bcb6110e3abb5ff3b9ba01a65 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:18:18 -0400 Subject: [PATCH] =?UTF-8?q?ControlFlow=20->=20FastMCP=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastmcp/utilities/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastmcp/utilities/tests.py b/src/fastmcp/utilities/tests.py index 9b0084fc1..113163718 100644 --- a/src/fastmcp/utilities/tests.py +++ b/src/fastmcp/utilities/tests.py @@ -20,7 +20,7 @@ if TYPE_CHECKING: @contextmanager def temporary_settings(**kwargs: Any): """ - Temporarily override ControlFlow setting values. + Temporarily override FastMCP setting values. Args: **kwargs: The settings to override, including nested settings.