From ae68707b8025fb8cab792bbfc67f7d210884e857 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 3 Aug 2026 17:02:58 +0800 Subject: [PATCH] build: lock mcp version --- backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 704bf0be..8514a9ba 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -56,6 +56,7 @@ dependencies = [ "pyhive[hive_pure_sasl]>=0.7.0", "thrift-sasl", "dbutils>=3.1.2", + "mcp<2.0.0", ] [project.optional-dependencies]