From 7a14d061e4bc0597095dda5c8ae6d4eddd31f801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:35:23 +0000 Subject: [PATCH] deps: update mcp requirement from <2,>=1.28.1 to >=1.28.1,<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.28.1...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebabf741..ab10e27d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ mcp = [ # WebSocket Host/Origin validation required at Roam's MCP boundary. # SDK 2 / FastMCP 4 change transport and sampling APIs. Migrate and validate # that protocol generation explicitly instead of silently accepting it. - "mcp>=1.28.1,<2", + "mcp>=1.28.1,<3", ] metrics = [ # The numeric stack behind the spectral metrics: `Algebraic Connectivity` @@ -138,7 +138,7 @@ dev = [ # registry (``_TOOL_METADATA`` is empty without it because the # decorator becomes a no-op). "fastmcp>=2.0,<4", - "mcp>=1.28.1,<2", + "mcp>=1.28.1,<3", # PyYAML is the canonical parser for .roam/rules.yml + .roamignore-findings. # In production it stays optional — the in-tree _parse_simple_yaml / # _emit_simple_yaml fallback covers the documented shapes. Pinned here