diff --git a/pyproject.toml b/pyproject.toml index e0cb38b..4d2258b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ packages = ["mcp_python"] [tool.pyright] include = ["mcp_python", "tests"] -typeCheckingMode = "strict" venvPath = "." venv = ".venv"