junobuild-mcp-server 1.0.0 → 1.0.1

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.
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAUzD,wBAAsB,OAAO,CAC3B,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,MAAM,EAAO,EACnB,KAAK,CAAC,EAAE,WAAW,EACnB,OAAO,GAAE,MAAwB,GAChC,OAAO,CAAC,SAAS,CAAC,CAapB;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAQxE"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAgBzD,wBAAsB,OAAO,CAC3B,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,MAAM,EAAO,EACnB,KAAK,CAAC,EAAE,WAAW,EACnB,OAAO,GAAE,MAAwB,GAChC,OAAO,CAAC,SAAS,CAAC,CAapB;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAQxE"}
package/dist/cli.js CHANGED
@@ -1,5 +1,9 @@
1
1
  import { exec } from "node:child_process";
2
2
  import { CLI_PACKAGE, DEFAULT_TIMEOUT } from "./constants.js";
3
+ const ANSI_REGEX = /\x1b\[[0-9;]*[a-zA-Z]|\x1b\].*?(?:\x1b\\|\x07)|\r/g;
4
+ function stripAnsi(text) {
5
+ return text.replace(ANSI_REGEX, "").replace(/\r?\n/g, "\n");
6
+ }
3
7
  function buildFlags(flags) {
4
8
  const parts = [];
5
9
  if (flags?.mode)
@@ -26,9 +30,9 @@ export function formatResponse(result, label) {
26
30
  if (label)
27
31
  parts.push(`## ${label}\n`);
28
32
  if (result.stdout)
29
- parts.push(result.stdout.trim());
33
+ parts.push(stripAnsi(result.stdout).trim());
30
34
  if (result.stderr)
31
- parts.push(`\n**Stderr:**\n${result.stderr.trim()}`);
35
+ parts.push(`\n**Stderr:**\n${stripAnsi(result.stderr).trim()}`);
32
36
  if (result.exitCode !== 0)
33
37
  parts.push(`\n**Exit code:** ${result.exitCode}`);
34
38
  const text = parts.join("\n");
package/dist/cli.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE9D,SAAS,UAAU,CAAC,KAAmB;IACrC,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,KAAK,EAAE,IAAI;QAAE,KAAK,CAAC,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,IAAI,KAAK,EAAE,OAAO;QAAE,KAAK,CAAC,IAAI,CAAC,aAAa,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;IAC7D,OAAO,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AACvD,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,OAAO,CAC3B,OAAe,EACf,OAAiB,EAAE,EACnB,KAAmB,EACnB,UAAkB,eAAe;IAEjC,MAAM,OAAO,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IAClC,MAAM,GAAG,GAAG,OAAO,WAAW,IAAI,OAAO,GAAG,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;IAE/E,OAAO,IAAI,OAAO,CAAY,CAAC,OAAO,EAAE,EAAE;QACxC,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,GAAG,IAAI,GAAG,IAAI,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;YAC5E,OAAO,CAAC;gBACN,MAAM,EAAE,MAAM,IAAI,EAAE;gBACpB,MAAM,EAAE,MAAM,IAAI,EAAE;gBACpB,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACxB,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,MAAiB,EAAE,KAAc;IAC9D,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,KAAK;QAAE,KAAK,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,CAAC,CAAC;IACvC,IAAI,MAAM,CAAC,MAAM;QAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,IAAI,MAAM,CAAC,MAAM;QAAE,KAAK,CAAC,IAAI,CAAC,kBAAkB,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACxE,IAAI,MAAM,CAAC,QAAQ,KAAK,CAAC;QAAE,KAAK,CAAC,IAAI,CAAC,oBAAoB,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC7E,MAAM,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9B,OAAO,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,IAAI,CAAC;AAChF,CAAC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE9D,MAAM,UAAU,GAAG,oDAAoD,CAAC;AAExE,SAAS,SAAS,CAAC,IAAY;IAC7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC9D,CAAC;AAED,SAAS,UAAU,CAAC,KAAmB;IACrC,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,KAAK,EAAE,IAAI;QAAE,KAAK,CAAC,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,IAAI,KAAK,EAAE,OAAO;QAAE,KAAK,CAAC,IAAI,CAAC,aAAa,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;IAC7D,OAAO,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AACvD,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,OAAO,CAC3B,OAAe,EACf,OAAiB,EAAE,EACnB,KAAmB,EACnB,UAAkB,eAAe;IAEjC,MAAM,OAAO,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IAClC,MAAM,GAAG,GAAG,OAAO,WAAW,IAAI,OAAO,GAAG,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;IAE/E,OAAO,IAAI,OAAO,CAAY,CAAC,OAAO,EAAE,EAAE;QACxC,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,GAAG,IAAI,GAAG,IAAI,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;YAC5E,OAAO,CAAC;gBACN,MAAM,EAAE,MAAM,IAAI,EAAE;gBACpB,MAAM,EAAE,MAAM,IAAI,EAAE;gBACpB,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACxB,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,MAAiB,EAAE,KAAc;IAC9D,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,KAAK;QAAE,KAAK,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,CAAC,CAAC;IACvC,IAAI,MAAM,CAAC,MAAM;QAAE,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;IAC/D,IAAI,MAAM,CAAC,MAAM;QAAE,KAAK,CAAC,IAAI,CAAC,kBAAkB,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACnF,IAAI,MAAM,CAAC,QAAQ,KAAK,CAAC;QAAE,KAAK,CAAC,IAAI,CAAC,oBAAoB,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC7E,MAAM,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9B,OAAO,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,IAAI,CAAC;AAChF,CAAC"}
@@ -2,40 +2,16 @@ import { z } from "zod";
2
2
  export declare const changesListSchema: z.ZodObject<{
3
3
  all: z.ZodDefault<z.ZodBoolean>;
4
4
  every: z.ZodDefault<z.ZodBoolean>;
5
- }, "strict", z.ZodTypeAny, {
6
- every: boolean;
7
- all: boolean;
8
- }, {
9
- every?: boolean | undefined;
10
- all?: boolean | undefined;
11
- }>;
5
+ }, z.core.$strict>;
12
6
  export declare const changesApplySchema: z.ZodObject<{
13
7
  id: z.ZodString;
14
8
  snapshot: z.ZodDefault<z.ZodBoolean>;
15
9
  hash: z.ZodOptional<z.ZodString>;
16
10
  keepStaged: z.ZodDefault<z.ZodBoolean>;
17
- }, "strict", z.ZodTypeAny, {
18
- keepStaged: boolean;
19
- snapshot: boolean;
20
- id: string;
21
- hash?: string | undefined;
22
- }, {
23
- id: string;
24
- keepStaged?: boolean | undefined;
25
- snapshot?: boolean | undefined;
26
- hash?: string | undefined;
27
- }>;
11
+ }, z.core.$strict>;
28
12
  export declare const changesRejectSchema: z.ZodObject<{
29
13
  id: z.ZodString;
30
14
  hash: z.ZodOptional<z.ZodString>;
31
15
  keepStaged: z.ZodDefault<z.ZodBoolean>;
32
- }, "strict", z.ZodTypeAny, {
33
- keepStaged: boolean;
34
- id: string;
35
- hash?: string | undefined;
36
- }, {
37
- id: string;
38
- keepStaged?: boolean | undefined;
39
- hash?: string | undefined;
40
- }>;
16
+ }, z.core.$strict>;
41
17
  //# sourceMappingURL=changes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"changes.d.ts","sourceRoot":"","sources":["../../src/schemas/changes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB;;;;;;;;;EAGnB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;EAKpB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAIrB,CAAC"}
1
+ {"version":3,"file":"changes.d.ts","sourceRoot":"","sources":["../../src/schemas/changes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB;;;kBAGnB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;kBAKpB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;kBAIrB,CAAC"}
@@ -3,39 +3,19 @@ export declare const configInitSchema: z.ZodObject<{
3
3
  mode: z.ZodOptional<z.ZodString>;
4
4
  profile: z.ZodOptional<z.ZodString>;
5
5
  minimal: z.ZodDefault<z.ZodBoolean>;
6
- }, "strict", z.ZodTypeAny, {
7
- minimal: boolean;
8
- mode?: string | undefined;
9
- profile?: string | undefined;
10
- }, {
11
- mode?: string | undefined;
12
- profile?: string | undefined;
13
- minimal?: boolean | undefined;
14
- }>;
6
+ }, z.core.$strict>;
15
7
  export declare const configApplySchema: z.ZodObject<{
16
8
  mode: z.ZodOptional<z.ZodString>;
17
9
  profile: z.ZodOptional<z.ZodString>;
18
10
  force: z.ZodDefault<z.ZodBoolean>;
19
- }, "strict", z.ZodTypeAny, {
20
- force: boolean;
21
- mode?: string | undefined;
22
- profile?: string | undefined;
23
- }, {
24
- mode?: string | undefined;
25
- profile?: string | undefined;
26
- force?: boolean | undefined;
27
- }>;
11
+ }, z.core.$strict>;
28
12
  export declare const createProjectSchema: z.ZodObject<{
29
13
  directory: z.ZodString;
30
14
  template: z.ZodOptional<z.ZodString>;
31
- packageManager: z.ZodDefault<z.ZodEnum<["npm", "yarn", "pnpm"]>>;
32
- }, "strict", z.ZodTypeAny, {
33
- directory: string;
34
- packageManager: "npm" | "yarn" | "pnpm";
35
- template?: string | undefined;
36
- }, {
37
- directory: string;
38
- template?: string | undefined;
39
- packageManager?: "npm" | "yarn" | "pnpm" | undefined;
40
- }>;
15
+ packageManager: z.ZodDefault<z.ZodEnum<{
16
+ npm: "npm";
17
+ yarn: "yarn";
18
+ pnpm: "pnpm";
19
+ }>>;
20
+ }, z.core.$strict>;
41
21
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/schemas/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAGlB,CAAC;AAEZ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAGnB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAIrB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/schemas/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,gBAAgB;;;;kBAGlB,CAAC;AAEZ,eAAO,MAAM,iBAAiB;;;;kBAGnB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;kBAIrB,CAAC"}
@@ -1,27 +1,20 @@
1
1
  import { z } from "zod";
2
2
  export declare const emulatorStartSchema: z.ZodObject<{
3
- lang: z.ZodOptional<z.ZodEnum<["rust", "rs", "typescript", "ts", "javascript", "mjs"]>>;
3
+ lang: z.ZodOptional<z.ZodEnum<{
4
+ rust: "rust";
5
+ typescript: "typescript";
6
+ javascript: "javascript";
7
+ rs: "rs";
8
+ ts: "ts";
9
+ mjs: "mjs";
10
+ }>>;
4
11
  cargoPath: z.ZodOptional<z.ZodString>;
5
12
  sourcePath: z.ZodOptional<z.ZodString>;
6
13
  watch: z.ZodDefault<z.ZodBoolean>;
7
- }, "strict", z.ZodTypeAny, {
8
- watch: boolean;
9
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
10
- cargoPath?: string | undefined;
11
- sourcePath?: string | undefined;
12
- }, {
13
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
14
- cargoPath?: string | undefined;
15
- sourcePath?: string | undefined;
16
- watch?: boolean | undefined;
17
- }>;
18
- export declare const emulatorStopSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;
19
- export declare const emulatorClearSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;
14
+ }, z.core.$strict>;
15
+ export declare const emulatorStopSchema: z.ZodObject<{}, z.core.$strict>;
16
+ export declare const emulatorClearSchema: z.ZodObject<{}, z.core.$strict>;
20
17
  export declare const emulatorWaitSchema: z.ZodObject<{
21
18
  timeout: z.ZodDefault<z.ZodNumber>;
22
- }, "strict", z.ZodTypeAny, {
23
- timeout: number;
24
- }, {
25
- timeout?: number | undefined;
26
- }>;
19
+ }, z.core.$strict>;
27
20
  //# sourceMappingURL=emulator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"emulator.d.ts","sourceRoot":"","sources":["../../src/schemas/emulator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAKrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB,iDAAwB,CAAC;AAExD,eAAO,MAAM,mBAAmB,iDAAwB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;;;;;EAEpB,CAAC"}
