Added
- Tool annotations on every MCP tool. All seven tools — and the setup-mode stand-ins
that mirror them — now declarereadOnlyHint: true,destructiveHint: false,
idempotentHint: true,openWorldHint: false. Every tool reads: no writes, no side
effects, nothing outside the repos folder on this machine. Hosts use the hints to
decide whether to warn before a call, and a missing hint reads as "unknown" rather
than "safe". Some MCP directories reject servers where any of the four is absent.
npm: https://www.npmjs.com/package/repos-expert/v/0.1.14 · full changelog: https://github.com/end1989/repos-expert/blob/main/CHANGELOG.md