metheus-governance-mcp-cli 0.2.75 → 0.2.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -371,7 +371,8 @@ async function promptChoice(ui, title, options, { defaultIndex = 0, allowCancel
371
371
  process.stdout.write(` ${colorText("[0]", "33")} Cancel\n`);
372
372
  }
373
373
  const defaultLabel = defaultIndex >= 0 && defaultIndex < list.length ? String(defaultIndex + 1) : "";
374
- const answer = String(await ui.ask(`${colorText(">", "32")} ${defaultLabel ? `[${defaultLabel}] ` : ""}`) || "").trim();
374
+ const promptLabel = defaultLabel ? `default=${defaultLabel}` : "enter number";
375
+ const answer = String(await ui.ask(`${colorText(">", "32")} ${promptLabel}: `) || "").trim();
375
376
  if (!answer && defaultLabel) {
376
377
  return list[defaultIndex];
377
378
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metheus-governance-mcp-cli",
3
- "version": "0.2.75",
3
+ "version": "0.2.76",
4
4
  "description": "Metheus Governance MCP CLI (setup + stdio proxy)",
5
5
  "type": "module",
6
6
  "files": [