1
+ {"version":3,"file":"emulator.d.ts","sourceRoot":"","sources":["../../src/schemas/emulator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;kBAKrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB,iCAAwB,CAAC;AAExD,eAAO,MAAM,mBAAmB,iCAAwB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;kBAEpB,CAAC"}
@@ -1,46 +1,34 @@
1
1
  import { z } from "zod";
2
2
  export declare const functionsBuildSchema: z.ZodObject<{
3
- lang: z.ZodOptional<z.ZodEnum<["rust", "rs", "typescript", "ts", "javascript", "mjs"]>>;
3
+ lang: z.ZodOptional<z.ZodEnum<{
4
+ rust: "rust";
5
+ typescript: "typescript";
6
+ javascript: "javascript";
7
+ rs: "rs";
8
+ ts: "ts";
9
+ mjs: "mjs";
10
+ }>>;
4
11
  cargoPath: z.ZodOptional<z.ZodString>;
5
12
  sourcePath: z.ZodOptional<z.ZodString>;
6
13
  watch: z.ZodDefault<z.ZodBoolean>;
7
- }, "strict", z.ZodTypeAny, {
8
- watch: boolean;
9
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
10
- cargoPath?: string | undefined;
11
- sourcePath?: string | undefined;
12
- }, {
13
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
14
- cargoPath?: string | undefined;
15
- sourcePath?: string | undefined;
16
- watch?: boolean | undefined;
17
- }>;
14
+ }, z.core.$strict>;
18
15
  export declare const functionsEjectSchema: z.ZodObject<{
19
- lang: z.ZodOptional<z.ZodEnum<["rust", "rs", "typescript", "ts", "javascript", "mjs"]>>;
20
- }, "strict", z.ZodTypeAny, {
21
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
22
- }, {
23
- lang?: "rust" | "typescript" | "javascript" | "rs" | "ts" | "mjs" | undefined;
24
- }>;
16
+ lang: z.ZodOptional<z.ZodEnum<{
17
+ rust: "rust";
18
+ typescript: "typescript";
19
+ javascript: "javascript";
20
+ rs: "rs";
21
+ ts: "ts";
22
+ mjs: "mjs";
23
+ }>>;
24
+ }, z.core.$strict>;
25
25
  export declare const functionsPublishSchema: z.ZodObject<{
26
26
  mode: z.ZodOptional<z.ZodString>;
27
27
  profile: z.ZodOptional<z.ZodString>;
28
28
  src: z.ZodOptional<z.ZodString>;
29
29
  noApply: z.ZodDefault<z.ZodBoolean>;
30
30
  keepStaged: z.ZodDefault<z.ZodBoolean>;
31
- }, "strict", z.ZodTypeAny, {
32
- keepStaged: boolean;
33
- noApply: boolean;
34
- mode?: string | undefined;
35
- profile?: string | undefined;
36
- src?: string | undefined;
37
- }, {
38
- mode?: string | undefined;
39
- profile?: string | undefined;
40
- src?: string | undefined;
41
- keepStaged?: boolean | undefined;
42
- noApply?: boolean | undefined;
43
- }>;
31
+ }, z.core.$strict>;
44
32
  export declare const functionsUpgradeSchema: z.ZodObject<{
45
33
  mode: z.ZodOptional<z.ZodString>;
46
34
  profile: z.ZodOptional<z.ZodString>;
@@ -50,23 +38,5 @@ export declare const functionsUpgradeSchema: z.ZodObject<{
50
38
  clearChunks: z.ZodDefault<z.ZodBoolean>;
51
39
  noSnapshot: z.ZodDefault<z.ZodBoolean>;
52
40
  reset: z.ZodDefault<z.ZodBoolean>;
53
- }, "strict", z.ZodTypeAny, {
54
- cdn: boolean;
55
- clearChunks: boolean;
56
- noSnapshot: boolean;
57
- reset: boolean;
58
- mode?: string | undefined;
59
- profile?: string | undefined;
60
- src?: string | undefined;
61
- cdnPath?: string | undefined;
62
- }, {
63
- mode?: string | undefined;
64
- profile?: string | undefined;
65
- src?: string | undefined;
66
- cdn?: boolean | undefined;
67
- cdnPath?: string | undefined;
68
- clearChunks?: boolean | undefined;
69
- noSnapshot?: boolean | undefined;
70
- reset?: boolean | undefined;
71
- }>;
41
+ }, z.core.$strict>;
72
42
  //# sourceMappingURL=functions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../src/schemas/functions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;EAKtB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;EAEtB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;EAKxB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC"}
