Add mcp dependency to root project dev group

- Added mcp>=1.9.4 to root project's dev dependencies to fix test failures
- This resolves ImportError: No module named 'mcp' in test files

Co-authored-by: Daniel Chalef <danielchalef@users.noreply.github.com>
This commit is contained in:
claude[bot] 2025-07-09 15:07:49 +00:00 committed by Daniel Chalef
parent 452a45cb4e
commit fd3cd5db33

View file

@ -55,6 +55,7 @@ dev = [
"pytest-asyncio>=0.24.0",
"pytest-xdist>=3.6.1",
"ruff>=0.7.1",
"mcp>=1.9.4",
]
[build-system]