Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
# Conservative bounds: floor for API stability, ceiling to block a known
# breaking major from silently installing. Verified against the working
# b12-venv (mcp 1.26, sentence-transformers 5.2, sqlite-vec 0.1.6, fsrs 6.3).
"mcp>=1.0,<2",
"mcp>=1.0,<3",
# BGE-M3 (default embed model, 1024-dim multilingual cls-pooled) ships
# as PyTorch weights via sentence-transformers. The first SessionStart
# downloads ~2.2GB once; opt into a smaller GGUF Q8_0/Q4_K_M via
Expand Down
Loading