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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mcp = [
# WebSocket Host/Origin validation required at Roam's MCP boundary.
# SDK 2 / FastMCP 4 change transport and sampling APIs. Migrate and validate
# that protocol generation explicitly instead of silently accepting it.
"mcp>=1.28.1,<2",
"mcp>=1.28.1,<3",
]
metrics = [
# The numeric stack behind the spectral metrics: `Algebraic Connectivity`
Expand Down Expand Up @@ -138,7 +138,7 @@ dev = [
# registry (``_TOOL_METADATA`` is empty without it because the
# decorator becomes a no-op).
"fastmcp>=2.0,<4",
"mcp>=1.28.1,<2",
"mcp>=1.28.1,<3",
# PyYAML is the canonical parser for .roam/rules.yml + .roamignore-findings.
# In production it stays optional — the in-tree _parse_simple_yaml /
# _emit_simple_yaml fallback covers the documented shapes. Pinned here
Expand Down
Loading