Skip to content

Commit 09886f6

Browse files
SimplyLizclaude
andcommitted
docs: refresh README for v9.2.0 — tool counts, preset sizes, LIP v2.3
Bring the static numbers in README.md back in sync with the released binary: startup-banner example (v9.0.0 → v9.2.0, 14/76 → 25/110), preset tool counts (core 14→25, review 19→42, full 80+→110, etc.), "20 quality checks" → 21, "LIP v2.0" → "LIP v2.3+", and drop the "v9.0" prefix on the Compound Operations heading. The npm version shield is dynamic so no change needed there. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent acece7f commit 09886f6

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ claude mcp add --transport stdio ckb -- npx @tastehub/ckb mcp
144144

145145
**Token efficiency shown at startup:**
146146
```
147-
CKB MCP Server v9.0.0
148-
Active tools: 14 / 76 (18%)
149-
Estimated context: ~1k tokens
147+
CKB MCP Server v9.2.0
148+
Active tools: 25 / 110 (22%)
149+
Estimated context: ~4k tokens
150150
Preset: core
151151
```
152152

@@ -265,7 +265,7 @@ See the **[Index Management Guide](https://github.com/SimplyLiz/CodeMCP/wiki/Ind
265265

266266
## PR Review
267267

268-
CKB review runs 20 quality checks in 5 seconds — secrets, breaking changes, dead code, complexity, test gaps, bug patterns, and more. Zero tokens, zero API calls.
268+
CKB review runs 21 quality checks in 5 seconds — secrets, breaking changes, dead code, complexity, test gaps, bug patterns, and more. Zero tokens, zero API calls.
269269

270270
When your AI assistant (Claude Code, Cursor, Windsurf) reviews a PR, it calls CKB first and gets structured analysis in ~1k tokens. Then it only reads the files that matter — saving **50-80% of tokens** on large PRs.
271271

@@ -301,7 +301,7 @@ ckb ownership # File/path ownership
301301
ckb mcp # Start MCP server
302302
```
303303

304-
**v9.0 Compound Operations (via MCP):**
304+
**Compound Operations (via MCP):**
305305
```bash
306306
# These tools combine multiple queries into single calls
307307
explore # Area exploration: symbols, dependencies, hotspots
@@ -532,23 +532,23 @@ Use `cmd /c` wrapper in any config above:
532532
<details>
533533
<summary><strong>Presets (Token Optimization)</strong></summary>
534534

535-
CKB exposes 80+ tools, but most sessions only need a subset. Use presets to reduce token overhead by up to 83%:
535+
CKB exposes 110+ tools, but most sessions only need a subset. Use presets to reduce token overhead by up to 77%:
536536

537537
```bash
538538
# List all available presets with tool counts and token estimates
539539
ckb mcp --list-presets
540540

541-
# Default: core preset (14 essential tools)
541+
# Default: core preset (25 essential tools)
542542
ckb mcp
543543

544544
# Workflow-specific presets
545-
ckb mcp --preset=core # 14 tools - search, explain, impact (default)
546-
ckb mcp --preset=review # 19 tools - core + diff, ownership
547-
ckb mcp --preset=refactor # 19 tools - core + coupling, dead code
548-
ckb mcp --preset=federation # 28 tools - core + cross-repo
549-
ckb mcp --preset=docs # 20 tools - core + doc-symbol linking
550-
ckb mcp --preset=ops # 25 tools - core + jobs, webhooks, metrics
551-
ckb mcp --preset=full # 80+ tools - all tools (legacy)
545+
ckb mcp --preset=core # 25 tools - search, explain, impact (default)
546+
ckb mcp --preset=review # 42 tools - core + diff, ownership, PR review
547+
ckb mcp --preset=refactor # 42 tools - core + coupling, dead code
548+
ckb mcp --preset=federation # 46 tools - core + cross-repo
549+
ckb mcp --preset=docs # 34 tools - core + doc-symbol linking
550+
ckb mcp --preset=ops # 43 tools - core + jobs, webhooks, metrics
551+
ckb mcp --preset=full # 110 tools - complete feature set
552552
```
553553

554554
In MCP config:
@@ -625,7 +625,7 @@ See the **[Full Documentation Wiki](https://github.com/SimplyLiz/CodeMCP/wiki)**
625625
- [Incremental Indexing](https://github.com/SimplyLiz/CodeMCP/wiki/Incremental-Indexing) — Fast index updates for Go projects
626626
- [Doc-Symbol Linking](https://github.com/SimplyLiz/CodeMCP/wiki/Doc-Symbol-Linking) — Symbol detection in docs, staleness checking
627627
- [Authentication](https://github.com/SimplyLiz/CodeMCP/wiki/Authentication) — API tokens, scopes, rate limiting
628-
- [MCP Integration](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration) — Claude Code setup, 80+ tools
628+
- [MCP Integration](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration) — Claude Code setup, 110+ tools
629629
- [API Reference](https://github.com/SimplyLiz/CodeMCP/wiki/API-Reference) — HTTP API documentation
630630
- [Daemon Mode](https://github.com/SimplyLiz/CodeMCP/wiki/Daemon-Mode) — Always-on service with scheduler, webhooks
631631
- [Configuration](https://github.com/SimplyLiz/CodeMCP/wiki/Configuration) — All options including MODULES.toml
@@ -647,7 +647,7 @@ See the **[Full Documentation Wiki](https://github.com/SimplyLiz/CodeMCP/wiki)**
647647

648648
**Optional (for enhanced analysis):**
649649
- SCIP indexer for your language (scip-go, scip-typescript, etc.) — run `ckb index` to auto-install
650-
- [LIP v2.0](https://lip-sigma.vercel.app) semantic embedding daemon (requires Rust/cargo) — strongly recommended for best search quality ([docs](https://lip-sigma.vercel.app/docs), [crates.io](https://crates.io/crates/lip-cli)):
650+
- [LIP v2.3+](https://lip-sigma.vercel.app) semantic embedding daemon (requires Rust/cargo) — strongly recommended for best search quality ([docs](https://lip-sigma.vercel.app/docs), [crates.io](https://crates.io/crates/lip-cli)):
651651
```bash
652652
cargo install lip-cli
653653
lip daemon --socket ~/.local/share/lip/lip.sock

0 commit comments

Comments
 (0)