mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
pyproject: Add venv to pyproject
pyright and Zed use the venv setting in pyright to correctly determine the virtual env to use.
This commit is contained in:
@@ -23,6 +23,8 @@ packages = ["mcp_python"]
|
||||
[tool.pyright]
|
||||
include = ["mcp_python", "tests"]
|
||||
typeCheckingMode = "strict"
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
||||
[tool.ruff]
|
||||
select = ["E", "F", "I"]
|
||||
|
||||
Reference in New Issue
Block a user