Skip to content

v0.1.6 — spec-driven authoring tools

Latest

Choose a tag to compare

@Karzone Karzone released this 29 Jul 18:52

Adds 6 read-only MCP tools for spec-driven / story→automation authoring — grounding an AI agent in what already exists so it reuses instead of regenerating. MCP server: 5 → 11 tools.

  • resolve_step — resolve a Gherkin phrase to the existing step definition(s) that would bind it (exact/ambiguous/none + shared-term-ranked suggestions).
  • get_scenario / get_step_definition — full detail by name/expression, incl. the scenarios a definition is used by.
  • step_catalog — reusable step vocabulary with extracted placeholders & allowed values.
  • list_tags — tag taxonomy with per-tag scenario counts.
  • project_dependencies — the implied project dependency graph (answers "what depends on ?").

Step-hygiene detection is intentionally left to SpecHygiene; the 5 original tools are unchanged. 247 tests green.