diff --git a/pyproject.toml b/pyproject.toml index 4765da8..7bdda44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,8 @@ packages = ["mcp_python"] [tool.pyright] include = ["mcp_python", "tests"] typeCheckingMode = "strict" +venvPath = "." +venv = ".venv" [tool.ruff] select = ["E", "F", "I"]