Skip to content

Product vision still says 47 MCP tools; there are 52 #567

Description

@beyondnetPeru

product/suite/vision/evolith-product-vision-master.md states 47 tools. Measured today:
52.

The same figure was wrong in the README and was corrected there; this file was missed.

Verify it yourself

grep -rhoE "name: '(evolith-[a-z0-9-]+)'" src/packages/mcp-server/src/tools/*.ts | sort -u | wc -l

The fix

Update the number. While you are in the file, check whether any other count near it is also
stale — resources are 12 and prompts are 8, both from the generated inventory at
product/products/smart-cli/product-inventory.md.

A note on where numbers come from

That inventory is generated — do not hand-edit it. If a number there looks wrong, the fix
is node .harness/scripts/generate-product-inventory.mjs, not a text edit.

Done when

The document's counts match the generated inventory.


What is not your problem

This repository runs a large number of governance checks against itself. If one goes red on
your PR for a reason unrelated to your change, say so in a comment and a maintainer will sort
it out — do not try to fix the harness to get green. Specifically not yours: anything under
.harness/scripts/ci/ reporting on the gap board, ADR registry, maturity or coverage floors;
Governance guards; release-pipeline and provenance failures; and bilingual findings on
documents outside the sixteen-file entry surface (ADR-0126).

New here? CONTRIBUTING.md has the setup. Short version: fork, npm install,
npm run build. Commits need a Signed-off-by line — git commit -s, and a hook adds it if
you forget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions