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. ---