From 533f7647d4f09fdb072ebcbf95832713da0410d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 01:55:57 +0000 Subject: [PATCH] chore(deps): bump mcp[cli] from 1.9.4 to 1.10.1 Bumps [mcp[cli]](https://github.com/modelcontextprotocol/python-sdk) from 1.9.4 to 1.10.1. - [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.9.4...v1.10.1) --- updated-dependencies: - dependency-name: mcp[cli] dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 926332dd0..c8e9bcf40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "codeowners>=0.6.0", "unidiff>=0.7.5", "datamodel-code-generator>=0.26.5", - "mcp[cli]==1.9.4", + "mcp[cli]==1.10.1", "fastmcp>=2.9.0", # Utility dependencies "colorlog>=6.9.0",