Skip to content

docs(readme): add codegraph_explore to MCP Tools table and bump Node badge to 20+#226

Open
AimoreRRD wants to merge 1 commit into
colbymchenry:mainfrom
AimoreRRD:docs/missing-explore-and-node-badge
Open

docs(readme): add codegraph_explore to MCP Tools table and bump Node badge to 20+#226
AimoreRRD wants to merge 1 commit into
colbymchenry:mainfrom
AimoreRRD:docs/missing-explore-and-node-badge

Conversation

@AimoreRRD
Copy link
Copy Markdown

Two small README mismatches between the docs and the current project state:

1. codegraph_explore is missing from the MCP Tools table

src/mcp/tools.ts exports 9 tools, but the table near the bottom of the README lists only 8 — codegraph_explore is absent. The tool is referenced prominently elsewhere in the same README (lines 96, 239, 243, 246, 247) including being singled out as a primary exploration tool, so a reader who skims the table can miss that it exists.

Added a row between codegraph_node and codegraph_files to match the source-file order. Description matches the opening sentence of the tool's own description field in src/mcp/tools.ts.

2. Node.js badge is stale (says 18+, should be 20+)

package.json engines has required >=20.0.0 since commit 9b06b0e (fix(db): require better-sqlite3 ^12.4.1 so Node 24 gets the native backend), which explicitly raised the floor because Node 18 was EOL and dropped from better-sqlite3 12.x prebuilds. The badge still claims "Node.js 18+", which misleads users.

Bumped the badge to 20+. (Left the upper bound alone — the engines pin <25.0.0 is being addressed by PR #222 and a one-shot badge change shouldn't pre-empt that.)

Scope

  • Only README.md touched.
  • 1 line added, 1 line changed.
  • No code, no tests, no behaviour change.

…badge to 20+

Two small README mismatches between docs and project state:

1. MCP Tools table is missing `codegraph_explore`. src/mcp/tools.ts
   exports 9 tools but the table lists 8 — `codegraph_explore` is
   absent despite being referenced prominently elsewhere in the same
   README (lines 96, 239, 243, 246, 247). Added between `codegraph_node`
   and `codegraph_files` to match the source-file order.

2. Node.js badge is stale. package.json engines have been ">=20.0.0"
   since the better-sqlite3 ^12.4.1 bump (commit 9b06b0e dropped Node 18
   prebuilds), so the "Node.js 18+" badge misleads users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant