diff --git a/pyproject.toml b/pyproject.toml index b449b43b..9aa7bd78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ ] [project.optional-dependencies] -mcp = ["mcp>=1.27.0"] +mcp = ["mcp>=1.27.1"] dev = ["pre-commit", "pytest", "pytest-cov", "pytest-doctestplus", "pytest-asyncio", "ruff", "docutils"] doc = [ "jupyter-book>=2.1.4,<3",