From 140f7a514d129408fda1a83db21db3713f4e0809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:43:50 +0000 Subject: [PATCH] chore(deps-dev): 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.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8481dbd..1000e509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ license = { file = "LICENSE" } # Upper bound is deliberate: mcp 2.x is a breaking rewrite (FastMCP -> MCPServer). # src/agentops/mcp/server.py targets the 1.x FastMCP API. Do not widen to <3 # without porting that module first. -mcp = ["mcp>=1.28.1,<2"] +mcp = ["mcp>=1.28.1,<3"] cockpit = [ "fastapi>=0.110,<1.0", "uvicorn[standard]>=0.30,<1.0",