1
+ {"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../src/schemas/functions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;kBAKtB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;kBAEtB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;kBAKxB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;kBAQxB,CAAC"}
@@ -9,54 +9,16 @@ export declare const hostingDeploySchema: z.ZodObject<{
9
9
  keepStaged: z.ZodDefault<z.ZodBoolean>;
10
10
  noApply: z.ZodDefault<z.ZodBoolean>;
11
11
  config: z.ZodDefault<z.ZodBoolean>;
12
- }, "strict", z.ZodTypeAny, {
13
- config: boolean;
14
- batch: number;
15
- clear: boolean;
16
- prune: boolean;
17
- immediate: boolean;
18
- keepStaged: boolean;
19
- noApply: boolean;
20
- mode?: string | undefined;
21
- profile?: string | undefined;
22
- }, {
23
- mode?: string | undefined;
24
- profile?: string | undefined;
25
- config?: boolean | undefined;
26
- batch?: number | undefined;
27
- clear?: boolean | undefined;
28
- prune?: boolean | undefined;
29
- immediate?: boolean | undefined;
30
- keepStaged?: boolean | undefined;
31
- noApply?: boolean | undefined;
32
- }>;
12
+ }, z.core.$strict>;
33
13
  export declare const hostingClearSchema: z.ZodObject<{
34
14
  mode: z.ZodOptional<z.ZodString>;
35
15
  profile: z.ZodOptional<z.ZodString>;
36
16
  fullPath: z.ZodOptional<z.ZodString>;
37
- }, "strict", z.ZodTypeAny, {
38
- mode?: string | undefined;
39
- profile?: string | undefined;
40
- fullPath?: string | undefined;
41
- }, {
42
- mode?: string | undefined;
43
- profile?: string | undefined;
44
- fullPath?: string | undefined;
45
- }>;
17
+ }, z.core.$strict>;
46
18
  export declare const hostingPruneSchema: z.ZodObject<{
47
19
  mode: z.ZodOptional<z.ZodString>;
48
20
  profile: z.ZodOptional<z.ZodString>;
49
21
  batch: z.ZodDefault<z.ZodNumber>;
50
22
  dryRun: z.ZodDefault<z.ZodBoolean>;
51
- }, "strict", z.ZodTypeAny, {
52
- batch: number;
53
- dryRun: boolean;
54
- mode?: string | undefined;
55
- profile?: string | undefined;
56
- }, {
57
- mode?: string | undefined;
58
- profile?: string | undefined;
59
- batch?: number | undefined;
60
- dryRun?: boolean | undefined;
61
- }>;
23
+ }, z.core.$strict>;
62
24
  //# sourceMappingURL=hosting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hosting.d.ts","sourceRoot":"","sources":["../../src/schemas/hosting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAGpB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;EAIpB,CAAC"}
