You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust code is the only source of truth for the published MCP surface. If this file drifts from the contract module, tests should fail.\n\n",
596
596
);
597
597
doc.push_str(
598
-
"The default catalog is intentionally small: 7 top-level `ledgerr_*` tools. Each tool uses a required `action` field so the major capability families stay visible while related operations are grouped under one top-level command.\n\n",
598
+
"The default catalog is intentionally small: 8 top-level `ledgerr_*` tools. Each tool uses a required `action` field so the major capability families stay visible while related operations are grouped under one top-level command.\n\n",
599
599
);
600
600
doc.push_str("## Published MCP Tools\n\n");
601
601
doc.push_str("| Tool | Purpose | Common actions |\n|---|---|---|\n");
@@ -622,7 +622,7 @@ The server still accepts older `l3dg3rr_*` and proxy-style call names as hidden
622
622
doc.push_str(
623
623
"## Internal Service API\n\n\
624
624
Canonical trait:\n[TurboLedgerTools in crates/ledgerr-mcp/src/lib.rs](../crates/ledgerr-mcp/src/lib.rs#L289)\n\n\
625
-
Important distinction:\n- The MCP surface is the reduced 7-tool catalog defined in Rust.\n- The internal service trait remains more granular and implementation-oriented.\n\n\
625
+
Important distinction:\n- The MCP surface is the 8-tool catalog defined in Rust.\n- The internal service trait remains more granular and implementation-oriented.\n\n\
0 commit comments