fix(deps): cap mcp below 2.0 — un-reds main (#80)
CI & Build / Python lint (push) Successful in 4s
CI & Build / TypeScript typecheck (push) Successful in 34s
CI & Build / integration (push) Successful in 41s
CI & Build / Python tests (push) Successful in 57s
CI & Build / Build & push image (push) Successful in 19s

This commit was merged in pull request #80.
This commit is contained in:
2026-07-28 10:18:23 -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",
]