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

2
poetry.lock generated
View File

@@ -5590,4 +5590,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.13,<4.0" python-versions = ">=3.13,<4.0"
content-hash = "afcce5ebc6a3e5beddab029d1d1f8d2db09c80a2ad8db346fe591105335ce047" content-hash = "db40b33c9287459e675a33c333509775529ae3945c3104a6fbda6f104c33b2c3"

View File

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