kojee-mcp 0.5.10 → 0.5.12

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.
Files changed (35) hide show
  1. package/README.md +24 -0
  2. package/dist/ancestry-ONFBQEP5.js +8 -0
  3. package/dist/{codex-stop-hook-SWA53ECG.js → chunk-35XBRG3V.js} +4 -3
  4. package/dist/{chunk-MKDMAAMN.js → chunk-5XP2UOFK.js} +12 -0
  5. package/dist/{chunk-DS26OORG.js → chunk-CO73VGWM.js} +41 -23
  6. package/dist/chunk-FQZCENSG.js +459 -0
  7. package/dist/{chunk-YKS6YZKM.js → chunk-PHXO5P25.js} +1 -4
  8. package/dist/chunk-WLMPCX7T.js +116 -0
  9. package/dist/chunk-XLKGPGZT.js +0 -0
  10. package/dist/chunk-XXFVWP6H.js +44 -0
  11. package/dist/{ensure-join-7AEDJMPE.js → chunk-YKW54DKF.js} +45 -15
  12. package/dist/cli.js +16 -13
  13. package/dist/codex-stop-hook-VY7DOMAG.js +16 -0
  14. package/dist/{doctor-XK335W7B.js → doctor-FVTALRQD.js} +110 -15
  15. package/dist/ensure-join-5Y5IJ7HN.js +8 -0
  16. package/dist/{event-log-B27VVEMK.js → event-log-VZD7NKYX.js} +1 -1
  17. package/dist/event-stream-FOT7MJZH.js +19 -0
  18. package/dist/{gateway-client-93P1E0CZ.d.ts → gateway-client-C6yx1mfM.d.ts} +6 -1
  19. package/dist/index.d.ts +1 -1
  20. package/dist/index.js +7 -5
  21. package/dist/lib.d.ts +181 -3
  22. package/dist/lib.js +7 -7
  23. package/dist/{parent-watchdog-RZLHYP7T.js → parent-watchdog-TLU355FB.js} +1 -1
  24. package/dist/registry-A3VT6VJD.js +348 -0
  25. package/dist/server-77QRWKJM.js +14 -0
  26. package/dist/{stop-hook-OTCJGL6V.js → stop-hook-CUVDKXP7.js} +8 -7
  27. package/dist/{tail-stream-JNR4WFW3.js → tail-stream-VZ462ZON.js} +3 -2
  28. package/dist/{user-prompt-submit-hook-QXMC7EZU.js → user-prompt-submit-hook-PMBUPKUV.js} +6 -6
  29. package/dist/{webhook-sink-NWGCUDGY.js → webhook-sink-N6AUTFL3.js} +1 -1
  30. package/package.json +1 -1
  31. package/dist/chunk-SCDWPGH3.js +0 -637
  32. package/dist/{chunk-BJMASMKX.js → chunk-VHKPWUX7.js} +0 -0
  33. package/dist/{doctor-codex-SMROUYGV.js → doctor-codex-PA3WO6LR.js} +1 -1
  34. package/dist/{send-cli-CN5EX7PO.js → send-cli-NZP5XE7T.js} +5 -5
  35. package/dist/{wizard-PLGHYCT3.js → wizard-L4MYRLJI.js} +11 -11
@@ -1,32 +1,32 @@
1
+ import {
2
+ clearRuntimeRecord,
3
+ readRecordedRuntime,
4
+ recordRuntime
5
+ } from "./chunk-EW72ZNQL.js";
1
6
  import {
2
7
  buildCodexMcpServerTable,
3
8
  buildCodexStopHookBlock,
4
9
  removeCodexConfig,
5
10
  writeCodexConfig
6
11
  } from "./chunk-65KRRDHP.js";
12
+ import {
13
+ kojeeHomeDir
14
+ } from "./chunk-SQL56SEB.js";
7
15
  import {
8
16
  WIZARD_RUNTIMES,
9
17
  isWizardRuntime
10
18
  } from "./chunk-LVL25VLO.js";
11
- import {
12
- clearRuntimeRecord,
13
- readRecordedRuntime,
14
- recordRuntime
15
- } from "./chunk-EW72ZNQL.js";
16
- import {
17
- kojeeHomeDir
18
- } from "./chunk-SQL56SEB.js";
19
19
  import {
20
20
  resolveSignatureEmission,
21
21
  resolveWebhookConfig
22
22
  } from "./chunk-V5VZPYMZ.js";
23
+ import {
24
+ secureFile
25
+ } from "./chunk-BLEGIR35.js";
23
26
  import {
24
27
  CODEX_LISTEN_CAP_MS,
25
28
  buildWebhookReceiverNote
26
29
  } from "./chunk-X672ZN7V.js";
27
- import {
28
- secureFile
29
- } from "./chunk-BLEGIR35.js";
30
30
 
31
31
  // src/wizard/wizard.ts
32
32
  import crypto from "crypto";