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

This commit is contained in:
Gaétan Lepage
2025-10-01 19:03:03 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
@@ -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"
@@ -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 ''