fix: add mcp dependency required by fastmcp

This commit is contained in:
2026-03-08 00:45:11 -05:00
parent c9ddbc4126
commit 992ae0219d
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"langgraph-checkpoint-postgres (>=3.0.4,<4.0.0)",
"psycopg[binary] (>=3.3.3,<4.0.0)",
"fastmcp (>=3.1.0,<4.0.0)",
"mcp (>=1.1.0,<2.0.0)",
"flake8 (>=7.3.0,<8.0.0)"
]