From fc8f4f03aefb913621331101d87849eba83097c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 20:35:02 +0000 Subject: [PATCH] fix(pypi): update dependency mcp to v2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88d2693..ac2c0d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "expandvars==1.1.2", "pygls==2.1.1", "lsprotocol==2025.0.0", - "mcp==2.1.0", + "mcp==2.1.1", ] [project.urls]