From d8c44d9a9e8425435f30d62bd8aa2d3804bbf1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:41:55 +0000 Subject: [PATCH] chore(deps): update mcp requirement from >=1.0.0 to >=1.27.1 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...v1.27.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.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 ced1df9..7e2f37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "MCP Meta-Router (Tool Compass) — discovers, indexes, and manage requires-python = ">=3.12" dependencies = [ "fastmcp>=2.0.0", - "mcp>=1.0.0", + "mcp>=1.27.1", ] [project.optional-dependencies]