We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5dffa commit b95794bCopy full SHA for b95794b
pyproject.toml
@@ -23,6 +23,8 @@ packages = ["mcp_python"]
23
[tool.pyright]
24
include = ["mcp_python", "tests"]
25
typeCheckingMode = "strict"
26
+venvPath = "."
27
+venv = ".venv"
28
29
[tool.ruff]
30
select = ["E", "F", "I"]
0 commit comments