From f0dd9c2c8394ea0eb1d518bb30523f053a49d84b Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Sun, 19 Apr 2026 20:28:11 -0500 Subject: [PATCH] docs: tool-count reconciliation (continued): 23 -> 24 in 3 stragglers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same reconciliation as the prior commit — three files missed the first pass because of a Read-before-Edit harness constraint. Bumps CONTRIBUTING module table and both Windsurf + Xcode integration guides to the asserted-in-server.rs tool count of 24. --- CONTRIBUTING.md | 2 +- docs/integrations/windsurf.md | 2 +- docs/integrations/xcode.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ad2e16..4e9ad21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,7 +137,7 @@ The MCP server and dashboard. Key modules: |--------|---------| | `server.rs` | MCP JSON-RPC server (rmcp 0.14) | | `cognitive.rs` | CognitiveEngine — 29 stateful modules | -| `tools/` | One file per MCP tool (23 tools) | +| `tools/` | One file per MCP tool (24 tools) | | `dashboard/` | Axum HTTP + WebSocket + event bus | ### apps/dashboard diff --git a/docs/integrations/windsurf.md b/docs/integrations/windsurf.md index cc9ba80..8fd0c7f 100644 --- a/docs/integrations/windsurf.md +++ b/docs/integrations/windsurf.md @@ -115,7 +115,7 @@ It remembers. ## Important: Tool Limit -Windsurf has a **hard cap of 100 tools** across all MCP servers. Vestige uses 23 tools, leaving plenty of room for other servers. +Windsurf has a **hard cap of 100 tools** across all MCP servers. Vestige uses 24 tools, leaving plenty of room for other servers. --- diff --git a/docs/integrations/xcode.md b/docs/integrations/xcode.md index 4d9909c..fb22dcf 100644 --- a/docs/integrations/xcode.md +++ b/docs/integrations/xcode.md @@ -51,7 +51,7 @@ Quit Xcode completely (Cmd+Q) and reopen your project. ### 4. Verify -Type `/context` in the Agent panel. You should see `vestige` listed with 23 tools. +Type `/context` in the Agent panel. You should see `vestige` listed with 24 tools. ---