From cf37f6d81c5abe9d0ad2901470120101e166365e5599b24b0a4a50d2547ea3b9 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 2 Feb 2026 13:09:39 +0100 Subject: [PATCH 1/2] Update to v1.26.0 * Backport: Support for Resource and ResourceTemplate metadata. * fix: return HTTP 404 for unknown session IDs instead of 400. From v.1.25.0: * Fix for Url Elicitation issue. From v1.24.0: * feat: client-side support for SEP-1577 sampling with tools. * Fix JSON-RPC error response ID matching. * Add `streamable_http_client` which accepts `httpx.AsyncClient` * instead of `httpx_client_factory`. * Fix: use correct python command name in `test_stdio.py`. Signed-off-by: Egbert Eich --- mcp-1.23.3.tar.gz | 3 --- mcp-1.26.0.tar.gz | 3 +++ python-mcp.changes | 15 +++++++++++++++ python-mcp.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 mcp-1.23.3.tar.gz create mode 100644 mcp-1.26.0.tar.gz diff --git a/mcp-1.23.3.tar.gz b/mcp-1.23.3.tar.gz deleted file mode 100644 index 5f639e0..0000000 --- a/mcp-1.23.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b0da2cc949950ce1259c7bfc1b081905a51916fcd7c8182125b85e70825201 -size 600697 diff --git a/mcp-1.26.0.tar.gz b/mcp-1.26.0.tar.gz new file mode 100644 index 0000000..dc2cd6f --- /dev/null +++ b/mcp-1.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6e2ef491eecc1a0d93711a76f28dec2e05999f93afd48795da1c1137142c66 +size 608005 diff --git a/python-mcp.changes b/python-mcp.changes index d6d8134..a4e73e6 100644 --- a/python-mcp.changes +++ b/python-mcp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 2 11:47:16 UTC 2026 - Egbert Eich + +- Update to v1.26.0 + * Backport: Support for Resource and ResourceTemplate metadata. + * fix: return HTTP 404 for unknown session IDs instead of 400. + From v.1.25.0: + * Fix for Url Elicitation issue. + From v1.24.0: + * feat: client-side support for SEP-1577 sampling with tools. + * Fix JSON-RPC error response ID matching. + * Add `streamable_http_client` which accepts `httpx.AsyncClient` + instead of `httpx_client_factory`. + * Fix: use correct python command name in `test_stdio.py`. + ------------------------------------------------------------------- Mon Feb 2 10:18:22 UTC 2026 - Matej Cepl diff --git a/python-mcp.spec b/python-mcp.spec index e3a18ce..d82695b 100644 --- a/python-mcp.spec +++ b/python-mcp.spec @@ -16,7 +16,7 @@ Name: python-mcp -Version: 1.23.3 +Version: 1.26.0 Release: 0 Summary: Python implementation of the Model Context Protocol License: MIT -- 2.51.1 From 5d72f0710fd7cefca3349ccc7aa696eeaa9a07b54fc4082718caedd61a3520f3 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 2 Feb 2026 13:10:03 +0100 Subject: [PATCH 2/2] Add Recommends for python-uv and npm to devel package Signed-off-by: Egbert Eich --- python-mcp.changes | 1 + python-mcp.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-mcp.changes b/python-mcp.changes index a4e73e6..e750f33 100644 --- a/python-mcp.changes +++ b/python-mcp.changes @@ -12,6 +12,7 @@ Mon Feb 2 11:47:16 UTC 2026 - Egbert Eich * Add `streamable_http_client` which accepts `httpx.AsyncClient` instead of `httpx_client_factory`. * Fix: use correct python command name in `test_stdio.py`. +- Add Recommends for python-uv and npm to devel package. ------------------------------------------------------------------- Mon Feb 2 10:18:22 UTC 2026 - Matej Cepl diff --git a/python-mcp.spec b/python-mcp.spec index d82695b..9b18049 100644 --- a/python-mcp.spec +++ b/python-mcp.spec @@ -52,6 +52,8 @@ Summary: Executables for %{name} Conflicts: mmv Requires(post): update-alternatives Requires(postun): update-alternatives +Recommends: python-uv +Recommends: npm %description devel This package contains the executables for %{name}. -- 2.51.1