From 19ac080a00d4c5e2ac690951c6e5db7ac3060fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:26:23 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.0 to >=1.0,<3 Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.0.0...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 874a9d4..72f25ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ # Conservative bounds: floor for API stability, ceiling to block a known # breaking major from silently installing. Verified against the working # b12-venv (mcp 1.26, sentence-transformers 5.2, sqlite-vec 0.1.6, fsrs 6.3). - "mcp>=1.0,<2", + "mcp>=1.0,<3", # BGE-M3 (default embed model, 1024-dim multilingual cls-pooled) ships # as PyTorch weights via sentence-transformers. The first SessionStart # downloads ~2.2GB once; opt into a smaller GGUF Q8_0/Q4_K_M via