From 7f6d1d0d4011994b417891e577c514bc869f52ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Wed, 17 Jun 2026 16:22:30 +0200 Subject: [PATCH] python3Packages.mcp: 1.26.0 -> 1.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assisted-by: OpenCode:gpt-5.5-1 Signed-off-by: Attila Oláh --- pkgs/development/python-modules/mcp/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mcp/default.nix b/pkgs/development/python-modules/mcp/default.nix index b8536ececaa5..f804c12f5349 100644 --- a/pkgs/development/python-modules/mcp/default.nix +++ b/pkgs/development/python-modules/mcp/default.nix @@ -42,14 +42,14 @@ buildPythonPackage (finalAttrs: { pname = "mcp"; - version = "1.26.0"; + version = "1.27.0"; pyproject = true; src = fetchFromGitHub { owner = "modelcontextprotocol"; repo = "python-sdk"; tag = "v${finalAttrs.version}"; - hash = "sha256-TGkAyuBcIstL2BCZYBWoi7PhnhoBvap67sLWGe0QUoU="; + hash = "sha256-qvbGyF0PVC626yCgUqOYmA1zOmvI3/bC7l7HhfOtKH8="; }; # time.sleep(0.1) feels a bit optimistic and it has been flaky whilst @@ -139,6 +139,7 @@ buildPythonPackage (finalAttrs: { # Flaky: httpx.ConnectError: All connection attempts failed "test_sse_security_" "test_streamable_http_" + "test_streamablehttp_" # This just feels a bit optimistic... # assert duration < 3 * _sleep_time_seconds