main - Update to 1.26.0 #2

Merged
mcepl merged 2 commits from eeich/python-mcp:main into main 2026-02-02 19:35:21 +01:00
4 changed files with 22 additions and 4 deletions

Binary file not shown.

BIN
mcp-1.26.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 2 11:47:16 UTC 2026 - Egbert Eich <eich@suse.com>
- 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`.
- Add Recommends for python-uv and npm to devel package.
-------------------------------------------------------------------
Mon Feb 2 10:18:22 UTC 2026 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -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
@@ -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}.