fix(deps): cap mcp below 2.0 — un-reds main #80

Merged
bvandeusen merged 1 commits from dev into main 2026-07-28 10:18:24 -04:00
+5 -1
View File
@@ -19,7 +19,11 @@ dependencies = [
"caldav>=1.3",
"icalendar>=5.0",
"APScheduler>=3.10,<4.0",
"mcp[cli]>=1.0",
# Capped below 2.0: that release removed `mcp.server.fastmcp`, which
# src/scribe/mcp/server.py imports to build the whole tool surface. The
# ceiling is a real incompatibility, not caution — lift it in the same
# change that ports server.py to the 2.x API.
"mcp[cli]>=1.0,<2",
"fastembed>=0.4",
"pgvector>=0.3",
]