python3Packages.mcp: 1.14.0 -> 1.15.0 (#446865)

Changed files
+5 -2
pkgs
development
python-modules
fastmcp
mcp
+3
pkgs/development/python-modules/fastmcp/default.nix
···
"test_multi_client"
"test_canonical_multi_client_with_transforms"
+
# AssertionError: assert {'annotations...object'}, ...} == {'annotations...sers']}}, ...}
+
"test_list_tools"
+
# fastmcp.exceptions.ToolError: Unknown tool
"test_multi_client_with_logging"
"test_multi_client_with_elicitation"
+2 -2
pkgs/development/python-modules/mcp/default.nix
···
buildPythonPackage rec {
pname = "mcp";
-
version = "1.14.0";
+
version = "1.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "python-sdk";
tag = "v${version}";
-
hash = "sha256-LHc2G5mzyfZ2GvUIuaXYp8AHOVGs6Xtk4MTDYtUcySI=";
+
hash = "sha256-pvbrNkGfQaZX95JZyYXuuH2gMzWouuGXjaDxPyKW0Zw=";
};
postPatch = lib.optionalString stdenv.buildPlatform.isDarwin ''