diff --git a/pyproject.toml b/pyproject.toml index 908e0d92..4f247627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ build-backend = "hatchling.build" [tool.pytest.ini_options] pythonpath = ["."] +norecursedirs = ["mcp_server"] [tool.ruff] line-length = 100