1
+ {"version":3,"file":"hosting.d.ts","sourceRoot":"","sources":["../../src/schemas/hosting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,mBAAmB;;;;;;;;;;kBASrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;kBAGpB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;kBAIpB,CAAC"}
@@ -2,41 +2,21 @@ import { z } from "zod";
2
2
  export declare const whoamiSchema: z.ZodObject<{
3
3
  mode: z.ZodOptional<z.ZodString>;
4
4
  profile: z.ZodOptional<z.ZodString>;
5
- }, "strict", z.ZodTypeAny, {
6
- mode?: string | undefined;
7
- profile?: string | undefined;
8
- }, {
9
- mode?: string | undefined;
10
- profile?: string | undefined;
11
- }>;
12
- export declare const versionSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;
5
+ }, z.core.$strict>;
6
+ export declare const versionSchema: z.ZodObject<{}, z.core.$strict>;
13
7
  export declare const openSatelliteSchema: z.ZodObject<{
14
8
  mode: z.ZodOptional<z.ZodString>;
15
9
  profile: z.ZodOptional<z.ZodString>;
16
- browser: z.ZodOptional<z.ZodEnum<["chrome", "firefox", "edge"]>>;
10
+ browser: z.ZodOptional<z.ZodEnum<{
11
+ chrome: "chrome";
12
+ firefox: "firefox";
13
+ edge: "edge";
14
+ }>>;
17
15
  console: z.ZodDefault<z.ZodBoolean>;
18
- }, "strict", z.ZodTypeAny, {
19
- console: boolean;
20
- mode?: string | undefined;
21
- profile?: string | undefined;
22
- browser?: "chrome" | "firefox" | "edge" | undefined;
23
- }, {
24
- mode?: string | undefined;
25
- profile?: string | undefined;
26
- browser?: "chrome" | "firefox" | "edge" | undefined;
27
- console?: boolean | undefined;
28
- }>;
16
+ }, z.core.$strict>;
29
17
  export declare const runScriptSchema: z.ZodObject<{
30
18
  mode: z.ZodOptional<z.ZodString>;
31
19
  profile: z.ZodOptional<z.ZodString>;
32
20
  src: z.ZodString;
33
- }, "strict", z.ZodTypeAny, {
34
- src: string;
35
- mode?: string | undefined;
36
- profile?: string | undefined;
37
- }, {
38
- src: string;
39
- mode?: string | undefined;
40
- profile?: string | undefined;
41
- }>;
21
+ }, z.core.$strict>;
42
22
  //# sourceMappingURL=identity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity.d.ts","sourceRoot":"","sources":["../../src/schemas/identity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,YAAY;;;;;;;;;EAEd,CAAC;AAEZ,eAAO,MAAM,aAAa,iDAAwB,CAAC;AAEnD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAIrB,CAAC;AAEZ,eAAO,MAAM,eAAe;;;;;;;;;;;;EAGjB,CAAC"}
1
+ {"version":3,"file":"identity.d.ts","sourceRoot":"","sources":["../../src/schemas/identity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,YAAY;;;kBAEd,CAAC;AAEZ,eAAO,MAAM,aAAa,iCAAwB,CAAC;AAEnD,eAAO,MAAM,mBAAmB;;;;;;;;;kBAIrB,CAAC;AAEZ,eAAO,MAAM,eAAe;;;;kBAGjB,CAAC"}
@@ -2,62 +2,45 @@ import { z } from "zod";
2
2
  export declare const moduleStartSchema: z.ZodObject<{
3
3
  mode: z.ZodOptional<z.ZodString>;
4
4
  profile: z.ZodOptional<z.ZodString>;
5
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
6
- }, "strict", z.ZodTypeAny, {
7
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
8
- mode?: string | undefined;
9
- profile?: string | undefined;
10
- }, {
11
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
12
- mode?: string | undefined;
13
- profile?: string | undefined;
14
- }>;
5
+ target: z.ZodEnum<{
6
+ satellite: "satellite";
7
+ "mission-control": "mission-control";
8
+ orbiter: "orbiter";
9
+ s: "s";
10
+ m: "m";
11
+ o: "o";
12
+ }>;
13
+ }, z.core.$strict>;
15
14
  export declare const moduleStopSchema: z.ZodObject<{
16
15
  mode: z.ZodOptional<z.ZodString>;
17
16
  profile: z.ZodOptional<z.ZodString>;
18
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
19
- }, "strict", z.ZodTypeAny, {
20
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
21
- mode?: string | undefined;
22
- profile?: string | undefined;
23
- }, {
24
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
25
- mode?: string | undefined;
26
- profile?: string | undefined;
27
- }>;
17
+ target: z.ZodEnum<{
18
+ satellite: "satellite";
19
+ "mission-control": "mission-control";
20
+ orbiter: "orbiter";
21
+ s: "s";
22
+ m: "m";
23
+ o: "o";
24
+ }>;
25
+ }, z.core.$strict>;
28
26
  export declare const moduleUpgradeSchema: z.ZodObject<{
29
27
  mode: z.ZodOptional<z.ZodString>;
30
28
  profile: z.ZodOptional<z.ZodString>;
31
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
29
+ target: z.ZodEnum<{
30
+ satellite: "satellite";
31
+ "mission-control": "mission-control";
32
+ orbiter: "orbiter";
33
+ s: "s";
34
+ m: "m";
35
+ o: "o";
36
+ }>;
32
37
  src: z.ZodOptional<z.ZodString>;
33
38
  clearChunks: z.ZodDefault<z.ZodBoolean>;
34
39
  noSnapshot: z.ZodDefault<z.ZodBoolean>;
35
40
  reset: z.ZodDefault<z.ZodBoolean>;
36
- }, "strict", z.ZodTypeAny, {
37
- clearChunks: boolean;
38
- noSnapshot: boolean;
39
- reset: boolean;
40
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
41
- mode?: string | undefined;
42
- profile?: string | undefined;
43
- src?: string | undefined;
44
- }, {
45
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
46
- mode?: string | undefined;
47
- profile?: string | undefined;
48
- src?: string | undefined;
49
- clearChunks?: boolean | undefined;
50
- noSnapshot?: boolean | undefined;
51
- reset?: boolean | undefined;
52
- }>;
41
+ }, z.core.$strict>;
53
42
  export declare const moduleStatusSchema: z.ZodObject<{
54
43
  mode: z.ZodOptional<z.ZodString>;
55
44
  profile: z.ZodOptional<z.ZodString>;
56
- }, "strict", z.ZodTypeAny, {
57
- mode?: string | undefined;
58
- profile?: string | undefined;
59
- }, {
60
- mode?: string | undefined;
61
- profile?: string | undefined;
62
- }>;
45
+ }, z.core.$strict>;
63
46
  //# sourceMappingURL=modules.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../../src/schemas/modules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAGnB,CAAC;AAEZ,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAGlB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;EAOrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;EAEpB,CAAC"}
