dscv-mcp
v0.1.6
Published
NPX installer for DSCV MCP GitHub Projects v2 kit (Simone-compatible) with strict Gherkin Docs→Issues
Maintainers
Readme
dscv-mcp
NPX installer for DSCV MCP GitHub Projects v2 kit (Simone-compatible) with strict Gherkin Docs→Issues automation.
Install & go
# 1) Create/locate a Project v2 and store its id
npx dscv-mcp gh-setup --set-repo-variable
# 2) Install prompts + workflows + scripts and patch init
npx dscv-mcp --yes --branch chore/dscv-mcp-init --open-pr
# 3) Seed labels & fields + Sprint iteration
npx dscv-mcp auto-seed --sprint-length 14 --sprint-start 2025-08-18After merging, drop .feature files under features/ and push — the Docs→Issues workflow will keep Epics/Stories/Tasks in sync and add them to your Project v2.
Commands
npx dscv-mcp— install prompts + workflows + scripts; patchinit_simone.yamlnpx dscv-mcp gh-setup [--title "<name>"] [--set-repo-variable]— create a Project v2 (GraphQL) and optionally setSIMONE_PROJECT_IDnpx dscv-mcp auto-seed [--sprint-length 14] [--sprint-start YYYY-MM-DD]— seed labels and fields (Status/Type/Priority/Area/Points/Value/OKR/Source/Sprint)
Strict Gherkin mapping
- Feature → [EPIC], Scenario/Outline → [Story], Examples rows → [Task]
- Tags → labels & metadata:
@area=…,@priority=P0..P3,@milestone=Alpha|Beta|GA|M1,@okr=…,@value=1..5
