@neuroverseos/governance 0.6.1 → 0.7.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.
@@ -5,10 +5,13 @@ import {
5
5
  readExocortex,
6
6
  summarizeExocortex,
7
7
  think
8
- } from "../chunk-AEVT7DSZ.js";
8
+ } from "../chunk-T6EQ7ZBG.js";
9
9
  import {
10
10
  listLenses
11
11
  } from "../chunk-VGFDMPVB.js";
12
+ import "../chunk-I4RTIMLX.js";
13
+ import "../chunk-ZAF6JH23.js";
14
+ import "../chunk-QLPTHTVB.js";
12
15
  import "../chunk-QWGCMQQD.js";
13
16
 
14
17
  // src/cli/radiant.ts
@@ -397,6 +400,10 @@ async function main(argv) {
397
400
  return cmdLenses(args);
398
401
  case "emergent":
399
402
  return cmdEmergent(args);
403
+ case "mcp": {
404
+ const { startRadiantMcp } = await import("../server-BXMC5NOE.js");
405
+ return startRadiantMcp(argv);
406
+ }
400
407
  case "decision":
401
408
  case "signals":
402
409
  case "drift":