1
+ {"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../../src/schemas/modules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;kBAGnB,CAAC;AAEZ,eAAO,MAAM,gBAAgB;;;;;;;;;;;kBAGlB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;kBAOrB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;kBAEpB,CAAC"}
@@ -2,85 +2,75 @@ import { z } from "zod";
2
2
  export declare const snapshotCreateSchema: z.ZodObject<{
3
3
  mode: z.ZodOptional<z.ZodString>;
4
4
  profile: z.ZodOptional<z.ZodString>;
5
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
6
- }, "strict", z.ZodTypeAny, {
7
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
8
- mode?: string | undefined;
9
- profile?: string | undefined;
10
- }, {
11
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
12
- mode?: string | undefined;
13
- profile?: string | undefined;
14
- }>;
5
+ target: z.ZodEnum<{
6
+ satellite: "satellite";
7
+ "mission-control": "mission-control";
8
+ orbiter: "orbiter";
9
+ s: "s";
10
+ m: "m";
11
+ o: "o";
12
+ }>;
13
+ }, z.core.$strict>;
15
14
  export declare const snapshotDeleteSchema: z.ZodObject<{
16
15
  mode: z.ZodOptional<z.ZodString>;
17
16
  profile: z.ZodOptional<z.ZodString>;
18
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
19
- }, "strict", z.ZodTypeAny, {
20
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
21
- mode?: string | undefined;
22
- profile?: string | undefined;
23
- }, {
24
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
25
- mode?: string | undefined;
26
- profile?: string | undefined;
27
- }>;
17
+ target: z.ZodEnum<{
18
+ satellite: "satellite";
19
+ "mission-control": "mission-control";
20
+ orbiter: "orbiter";
21
+ s: "s";
22
+ m: "m";
23
+ o: "o";
24
+ }>;
25
+ }, z.core.$strict>;
28
26
  export declare const snapshotListSchema: z.ZodObject<{
29
27
  mode: z.ZodOptional<z.ZodString>;
30
28
  profile: z.ZodOptional<z.ZodString>;
31
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
32
- }, "strict", z.ZodTypeAny, {
33
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
34
- mode?: string | undefined;
35
- profile?: string | undefined;
36
- }, {
37
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
38
- mode?: string | undefined;
39
- profile?: string | undefined;
40
- }>;
29
+ target: z.ZodEnum<{
30
+ satellite: "satellite";
31
+ "mission-control": "mission-control";
32
+ orbiter: "orbiter";
33
+ s: "s";
34
+ m: "m";
35
+ o: "o";
36
+ }>;
37
+ }, z.core.$strict>;
41
38
  export declare const snapshotDownloadSchema: z.ZodObject<{
42
39
  mode: z.ZodOptional<z.ZodString>;
43
40
  profile: z.ZodOptional<z.ZodString>;
44
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
45
- }, "strict", z.ZodTypeAny, {
46
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
47
- mode?: string | undefined;
48
- profile?: string | undefined;
49
- }, {
50
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
51
- mode?: string | undefined;
52
- profile?: string | undefined;
53
- }>;
41
+ target: z.ZodEnum<{
42
+ satellite: "satellite";
43
+ "mission-control": "mission-control";
44
+ orbiter: "orbiter";
45
+ s: "s";
46
+ m: "m";
47
+ o: "o";
48
+ }>;
49
+ }, z.core.$strict>;
54
50
  export declare const snapshotUploadSchema: z.ZodObject<{
55
51
  mode: z.ZodOptional<z.ZodString>;
56
52
  profile: z.ZodOptional<z.ZodString>;
57
53
  dir: z.ZodString;
58
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
54
+ target: z.ZodEnum<{
55
+ satellite: "satellite";
56
+ "mission-control": "mission-control";
57
+ orbiter: "orbiter";
58
+ s: "s";
59
+ m: "m";
60
+ o: "o";
61
+ }>;
59
62
  targetId: z.ZodOptional<z.ZodString>;
60
- }, "strict", z.ZodTypeAny, {
61
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
62
- dir: string;
63
- mode?: string | undefined;
64
- profile?: string | undefined;
65
- targetId?: string | undefined;
66
- }, {
67
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
68
- dir: string;
69
- mode?: string | undefined;
70
- profile?: string | undefined;
71
- targetId?: string | undefined;
72
- }>;
63
+ }, z.core.$strict>;
73
64
  export declare const snapshotRestoreSchema: z.ZodObject<{
74
65
  mode: z.ZodOptional<z.ZodString>;
75
66
  profile: z.ZodOptional<z.ZodString>;
76
- target: z.ZodEnum<["satellite", "s", "mission-control", "m", "orbiter", "o"]>;
77
- }, "strict", z.ZodTypeAny, {
78
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
79
- mode?: string | undefined;
80
- profile?: string | undefined;
81
- }, {
82
- target: "satellite" | "mission-control" | "orbiter" | "s" | "m" | "o";
83
- mode?: string | undefined;
84
- profile?: string | undefined;
85
- }>;
67
+ target: z.ZodEnum<{
68
+ satellite: "satellite";
69
+ "mission-control": "mission-control";
70
+ orbiter: "orbiter";
71
+ s: "s";
72
+ m: "m";
73
+ o: "o";
74
+ }>;
75
+ }, z.core.$strict>;
86
76
  //# sourceMappingURL=snapshot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../src/schemas/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAGtB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAGtB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAGpB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAGxB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAKtB,CAAC;AAEZ,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EAGvB,CAAC"}
1
+ {"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../src/schemas/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;kBAGtB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;kBAGtB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;;;;;;;;;kBAGpB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;;;kBAGxB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;kBAKtB,CAAC;AAEZ,eAAO,MAAM,qBAAqB;;;;;;;;;;;kBAGvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "junobuild-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/nami2111/junobuild-mcp.git"
23
+ "url": "git+https://github.com/nami2111/junobuild-mcp.git"
24
24
  },
25
25
  "bugs": {
26
26
  "url": "https://github.com/nami2111/junobuild-mcp/issues"
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@modelcontextprotocol/sdk": "^1.6.1",
55
- "zod": "^3.23.8"
55
+ "zod": "^4.3.6"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@changesets/cli": "^2.27.12",
59
- "@types/node": "^22.10.0",
59
+ "@types/node": "^25.5.0",
60
60
  "tsx": "^4.19.2",
61
- "typescript": "^5.7.2"
61
+ "typescript": "^6.0.2"
62
62
  }
63
63
  }