@vibekiln/cutline-mcp-cli 0.12.0 → 0.14.0

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.
@@ -11,6 +11,11 @@ var WRITE_TOOLS = /* @__PURE__ */ new Set([
11
11
  "premortem_chat_start",
12
12
  "premortem_chat",
13
13
  "premortem_chat_graduate",
14
+ // Engagement knowledge workspaces
15
+ "engagement_create",
16
+ "engagement_attach_deep_dive",
17
+ "engagement_summarize",
18
+ "engagement_select_product",
14
19
  // Wiki
15
20
  "wiki_save",
16
21
  "wiki_apply_edits",
@@ -36,7 +41,16 @@ var WRITE_TOOLS = /* @__PURE__ */ new Set([
36
41
  // Tools server
37
42
  "trial_generate",
38
43
  // Readiness badge (writes to readiness_reports collection)
39
- "export_readiness_badge"
44
+ "export_readiness_badge",
45
+ // SlopBurn game loop
46
+ "slopburn_start_run",
47
+ "slopburn_bootstrap_run",
48
+ "slopburn_take_turn",
49
+ "slopburn_roll_tests",
50
+ "slopburn_choose_stat",
51
+ "slopburn_choose_perk",
52
+ "slopburn_spellbook_install",
53
+ "slopburn_spellbook_equip"
40
54
  ]);
41
55
  function isWriteTool(name) {
42
56
  return WRITE_TOOLS.has(name);