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..e750f33 100644 --- a/python-mcp.changes +++ b/python-mcp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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`. +- 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 e3a18ce..9b18049 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 @@ -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}.