diff --git a/pyproject.toml b/pyproject.toml index dea7ee1..8829610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ license = ["revenueholdings-license>=0.1.0"] dev = [ "pytest>=7.0", "pytest-cov>=4.0", - "mcp>=1.0", + "mcp>=1.27.1", ] -mcp = ["mcp>=1.0"] +mcp = ["mcp>=1.27.1"] [project.scripts] schemaforge = "schemaforge.cli:main"