Loading pkgs/development/python-modules/fastmcp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,9 @@ buildPythonPackage rec { "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" Loading pkgs/development/python-modules/mcp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,14 +41,14 @@ 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 '' Loading Loading
pkgs/development/python-modules/fastmcp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,9 @@ buildPythonPackage rec { "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" Loading
pkgs/development/python-modules/mcp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,14 +41,14 @@ 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 '' Loading