@hasna/skills 0.5.7 → 0.5.9
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/README.md +47 -1
- package/bin/index.js +315 -314
- package/bin/mcp.js +188 -186
- package/bin/migrate.js +4 -2
- package/bin/server.js +144 -123
- package/bin/worker.js +123 -121
- package/dist/admin-contract.js +8 -8
- package/dist/index.js +18 -16
- package/dist/lib/private-publication-recovery.d.ts +2 -1
- package/dist/lib/remote-private-publications.d.ts +2 -1
- package/dist/sdk/amounts.d.ts +5 -0
- package/dist/sdk/governance-store.d.ts +2 -0
- package/dist/sdk/index.d.ts +1 -0
- package/dist/sdk/index.js +404 -167
- package/dist/sdk/operations.d.ts +68 -0
- package/dist/sdk/runs.d.ts +1 -1
- package/dist/sdk/spend.d.ts +5 -2
- package/package.json +4 -2
- package/dist/cli/cli.test-utils.d.ts +0 -43
- package/dist/server/store-fixtures.d.ts +0 -31
package/bin/mcp.js
CHANGED
|
@@ -46,7 +46,7 @@ var __export = (target, all) => {
|
|
|
46
46
|
};
|
|
47
47
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
48
48
|
|
|
49
|
-
//
|
|
49
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
|
|
50
50
|
function $constructor(name, initializer, params) {
|
|
51
51
|
function init(inst, def) {
|
|
52
52
|
var _a;
|
|
@@ -109,7 +109,7 @@ var init_core = __esm(() => {
|
|
|
109
109
|
globalConfig = {};
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
//
|
|
112
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
|
|
113
113
|
var exports_util = {};
|
|
114
114
|
__export(exports_util, {
|
|
115
115
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -625,7 +625,7 @@ var init_util = __esm(() => {
|
|
|
625
625
|
};
|
|
626
626
|
});
|
|
627
627
|
|
|
628
|
-
//
|
|
628
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
|
|
629
629
|
function flattenError(error, mapper = (issue2) => issue2.message) {
|
|
630
630
|
const fieldErrors = {};
|
|
631
631
|
const formErrors = [];
|
|
@@ -703,7 +703,7 @@ var init_errors = __esm(() => {
|
|
|
703
703
|
$ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
704
704
|
});
|
|
705
705
|
|
|
706
|
-
//
|
|
706
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
|
|
707
707
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
708
708
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
709
709
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -757,7 +757,7 @@ var init_parse = __esm(() => {
|
|
|
757
757
|
safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
|
|
758
758
|
});
|
|
759
759
|
|
|
760
|
-
//
|
|
760
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
|
|
761
761
|
function emoji() {
|
|
762
762
|
return new RegExp(_emoji, "u");
|
|
763
763
|
}
|
|
@@ -814,7 +814,7 @@ var init_regexes = __esm(() => {
|
|
|
814
814
|
uppercase = /^[^a-z]*$/;
|
|
815
815
|
});
|
|
816
816
|
|
|
817
|
-
//
|
|
817
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
|
|
818
818
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
|
|
819
819
|
var init_checks = __esm(() => {
|
|
820
820
|
init_core();
|
|
@@ -1204,7 +1204,7 @@ var init_checks = __esm(() => {
|
|
|
1204
1204
|
});
|
|
1205
1205
|
});
|
|
1206
1206
|
|
|
1207
|
-
//
|
|
1207
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
|
|
1208
1208
|
class Doc {
|
|
1209
1209
|
constructor(args = []) {
|
|
1210
1210
|
this.content = [];
|
|
@@ -1242,7 +1242,7 @@ class Doc {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
|
-
//
|
|
1245
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
|
|
1246
1246
|
var version;
|
|
1247
1247
|
var init_versions = __esm(() => {
|
|
1248
1248
|
version = {
|
|
@@ -1252,7 +1252,7 @@ var init_versions = __esm(() => {
|
|
|
1252
1252
|
};
|
|
1253
1253
|
});
|
|
1254
1254
|
|
|
1255
|
-
//
|
|
1255
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
|
|
1256
1256
|
function isValidBase64(data) {
|
|
1257
1257
|
if (data === "")
|
|
1258
1258
|
return true;
|
|
@@ -2494,7 +2494,7 @@ var init_schemas = __esm(() => {
|
|
|
2494
2494
|
});
|
|
2495
2495
|
});
|
|
2496
2496
|
|
|
2497
|
-
//
|
|
2497
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
|
|
2498
2498
|
function en_default() {
|
|
2499
2499
|
return {
|
|
2500
2500
|
localeError: error()
|
|
@@ -2614,10 +2614,10 @@ var init_en = __esm(() => {
|
|
|
2614
2614
|
init_util();
|
|
2615
2615
|
});
|
|
2616
2616
|
|
|
2617
|
-
//
|
|
2617
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
|
|
2618
2618
|
var init_locales = () => {};
|
|
2619
2619
|
|
|
2620
|
-
//
|
|
2620
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
|
|
2621
2621
|
class $ZodRegistry {
|
|
2622
2622
|
constructor() {
|
|
2623
2623
|
this._map = new Map;
|
|
@@ -2670,7 +2670,7 @@ var init_registries = __esm(() => {
|
|
|
2670
2670
|
globalRegistry = /* @__PURE__ */ registry();
|
|
2671
2671
|
});
|
|
2672
2672
|
|
|
2673
|
-
//
|
|
2673
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
|
|
2674
2674
|
function _string(Class2, params) {
|
|
2675
2675
|
return new Class2({
|
|
2676
2676
|
type: "string",
|
|
@@ -3110,10 +3110,10 @@ var init_api = __esm(() => {
|
|
|
3110
3110
|
init_util();
|
|
3111
3111
|
});
|
|
3112
3112
|
|
|
3113
|
-
//
|
|
3113
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
|
|
3114
3114
|
var init_function = () => {};
|
|
3115
3115
|
|
|
3116
|
-
//
|
|
3116
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
|
|
3117
3117
|
class JSONSchemaGenerator {
|
|
3118
3118
|
constructor(params) {
|
|
3119
3119
|
this.counter = 0;
|
|
@@ -3870,10 +3870,10 @@ var init_to_json_schema = __esm(() => {
|
|
|
3870
3870
|
init_util();
|
|
3871
3871
|
});
|
|
3872
3872
|
|
|
3873
|
-
//
|
|
3873
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
|
|
3874
3874
|
var init_json_schema = () => {};
|
|
3875
3875
|
|
|
3876
|
-
//
|
|
3876
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
|
|
3877
3877
|
var init_core2 = __esm(() => {
|
|
3878
3878
|
init_util();
|
|
3879
3879
|
init_regexes();
|
|
@@ -3891,12 +3891,12 @@ var init_core2 = __esm(() => {
|
|
|
3891
3891
|
init_to_json_schema();
|
|
3892
3892
|
});
|
|
3893
3893
|
|
|
3894
|
-
//
|
|
3894
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
|
|
3895
3895
|
var init_checks2 = __esm(() => {
|
|
3896
3896
|
init_core2();
|
|
3897
3897
|
});
|
|
3898
3898
|
|
|
3899
|
-
//
|
|
3899
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
|
|
3900
3900
|
var exports_iso = {};
|
|
3901
3901
|
__export(exports_iso, {
|
|
3902
3902
|
time: () => time2,
|
|
@@ -3942,7 +3942,7 @@ var init_iso = __esm(() => {
|
|
|
3942
3942
|
});
|
|
3943
3943
|
});
|
|
3944
3944
|
|
|
3945
|
-
//
|
|
3945
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
|
|
3946
3946
|
var initializer2 = (inst, issues) => {
|
|
3947
3947
|
$ZodError.init(inst, issues);
|
|
3948
3948
|
inst.name = "ZodError";
|
|
@@ -3975,7 +3975,7 @@ var init_errors2 = __esm(() => {
|
|
|
3975
3975
|
});
|
|
3976
3976
|
});
|
|
3977
3977
|
|
|
3978
|
-
//
|
|
3978
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
|
|
3979
3979
|
var parse3, parseAsync2, safeParse2, safeParseAsync2;
|
|
3980
3980
|
var init_parse2 = __esm(() => {
|
|
3981
3981
|
init_core2();
|
|
@@ -3986,7 +3986,7 @@ var init_parse2 = __esm(() => {
|
|
|
3986
3986
|
safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
|
|
3987
3987
|
});
|
|
3988
3988
|
|
|
3989
|
-
//
|
|
3989
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
|
|
3990
3990
|
function string2(params) {
|
|
3991
3991
|
return _string(ZodString, params);
|
|
3992
3992
|
}
|
|
@@ -4600,13 +4600,13 @@ var init_schemas2 = __esm(() => {
|
|
|
4600
4600
|
});
|
|
4601
4601
|
});
|
|
4602
4602
|
|
|
4603
|
-
//
|
|
4603
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
|
|
4604
4604
|
var init_compat = () => {};
|
|
4605
4605
|
|
|
4606
|
-
//
|
|
4606
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
|
|
4607
4607
|
var init_coerce = () => {};
|
|
4608
4608
|
|
|
4609
|
-
//
|
|
4609
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
|
|
4610
4610
|
var init_external = __esm(() => {
|
|
4611
4611
|
init_core2();
|
|
4612
4612
|
init_core2();
|
|
@@ -4622,17 +4622,17 @@ var init_external = __esm(() => {
|
|
|
4622
4622
|
config(en_default());
|
|
4623
4623
|
});
|
|
4624
4624
|
|
|
4625
|
-
//
|
|
4625
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
|
|
4626
4626
|
var init_classic = __esm(() => {
|
|
4627
4627
|
init_external();
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
//
|
|
4630
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
|
|
4631
4631
|
var init_v4 = __esm(() => {
|
|
4632
4632
|
init_classic();
|
|
4633
4633
|
});
|
|
4634
4634
|
|
|
4635
|
-
//
|
|
4635
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
4636
4636
|
function assertCompleteRequestPrompt(request) {
|
|
4637
4637
|
if (request.params.ref.type !== "ref/prompt") {
|
|
4638
4638
|
throw new TypeError(`Expected CompleteRequestPrompt, but got ${request.params.ref.type}`);
|
|
@@ -5470,7 +5470,7 @@ var init_types = __esm(() => {
|
|
|
5470
5470
|
};
|
|
5471
5471
|
});
|
|
5472
5472
|
|
|
5473
|
-
//
|
|
5473
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
5474
5474
|
class ReadBuffer {
|
|
5475
5475
|
constructor(options) {
|
|
5476
5476
|
this._maxBufferSize = options?.maxBufferSize ?? STDIO_DEFAULT_MAX_BUFFER_SIZE;
|
|
@@ -5513,7 +5513,7 @@ var init_stdio = __esm(() => {
|
|
|
5513
5513
|
STDIO_DEFAULT_MAX_BUFFER_SIZE = 10 * 1024 * 1024;
|
|
5514
5514
|
});
|
|
5515
5515
|
|
|
5516
|
-
//
|
|
5516
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
5517
5517
|
import process2 from "process";
|
|
5518
5518
|
|
|
5519
5519
|
class StdioServerTransport {
|
|
@@ -5586,7 +5586,7 @@ var package_default;
|
|
|
5586
5586
|
var init_package = __esm(() => {
|
|
5587
5587
|
package_default = {
|
|
5588
5588
|
name: "@hasna/skills",
|
|
5589
|
-
version: "0.5.
|
|
5589
|
+
version: "0.5.9",
|
|
5590
5590
|
description: "Skills library for AI coding agents",
|
|
5591
5591
|
type: "module",
|
|
5592
5592
|
bin: {
|
|
@@ -5626,7 +5626,9 @@ var init_package = __esm(() => {
|
|
|
5626
5626
|
"docs/skill-standard.md",
|
|
5627
5627
|
"schemas/",
|
|
5628
5628
|
"LICENSE",
|
|
5629
|
-
"README.md"
|
|
5629
|
+
"README.md",
|
|
5630
|
+
"!dist/**/*test-utils.d.ts",
|
|
5631
|
+
"!dist/**/*fixtures.d.ts"
|
|
5630
5632
|
],
|
|
5631
5633
|
main: "./dist/index.js",
|
|
5632
5634
|
types: "./dist/index.d.ts",
|
|
@@ -5709,7 +5711,7 @@ var init_package = __esm(() => {
|
|
|
5709
5711
|
};
|
|
5710
5712
|
});
|
|
5711
5713
|
|
|
5712
|
-
//
|
|
5714
|
+
// ../contracts/dist/client/transport.js
|
|
5713
5715
|
import { isIP } from "net";
|
|
5714
5716
|
import { spawnSync } from "child_process";
|
|
5715
5717
|
import { closeSync, fstatSync, openSync, readFileSync } from "fs";
|
|
@@ -6809,7 +6811,7 @@ var init_fleet_credentials = __esm(() => {
|
|
|
6809
6811
|
};
|
|
6810
6812
|
});
|
|
6811
6813
|
|
|
6812
|
-
//
|
|
6814
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
6813
6815
|
var util, objectUtil, ZodParsedType, getParsedType2 = (data) => {
|
|
6814
6816
|
const t = typeof data;
|
|
6815
6817
|
switch (t) {
|
|
@@ -6940,7 +6942,7 @@ var init_util2 = __esm(() => {
|
|
|
6940
6942
|
]);
|
|
6941
6943
|
});
|
|
6942
6944
|
|
|
6943
|
-
//
|
|
6945
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
6944
6946
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
6945
6947
|
const json = JSON.stringify(obj, null, 2);
|
|
6946
6948
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -7061,7 +7063,7 @@ var init_ZodError = __esm(() => {
|
|
|
7061
7063
|
};
|
|
7062
7064
|
});
|
|
7063
7065
|
|
|
7064
|
-
//
|
|
7066
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
7065
7067
|
var errorMap = (issue2, _ctx) => {
|
|
7066
7068
|
let message;
|
|
7067
7069
|
switch (issue2.code) {
|
|
@@ -7168,7 +7170,7 @@ var init_en2 = __esm(() => {
|
|
|
7168
7170
|
en_default2 = errorMap;
|
|
7169
7171
|
});
|
|
7170
7172
|
|
|
7171
|
-
//
|
|
7173
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
7172
7174
|
function setErrorMap(map) {
|
|
7173
7175
|
overrideErrorMap = map;
|
|
7174
7176
|
}
|
|
@@ -7181,7 +7183,7 @@ var init_errors3 = __esm(() => {
|
|
|
7181
7183
|
overrideErrorMap = en_default2;
|
|
7182
7184
|
});
|
|
7183
7185
|
|
|
7184
|
-
//
|
|
7186
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
7185
7187
|
function addIssueToContext(ctx, issueData) {
|
|
7186
7188
|
const overrideMap = getErrorMap();
|
|
7187
7189
|
const issue2 = makeIssue({
|
|
@@ -7286,10 +7288,10 @@ var init_parseUtil = __esm(() => {
|
|
|
7286
7288
|
});
|
|
7287
7289
|
});
|
|
7288
7290
|
|
|
7289
|
-
//
|
|
7291
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
7290
7292
|
var init_typeAliases = () => {};
|
|
7291
7293
|
|
|
7292
|
-
//
|
|
7294
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
7293
7295
|
var errorUtil;
|
|
7294
7296
|
var init_errorUtil = __esm(() => {
|
|
7295
7297
|
(function(errorUtil2) {
|
|
@@ -7298,7 +7300,7 @@ var init_errorUtil = __esm(() => {
|
|
|
7298
7300
|
})(errorUtil || (errorUtil = {}));
|
|
7299
7301
|
});
|
|
7300
7302
|
|
|
7301
|
-
//
|
|
7303
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
7302
7304
|
class ParseInputLazyPath {
|
|
7303
7305
|
constructor(parent, value, path, key) {
|
|
7304
7306
|
this._cachedPath = [];
|
|
@@ -10649,7 +10651,7 @@ var init_types2 = __esm(() => {
|
|
|
10649
10651
|
NEVER2 = INVALID;
|
|
10650
10652
|
});
|
|
10651
10653
|
|
|
10652
|
-
//
|
|
10654
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
10653
10655
|
var exports_external = {};
|
|
10654
10656
|
__export(exports_external, {
|
|
10655
10657
|
void: () => voidType,
|
|
@@ -10769,17 +10771,17 @@ var init_external2 = __esm(() => {
|
|
|
10769
10771
|
init_ZodError();
|
|
10770
10772
|
});
|
|
10771
10773
|
|
|
10772
|
-
//
|
|
10774
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/index.js
|
|
10773
10775
|
var init_v3 = __esm(() => {
|
|
10774
10776
|
init_external2();
|
|
10775
10777
|
});
|
|
10776
10778
|
|
|
10777
|
-
//
|
|
10779
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
|
|
10778
10780
|
var init_parse3 = __esm(() => {
|
|
10779
10781
|
init_core2();
|
|
10780
10782
|
});
|
|
10781
10783
|
|
|
10782
|
-
//
|
|
10784
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
|
|
10783
10785
|
function object2(shape, params) {
|
|
10784
10786
|
const def = {
|
|
10785
10787
|
type: "object",
|
|
@@ -10828,16 +10830,16 @@ var init_schemas3 = __esm(() => {
|
|
|
10828
10830
|
});
|
|
10829
10831
|
});
|
|
10830
10832
|
|
|
10831
|
-
//
|
|
10833
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
|
|
10832
10834
|
var init_checks3 = () => {};
|
|
10833
10835
|
|
|
10834
|
-
//
|
|
10836
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
|
|
10835
10837
|
var init_iso2 = () => {};
|
|
10836
10838
|
|
|
10837
|
-
//
|
|
10839
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
|
|
10838
10840
|
var init_coerce2 = () => {};
|
|
10839
10841
|
|
|
10840
|
-
//
|
|
10842
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
|
|
10841
10843
|
var init_external3 = __esm(() => {
|
|
10842
10844
|
init_core2();
|
|
10843
10845
|
init_core2();
|
|
@@ -10849,17 +10851,17 @@ var init_external3 = __esm(() => {
|
|
|
10849
10851
|
init_checks3();
|
|
10850
10852
|
});
|
|
10851
10853
|
|
|
10852
|
-
//
|
|
10854
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
|
|
10853
10855
|
var init_mini = __esm(() => {
|
|
10854
10856
|
init_external3();
|
|
10855
10857
|
});
|
|
10856
10858
|
|
|
10857
|
-
//
|
|
10859
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
|
|
10858
10860
|
var init_v4_mini = __esm(() => {
|
|
10859
10861
|
init_mini();
|
|
10860
10862
|
});
|
|
10861
10863
|
|
|
10862
|
-
//
|
|
10864
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
10863
10865
|
function isZ4Schema(s) {
|
|
10864
10866
|
const schema = s;
|
|
10865
10867
|
return !!schema._zod;
|
|
@@ -11024,12 +11026,12 @@ var init_zod_compat = __esm(() => {
|
|
|
11024
11026
|
init_v4_mini();
|
|
11025
11027
|
});
|
|
11026
11028
|
|
|
11027
|
-
//
|
|
11029
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
11028
11030
|
function isTerminal(status) {
|
|
11029
11031
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
11030
11032
|
}
|
|
11031
11033
|
|
|
11032
|
-
//
|
|
11034
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
11033
11035
|
var ignoreOverride, defaultOptions, getDefaultOptions = (options) => typeof options === "string" ? {
|
|
11034
11036
|
...defaultOptions,
|
|
11035
11037
|
name: options
|
|
@@ -11065,7 +11067,7 @@ var init_Options = __esm(() => {
|
|
|
11065
11067
|
};
|
|
11066
11068
|
});
|
|
11067
11069
|
|
|
11068
|
-
//
|
|
11070
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
11069
11071
|
var getRefs = (options) => {
|
|
11070
11072
|
const _options = getDefaultOptions(options);
|
|
11071
11073
|
const currentPath = _options.name !== undefined ? [..._options.basePath, _options.definitionPath, _options.name] : _options.basePath;
|
|
@@ -11088,7 +11090,7 @@ var init_Refs = __esm(() => {
|
|
|
11088
11090
|
init_Options();
|
|
11089
11091
|
});
|
|
11090
11092
|
|
|
11091
|
-
//
|
|
11093
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/errorMessages.js
|
|
11092
11094
|
function addErrorMessage(res, key, errorMessage, refs) {
|
|
11093
11095
|
if (!refs?.errorMessages)
|
|
11094
11096
|
return;
|
|
@@ -11104,7 +11106,7 @@ function setResponseValueAndErrors(res, key, value, errorMessage, refs) {
|
|
|
11104
11106
|
addErrorMessage(res, key, errorMessage, refs);
|
|
11105
11107
|
}
|
|
11106
11108
|
|
|
11107
|
-
//
|
|
11109
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js
|
|
11108
11110
|
var getRelativePath = (pathA, pathB) => {
|
|
11109
11111
|
let i = 0;
|
|
11110
11112
|
for (;i < pathA.length && i < pathB.length; i++) {
|
|
@@ -11114,7 +11116,7 @@ var getRelativePath = (pathA, pathB) => {
|
|
|
11114
11116
|
return [(pathA.length - i).toString(), ...pathB.slice(i)].join("/");
|
|
11115
11117
|
};
|
|
11116
11118
|
|
|
11117
|
-
//
|
|
11119
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
11118
11120
|
function parseAnyDef(refs) {
|
|
11119
11121
|
if (refs.target !== "openAi") {
|
|
11120
11122
|
return {};
|
|
@@ -11131,7 +11133,7 @@ function parseAnyDef(refs) {
|
|
|
11131
11133
|
}
|
|
11132
11134
|
var init_any = () => {};
|
|
11133
11135
|
|
|
11134
|
-
//
|
|
11136
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
11135
11137
|
function parseArrayDef(def, refs) {
|
|
11136
11138
|
const res = {
|
|
11137
11139
|
type: "array"
|
|
@@ -11159,7 +11161,7 @@ var init_array = __esm(() => {
|
|
|
11159
11161
|
init_parseDef();
|
|
11160
11162
|
});
|
|
11161
11163
|
|
|
11162
|
-
//
|
|
11164
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
11163
11165
|
function parseBigintDef(def, refs) {
|
|
11164
11166
|
const res = {
|
|
11165
11167
|
type: "integer",
|
|
@@ -11206,14 +11208,14 @@ function parseBigintDef(def, refs) {
|
|
|
11206
11208
|
}
|
|
11207
11209
|
var init_bigint = () => {};
|
|
11208
11210
|
|
|
11209
|
-
//
|
|
11211
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js
|
|
11210
11212
|
function parseBooleanDef() {
|
|
11211
11213
|
return {
|
|
11212
11214
|
type: "boolean"
|
|
11213
11215
|
};
|
|
11214
11216
|
}
|
|
11215
11217
|
|
|
11216
|
-
//
|
|
11218
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
11217
11219
|
function parseBrandedDef(_def, refs) {
|
|
11218
11220
|
return parseDef(_def.type._def, refs);
|
|
11219
11221
|
}
|
|
@@ -11221,7 +11223,7 @@ var init_branded = __esm(() => {
|
|
|
11221
11223
|
init_parseDef();
|
|
11222
11224
|
});
|
|
11223
11225
|
|
|
11224
|
-
//
|
|
11226
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
11225
11227
|
var parseCatchDef = (def, refs) => {
|
|
11226
11228
|
return parseDef(def.innerType._def, refs);
|
|
11227
11229
|
};
|
|
@@ -11229,7 +11231,7 @@ var init_catch = __esm(() => {
|
|
|
11229
11231
|
init_parseDef();
|
|
11230
11232
|
});
|
|
11231
11233
|
|
|
11232
|
-
//
|
|
11234
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
11233
11235
|
function parseDateDef(def, refs, overrideDateStrategy) {
|
|
11234
11236
|
const strategy = overrideDateStrategy ?? refs.dateStrategy;
|
|
11235
11237
|
if (Array.isArray(strategy)) {
|
|
@@ -11275,7 +11277,7 @@ var integerDateParser = (def, refs) => {
|
|
|
11275
11277
|
};
|
|
11276
11278
|
var init_date = () => {};
|
|
11277
11279
|
|
|
11278
|
-
//
|
|
11280
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
11279
11281
|
function parseDefaultDef(_def, refs) {
|
|
11280
11282
|
return {
|
|
11281
11283
|
...parseDef(_def.innerType._def, refs),
|
|
@@ -11286,7 +11288,7 @@ var init_default = __esm(() => {
|
|
|
11286
11288
|
init_parseDef();
|
|
11287
11289
|
});
|
|
11288
11290
|
|
|
11289
|
-
//
|
|
11291
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
11290
11292
|
function parseEffectsDef(_def, refs) {
|
|
11291
11293
|
return refs.effectStrategy === "input" ? parseDef(_def.schema._def, refs) : parseAnyDef(refs);
|
|
11292
11294
|
}
|
|
@@ -11295,7 +11297,7 @@ var init_effects = __esm(() => {
|
|
|
11295
11297
|
init_any();
|
|
11296
11298
|
});
|
|
11297
11299
|
|
|
11298
|
-
//
|
|
11300
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js
|
|
11299
11301
|
function parseEnumDef(def) {
|
|
11300
11302
|
return {
|
|
11301
11303
|
type: "string",
|
|
@@ -11303,7 +11305,7 @@ function parseEnumDef(def) {
|
|
|
11303
11305
|
};
|
|
11304
11306
|
}
|
|
11305
11307
|
|
|
11306
|
-
//
|
|
11308
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
11307
11309
|
function parseIntersectionDef(def, refs) {
|
|
11308
11310
|
const allOf = [
|
|
11309
11311
|
parseDef(def.left._def, {
|
|
@@ -11348,7 +11350,7 @@ var init_intersection = __esm(() => {
|
|
|
11348
11350
|
init_parseDef();
|
|
11349
11351
|
});
|
|
11350
11352
|
|
|
11351
|
-
//
|
|
11353
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js
|
|
11352
11354
|
function parseLiteralDef(def, refs) {
|
|
11353
11355
|
const parsedType2 = typeof def.value;
|
|
11354
11356
|
if (parsedType2 !== "bigint" && parsedType2 !== "number" && parsedType2 !== "boolean" && parsedType2 !== "string") {
|
|
@@ -11368,7 +11370,7 @@ function parseLiteralDef(def, refs) {
|
|
|
11368
11370
|
};
|
|
11369
11371
|
}
|
|
11370
11372
|
|
|
11371
|
-
//
|
|
11373
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
11372
11374
|
function parseStringDef(def, refs) {
|
|
11373
11375
|
const res = {
|
|
11374
11376
|
type: "string"
|
|
@@ -11667,7 +11669,7 @@ var init_string = __esm(() => {
|
|
|
11667
11669
|
ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
11668
11670
|
});
|
|
11669
11671
|
|
|
11670
|
-
//
|
|
11672
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
11671
11673
|
function parseRecordDef(def, refs) {
|
|
11672
11674
|
if (refs.target === "openAi") {
|
|
11673
11675
|
console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");
|
|
@@ -11726,7 +11728,7 @@ var init_record = __esm(() => {
|
|
|
11726
11728
|
init_any();
|
|
11727
11729
|
});
|
|
11728
11730
|
|
|
11729
|
-
//
|
|
11731
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
11730
11732
|
function parseMapDef(def, refs) {
|
|
11731
11733
|
if (refs.mapStrategy === "record") {
|
|
11732
11734
|
return parseRecordDef(def, refs);
|
|
@@ -11756,7 +11758,7 @@ var init_map = __esm(() => {
|
|
|
11756
11758
|
init_any();
|
|
11757
11759
|
});
|
|
11758
11760
|
|
|
11759
|
-
//
|
|
11761
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js
|
|
11760
11762
|
function parseNativeEnumDef(def) {
|
|
11761
11763
|
const object3 = def.values;
|
|
11762
11764
|
const actualKeys = Object.keys(def.values).filter((key) => {
|
|
@@ -11770,7 +11772,7 @@ function parseNativeEnumDef(def) {
|
|
|
11770
11772
|
};
|
|
11771
11773
|
}
|
|
11772
11774
|
|
|
11773
|
-
//
|
|
11775
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
11774
11776
|
function parseNeverDef(refs) {
|
|
11775
11777
|
return refs.target === "openAi" ? undefined : {
|
|
11776
11778
|
not: parseAnyDef({
|
|
@@ -11783,7 +11785,7 @@ var init_never = __esm(() => {
|
|
|
11783
11785
|
init_any();
|
|
11784
11786
|
});
|
|
11785
11787
|
|
|
11786
|
-
//
|
|
11788
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/null.js
|
|
11787
11789
|
function parseNullDef(refs) {
|
|
11788
11790
|
return refs.target === "openApi3" ? {
|
|
11789
11791
|
enum: ["null"],
|
|
@@ -11793,7 +11795,7 @@ function parseNullDef(refs) {
|
|
|
11793
11795
|
};
|
|
11794
11796
|
}
|
|
11795
11797
|
|
|
11796
|
-
//
|
|
11798
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
11797
11799
|
function parseUnionDef(def, refs) {
|
|
11798
11800
|
if (refs.target === "openApi3")
|
|
11799
11801
|
return asAnyOf(def, refs);
|
|
@@ -11864,7 +11866,7 @@ var init_union = __esm(() => {
|
|
|
11864
11866
|
};
|
|
11865
11867
|
});
|
|
11866
11868
|
|
|
11867
|
-
//
|
|
11869
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
11868
11870
|
function parseNullableDef(def, refs) {
|
|
11869
11871
|
if (["ZodString", "ZodNumber", "ZodBigInt", "ZodBoolean", "ZodNull"].includes(def.innerType._def.typeName) && (!def.innerType._def.checks || !def.innerType._def.checks.length)) {
|
|
11870
11872
|
if (refs.target === "openApi3") {
|
|
@@ -11900,7 +11902,7 @@ var init_nullable = __esm(() => {
|
|
|
11900
11902
|
init_union();
|
|
11901
11903
|
});
|
|
11902
11904
|
|
|
11903
|
-
//
|
|
11905
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
11904
11906
|
function parseNumberDef(def, refs) {
|
|
11905
11907
|
const res = {
|
|
11906
11908
|
type: "number"
|
|
@@ -11950,7 +11952,7 @@ function parseNumberDef(def, refs) {
|
|
|
11950
11952
|
}
|
|
11951
11953
|
var init_number = () => {};
|
|
11952
11954
|
|
|
11953
|
-
//
|
|
11955
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
11954
11956
|
function parseObjectDef(def, refs) {
|
|
11955
11957
|
const forceOptionalIntoNullable = refs.target === "openAi";
|
|
11956
11958
|
const result = {
|
|
@@ -12023,7 +12025,7 @@ var init_object = __esm(() => {
|
|
|
12023
12025
|
init_parseDef();
|
|
12024
12026
|
});
|
|
12025
12027
|
|
|
12026
|
-
//
|
|
12028
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
12027
12029
|
var parseOptionalDef = (def, refs) => {
|
|
12028
12030
|
if (refs.currentPath.toString() === refs.propertyPath?.toString()) {
|
|
12029
12031
|
return parseDef(def.innerType._def, refs);
|
|
@@ -12046,7 +12048,7 @@ var init_optional = __esm(() => {
|
|
|
12046
12048
|
init_any();
|
|
12047
12049
|
});
|
|
12048
12050
|
|
|
12049
|
-
//
|
|
12051
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
12050
12052
|
var parsePipelineDef = (def, refs) => {
|
|
12051
12053
|
if (refs.pipeStrategy === "input") {
|
|
12052
12054
|
return parseDef(def.in._def, refs);
|
|
@@ -12069,7 +12071,7 @@ var init_pipeline = __esm(() => {
|
|
|
12069
12071
|
init_parseDef();
|
|
12070
12072
|
});
|
|
12071
12073
|
|
|
12072
|
-
//
|
|
12074
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
12073
12075
|
function parsePromiseDef(def, refs) {
|
|
12074
12076
|
return parseDef(def.type._def, refs);
|
|
12075
12077
|
}
|
|
@@ -12077,7 +12079,7 @@ var init_promise = __esm(() => {
|
|
|
12077
12079
|
init_parseDef();
|
|
12078
12080
|
});
|
|
12079
12081
|
|
|
12080
|
-
//
|
|
12082
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
12081
12083
|
function parseSetDef(def, refs) {
|
|
12082
12084
|
const items = parseDef(def.valueType._def, {
|
|
12083
12085
|
...refs,
|
|
@@ -12100,7 +12102,7 @@ var init_set = __esm(() => {
|
|
|
12100
12102
|
init_parseDef();
|
|
12101
12103
|
});
|
|
12102
12104
|
|
|
12103
|
-
//
|
|
12105
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
12104
12106
|
function parseTupleDef(def, refs) {
|
|
12105
12107
|
if (def.rest) {
|
|
12106
12108
|
return {
|
|
@@ -12131,7 +12133,7 @@ var init_tuple = __esm(() => {
|
|
|
12131
12133
|
init_parseDef();
|
|
12132
12134
|
});
|
|
12133
12135
|
|
|
12134
|
-
//
|
|
12136
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
12135
12137
|
function parseUndefinedDef(refs) {
|
|
12136
12138
|
return {
|
|
12137
12139
|
not: parseAnyDef(refs)
|
|
@@ -12141,7 +12143,7 @@ var init_undefined = __esm(() => {
|
|
|
12141
12143
|
init_any();
|
|
12142
12144
|
});
|
|
12143
12145
|
|
|
12144
|
-
//
|
|
12146
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
12145
12147
|
function parseUnknownDef(refs) {
|
|
12146
12148
|
return parseAnyDef(refs);
|
|
12147
12149
|
}
|
|
@@ -12149,7 +12151,7 @@ var init_unknown = __esm(() => {
|
|
|
12149
12151
|
init_any();
|
|
12150
12152
|
});
|
|
12151
12153
|
|
|
12152
|
-
//
|
|
12154
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
12153
12155
|
var parseReadonlyDef = (def, refs) => {
|
|
12154
12156
|
return parseDef(def.innerType._def, refs);
|
|
12155
12157
|
};
|
|
@@ -12157,7 +12159,7 @@ var init_readonly = __esm(() => {
|
|
|
12157
12159
|
init_parseDef();
|
|
12158
12160
|
});
|
|
12159
12161
|
|
|
12160
|
-
//
|
|
12162
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
12161
12163
|
var selectParser = (def, typeName, refs) => {
|
|
12162
12164
|
switch (typeName) {
|
|
12163
12165
|
case ZodFirstPartyTypeKind.ZodString:
|
|
@@ -12263,7 +12265,7 @@ var init_selectParser = __esm(() => {
|
|
|
12263
12265
|
init_readonly();
|
|
12264
12266
|
});
|
|
12265
12267
|
|
|
12266
|
-
//
|
|
12268
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
12267
12269
|
function parseDef(def, refs, forceResolution = false) {
|
|
12268
12270
|
const seenItem = refs.seen.get(def);
|
|
12269
12271
|
if (refs.override) {
|
|
@@ -12323,10 +12325,10 @@ var init_parseDef = __esm(() => {
|
|
|
12323
12325
|
init_any();
|
|
12324
12326
|
});
|
|
12325
12327
|
|
|
12326
|
-
//
|
|
12328
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
12327
12329
|
var init_parseTypes = () => {};
|
|
12328
12330
|
|
|
12329
|
-
//
|
|
12331
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
12330
12332
|
var zodToJsonSchema = (schema, options) => {
|
|
12331
12333
|
const refs = getRefs(options);
|
|
12332
12334
|
let definitions = typeof options === "object" && options.definitions ? Object.entries(options.definitions).reduce((acc, [name2, schema2]) => ({
|
|
@@ -12392,7 +12394,7 @@ var init_zodToJsonSchema = __esm(() => {
|
|
|
12392
12394
|
init_any();
|
|
12393
12395
|
});
|
|
12394
12396
|
|
|
12395
|
-
//
|
|
12397
|
+
// ../../node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
12396
12398
|
var init_esm = __esm(() => {
|
|
12397
12399
|
init_zodToJsonSchema();
|
|
12398
12400
|
init_Options();
|
|
@@ -12428,7 +12430,7 @@ var init_esm = __esm(() => {
|
|
|
12428
12430
|
init_zodToJsonSchema();
|
|
12429
12431
|
});
|
|
12430
12432
|
|
|
12431
|
-
//
|
|
12433
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
12432
12434
|
function mapMiniTarget(t) {
|
|
12433
12435
|
if (!t)
|
|
12434
12436
|
return "draft-7";
|
|
@@ -12475,7 +12477,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
12475
12477
|
init_esm();
|
|
12476
12478
|
});
|
|
12477
12479
|
|
|
12478
|
-
//
|
|
12480
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
12479
12481
|
class Protocol {
|
|
12480
12482
|
constructor(_options) {
|
|
12481
12483
|
this._options = _options;
|
|
@@ -13320,7 +13322,7 @@ var init_protocol = __esm(() => {
|
|
|
13320
13322
|
init_zod_json_schema_compat();
|
|
13321
13323
|
});
|
|
13322
13324
|
|
|
13323
|
-
//
|
|
13325
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/code.js
|
|
13324
13326
|
var require_code = __commonJS((exports) => {
|
|
13325
13327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13326
13328
|
exports.regexpCode = exports.getEsmExportName = exports.getProperty = exports.safeStringify = exports.stringify = exports.strConcat = exports.addCodeArg = exports.str = exports._ = exports.nil = exports._Code = exports.Name = exports.IDENTIFIER = exports._CodeOrName = undefined;
|
|
@@ -13474,7 +13476,7 @@ var require_code = __commonJS((exports) => {
|
|
|
13474
13476
|
exports.regexpCode = regexpCode;
|
|
13475
13477
|
});
|
|
13476
13478
|
|
|
13477
|
-
//
|
|
13479
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/scope.js
|
|
13478
13480
|
var require_scope = __commonJS((exports) => {
|
|
13479
13481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13480
13482
|
exports.ValueScope = exports.ValueScopeName = exports.Scope = exports.varKinds = exports.UsedValueState = undefined;
|
|
@@ -13620,7 +13622,7 @@ var require_scope = __commonJS((exports) => {
|
|
|
13620
13622
|
exports.ValueScope = ValueScope;
|
|
13621
13623
|
});
|
|
13622
13624
|
|
|
13623
|
-
//
|
|
13625
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/index.js
|
|
13624
13626
|
var require_codegen = __commonJS((exports) => {
|
|
13625
13627
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13626
13628
|
exports.or = exports.and = exports.not = exports.CodeGen = exports.operators = exports.varKinds = exports.ValueScopeName = exports.ValueScope = exports.Scope = exports.Name = exports.regexpCode = exports.stringify = exports.getProperty = exports.nil = exports.strConcat = exports.str = exports._ = undefined;
|
|
@@ -14330,7 +14332,7 @@ var require_codegen = __commonJS((exports) => {
|
|
|
14330
14332
|
}
|
|
14331
14333
|
});
|
|
14332
14334
|
|
|
14333
|
-
//
|
|
14335
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/util.js
|
|
14334
14336
|
var require_util = __commonJS((exports) => {
|
|
14335
14337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14336
14338
|
exports.checkStrictMode = exports.getErrorPath = exports.Type = exports.useFunc = exports.setEvaluated = exports.evaluatedPropsToName = exports.mergeEvaluated = exports.eachItem = exports.unescapeJsonPointer = exports.escapeJsonPointer = exports.escapeFragment = exports.unescapeFragment = exports.schemaRefOrVal = exports.schemaHasRulesButRef = exports.schemaHasRules = exports.checkUnknownRules = exports.alwaysValidSchema = exports.toHash = undefined;
|
|
@@ -14494,7 +14496,7 @@ var require_util = __commonJS((exports) => {
|
|
|
14494
14496
|
exports.checkStrictMode = checkStrictMode;
|
|
14495
14497
|
});
|
|
14496
14498
|
|
|
14497
|
-
//
|
|
14499
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/names.js
|
|
14498
14500
|
var require_names = __commonJS((exports) => {
|
|
14499
14501
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14500
14502
|
var codegen_1 = require_codegen();
|
|
@@ -14519,7 +14521,7 @@ var require_names = __commonJS((exports) => {
|
|
|
14519
14521
|
exports.default = names;
|
|
14520
14522
|
});
|
|
14521
14523
|
|
|
14522
|
-
//
|
|
14524
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/errors.js
|
|
14523
14525
|
var require_errors = __commonJS((exports) => {
|
|
14524
14526
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14525
14527
|
exports.extendErrors = exports.resetErrorsCount = exports.reportExtraError = exports.reportError = exports.keyword$DataError = exports.keywordError = undefined;
|
|
@@ -14637,7 +14639,7 @@ var require_errors = __commonJS((exports) => {
|
|
|
14637
14639
|
}
|
|
14638
14640
|
});
|
|
14639
14641
|
|
|
14640
|
-
//
|
|
14642
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
14641
14643
|
var require_boolSchema = __commonJS((exports) => {
|
|
14642
14644
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14643
14645
|
exports.boolOrEmptySchema = exports.topBoolOrEmptySchema = undefined;
|
|
@@ -14685,7 +14687,7 @@ var require_boolSchema = __commonJS((exports) => {
|
|
|
14685
14687
|
}
|
|
14686
14688
|
});
|
|
14687
14689
|
|
|
14688
|
-
//
|
|
14690
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/rules.js
|
|
14689
14691
|
var require_rules = __commonJS((exports) => {
|
|
14690
14692
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14691
14693
|
exports.getRules = exports.isJSONType = undefined;
|
|
@@ -14713,7 +14715,7 @@ var require_rules = __commonJS((exports) => {
|
|
|
14713
14715
|
exports.getRules = getRules;
|
|
14714
14716
|
});
|
|
14715
14717
|
|
|
14716
|
-
//
|
|
14718
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/applicability.js
|
|
14717
14719
|
var require_applicability = __commonJS((exports) => {
|
|
14718
14720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14719
14721
|
exports.shouldUseRule = exports.shouldUseGroup = exports.schemaHasRulesForType = undefined;
|
|
@@ -14733,7 +14735,7 @@ var require_applicability = __commonJS((exports) => {
|
|
|
14733
14735
|
exports.shouldUseRule = shouldUseRule;
|
|
14734
14736
|
});
|
|
14735
14737
|
|
|
14736
|
-
//
|
|
14738
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/dataType.js
|
|
14737
14739
|
var require_dataType = __commonJS((exports) => {
|
|
14738
14740
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14739
14741
|
exports.reportTypeError = exports.checkDataTypes = exports.checkDataType = exports.coerceAndCheckDataType = exports.getJSONTypes = exports.getSchemaTypes = exports.DataType = undefined;
|
|
@@ -14914,7 +14916,7 @@ var require_dataType = __commonJS((exports) => {
|
|
|
14914
14916
|
}
|
|
14915
14917
|
});
|
|
14916
14918
|
|
|
14917
|
-
//
|
|
14919
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/defaults.js
|
|
14918
14920
|
var require_defaults = __commonJS((exports) => {
|
|
14919
14921
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14920
14922
|
exports.assignDefaults = undefined;
|
|
@@ -14948,7 +14950,7 @@ var require_defaults = __commonJS((exports) => {
|
|
|
14948
14950
|
}
|
|
14949
14951
|
});
|
|
14950
14952
|
|
|
14951
|
-
//
|
|
14953
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/code.js
|
|
14952
14954
|
var require_code2 = __commonJS((exports) => {
|
|
14953
14955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14954
14956
|
exports.validateUnion = exports.validateArray = exports.usePattern = exports.callValidateCode = exports.schemaProperties = exports.allSchemaProperties = exports.noPropertyInData = exports.propertyInData = exports.isOwnProperty = exports.hasPropFunc = exports.reportMissingProp = exports.checkMissingProp = exports.checkReportMissingProp = undefined;
|
|
@@ -15077,7 +15079,7 @@ var require_code2 = __commonJS((exports) => {
|
|
|
15077
15079
|
exports.validateUnion = validateUnion;
|
|
15078
15080
|
});
|
|
15079
15081
|
|
|
15080
|
-
//
|
|
15082
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/keyword.js
|
|
15081
15083
|
var require_keyword = __commonJS((exports) => {
|
|
15082
15084
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15083
15085
|
exports.validateKeywordUsage = exports.validSchemaType = exports.funcKeywordCode = exports.macroKeywordCode = undefined;
|
|
@@ -15192,7 +15194,7 @@ var require_keyword = __commonJS((exports) => {
|
|
|
15192
15194
|
exports.validateKeywordUsage = validateKeywordUsage;
|
|
15193
15195
|
});
|
|
15194
15196
|
|
|
15195
|
-
//
|
|
15197
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/subschema.js
|
|
15196
15198
|
var require_subschema = __commonJS((exports) => {
|
|
15197
15199
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15198
15200
|
exports.extendSubschemaMode = exports.extendSubschemaData = exports.getSubschema = undefined;
|
|
@@ -15272,7 +15274,7 @@ var require_subschema = __commonJS((exports) => {
|
|
|
15272
15274
|
exports.extendSubschemaMode = extendSubschemaMode;
|
|
15273
15275
|
});
|
|
15274
15276
|
|
|
15275
|
-
//
|
|
15277
|
+
// ../../node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
|
|
15276
15278
|
var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
15277
15279
|
module.exports = function equal(a, b) {
|
|
15278
15280
|
if (a === b)
|
|
@@ -15314,7 +15316,7 @@ var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
|
15314
15316
|
};
|
|
15315
15317
|
});
|
|
15316
15318
|
|
|
15317
|
-
//
|
|
15319
|
+
// ../../node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
|
|
15318
15320
|
var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
15319
15321
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
15320
15322
|
if (typeof opts == "function") {
|
|
@@ -15397,7 +15399,7 @@ var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
|
15397
15399
|
}
|
|
15398
15400
|
});
|
|
15399
15401
|
|
|
15400
|
-
//
|
|
15402
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/resolve.js
|
|
15401
15403
|
var require_resolve = __commonJS((exports) => {
|
|
15402
15404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15403
15405
|
exports.getSchemaRefs = exports.resolveUrl = exports.normalizeId = exports._getFullPath = exports.getFullPath = exports.inlineRef = undefined;
|
|
@@ -15550,7 +15552,7 @@ var require_resolve = __commonJS((exports) => {
|
|
|
15550
15552
|
exports.getSchemaRefs = getSchemaRefs;
|
|
15551
15553
|
});
|
|
15552
15554
|
|
|
15553
|
-
//
|
|
15555
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/validate/index.js
|
|
15554
15556
|
var require_validate = __commonJS((exports) => {
|
|
15555
15557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15556
15558
|
exports.getData = exports.KeywordCxt = exports.validateFunctionCode = undefined;
|
|
@@ -16055,7 +16057,7 @@ var require_validate = __commonJS((exports) => {
|
|
|
16055
16057
|
exports.getData = getData;
|
|
16056
16058
|
});
|
|
16057
16059
|
|
|
16058
|
-
//
|
|
16060
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/runtime/validation_error.js
|
|
16059
16061
|
var require_validation_error = __commonJS((exports) => {
|
|
16060
16062
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16061
16063
|
|
|
@@ -16069,7 +16071,7 @@ var require_validation_error = __commonJS((exports) => {
|
|
|
16069
16071
|
exports.default = ValidationError;
|
|
16070
16072
|
});
|
|
16071
16073
|
|
|
16072
|
-
//
|
|
16074
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/ref_error.js
|
|
16073
16075
|
var require_ref_error = __commonJS((exports) => {
|
|
16074
16076
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16075
16077
|
var resolve_1 = require_resolve();
|
|
@@ -16084,7 +16086,7 @@ var require_ref_error = __commonJS((exports) => {
|
|
|
16084
16086
|
exports.default = MissingRefError;
|
|
16085
16087
|
});
|
|
16086
16088
|
|
|
16087
|
-
//
|
|
16089
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/compile/index.js
|
|
16088
16090
|
var require_compile = __commonJS((exports) => {
|
|
16089
16091
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16090
16092
|
exports.resolveSchema = exports.getCompilingSchema = exports.resolveRef = exports.compileSchema = exports.SchemaEnv = undefined;
|
|
@@ -16305,7 +16307,7 @@ var require_compile = __commonJS((exports) => {
|
|
|
16305
16307
|
}
|
|
16306
16308
|
});
|
|
16307
16309
|
|
|
16308
|
-
//
|
|
16310
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/refs/data.json
|
|
16309
16311
|
var require_data = __commonJS((exports, module) => {
|
|
16310
16312
|
module.exports = {
|
|
16311
16313
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -16322,7 +16324,7 @@ var require_data = __commonJS((exports, module) => {
|
|
|
16322
16324
|
};
|
|
16323
16325
|
});
|
|
16324
16326
|
|
|
16325
|
-
//
|
|
16327
|
+
// ../../node_modules/.bun/fast-uri@3.1.7/node_modules/fast-uri/lib/utils.js
|
|
16326
16328
|
var require_utils = __commonJS((exports, module) => {
|
|
16327
16329
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
16328
16330
|
var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
|
|
@@ -16839,7 +16841,7 @@ var require_utils = __commonJS((exports, module) => {
|
|
|
16839
16841
|
};
|
|
16840
16842
|
});
|
|
16841
16843
|
|
|
16842
|
-
//
|
|
16844
|
+
// ../../node_modules/.bun/fast-uri@3.1.7/node_modules/fast-uri/lib/schemes.js
|
|
16843
16845
|
var require_schemes = __commonJS((exports, module) => {
|
|
16844
16846
|
var { isUUID } = require_utils();
|
|
16845
16847
|
var URN_REG = /^([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-./:;=@]|%[\da-f]{2})+)$/iu;
|
|
@@ -17014,7 +17016,7 @@ var require_schemes = __commonJS((exports, module) => {
|
|
|
17014
17016
|
};
|
|
17015
17017
|
});
|
|
17016
17018
|
|
|
17017
|
-
//
|
|
17019
|
+
// ../../node_modules/.bun/fast-uri@3.1.7/node_modules/fast-uri/index.js
|
|
17018
17020
|
var require_fast_uri = __commonJS((exports, module) => {
|
|
17019
17021
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, serializePathEncoding, normalizeQueryFragmentEncoding, encodeQuery, encodeFragment, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = require_utils();
|
|
17020
17022
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -17416,7 +17418,7 @@ var require_fast_uri = __commonJS((exports, module) => {
|
|
|
17416
17418
|
module.exports.fastUri = fastUri;
|
|
17417
17419
|
});
|
|
17418
17420
|
|
|
17419
|
-
//
|
|
17421
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/runtime/uri.js
|
|
17420
17422
|
var require_uri = __commonJS((exports) => {
|
|
17421
17423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17422
17424
|
var uri = require_fast_uri();
|
|
@@ -17424,7 +17426,7 @@ var require_uri = __commonJS((exports) => {
|
|
|
17424
17426
|
exports.default = uri;
|
|
17425
17427
|
});
|
|
17426
17428
|
|
|
17427
|
-
//
|
|
17429
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/core.js
|
|
17428
17430
|
var require_core = __commonJS((exports) => {
|
|
17429
17431
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17430
17432
|
exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = undefined;
|
|
@@ -18017,7 +18019,7 @@ var require_core = __commonJS((exports) => {
|
|
|
18017
18019
|
}
|
|
18018
18020
|
});
|
|
18019
18021
|
|
|
18020
|
-
//
|
|
18022
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/id.js
|
|
18021
18023
|
var require_id = __commonJS((exports) => {
|
|
18022
18024
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18023
18025
|
var def = {
|
|
@@ -18029,7 +18031,7 @@ var require_id = __commonJS((exports) => {
|
|
|
18029
18031
|
exports.default = def;
|
|
18030
18032
|
});
|
|
18031
18033
|
|
|
18032
|
-
//
|
|
18034
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
18033
18035
|
var require_ref = __commonJS((exports) => {
|
|
18034
18036
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18035
18037
|
exports.callRef = exports.getValidate = undefined;
|
|
@@ -18148,7 +18150,7 @@ var require_ref = __commonJS((exports) => {
|
|
|
18148
18150
|
exports.default = def;
|
|
18149
18151
|
});
|
|
18150
18152
|
|
|
18151
|
-
//
|
|
18153
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/index.js
|
|
18152
18154
|
var require_core2 = __commonJS((exports) => {
|
|
18153
18155
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18154
18156
|
var id_1 = require_id();
|
|
@@ -18166,7 +18168,7 @@ var require_core2 = __commonJS((exports) => {
|
|
|
18166
18168
|
exports.default = core2;
|
|
18167
18169
|
});
|
|
18168
18170
|
|
|
18169
|
-
//
|
|
18171
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
18170
18172
|
var require_limitNumber = __commonJS((exports) => {
|
|
18171
18173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18172
18174
|
var codegen_1 = require_codegen();
|
|
@@ -18195,7 +18197,7 @@ var require_limitNumber = __commonJS((exports) => {
|
|
|
18195
18197
|
exports.default = def;
|
|
18196
18198
|
});
|
|
18197
18199
|
|
|
18198
|
-
//
|
|
18200
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
18199
18201
|
var require_multipleOf = __commonJS((exports) => {
|
|
18200
18202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18201
18203
|
var codegen_1 = require_codegen();
|
|
@@ -18220,7 +18222,7 @@ var require_multipleOf = __commonJS((exports) => {
|
|
|
18220
18222
|
exports.default = def;
|
|
18221
18223
|
});
|
|
18222
18224
|
|
|
18223
|
-
//
|
|
18225
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/runtime/ucs2length.js
|
|
18224
18226
|
var require_ucs2length = __commonJS((exports) => {
|
|
18225
18227
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18226
18228
|
function ucs2length(str) {
|
|
@@ -18243,7 +18245,7 @@ var require_ucs2length = __commonJS((exports) => {
|
|
|
18243
18245
|
ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
18244
18246
|
});
|
|
18245
18247
|
|
|
18246
|
-
//
|
|
18248
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
18247
18249
|
var require_limitLength = __commonJS((exports) => {
|
|
18248
18250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18249
18251
|
var codegen_1 = require_codegen();
|
|
@@ -18272,7 +18274,7 @@ var require_limitLength = __commonJS((exports) => {
|
|
|
18272
18274
|
exports.default = def;
|
|
18273
18275
|
});
|
|
18274
18276
|
|
|
18275
|
-
//
|
|
18277
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
18276
18278
|
var require_pattern = __commonJS((exports) => {
|
|
18277
18279
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18278
18280
|
var code_1 = require_code2();
|
|
@@ -18306,7 +18308,7 @@ var require_pattern = __commonJS((exports) => {
|
|
|
18306
18308
|
exports.default = def;
|
|
18307
18309
|
});
|
|
18308
18310
|
|
|
18309
|
-
//
|
|
18311
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
18310
18312
|
var require_limitProperties = __commonJS((exports) => {
|
|
18311
18313
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18312
18314
|
var codegen_1 = require_codegen();
|
|
@@ -18332,7 +18334,7 @@ var require_limitProperties = __commonJS((exports) => {
|
|
|
18332
18334
|
exports.default = def;
|
|
18333
18335
|
});
|
|
18334
18336
|
|
|
18335
|
-
//
|
|
18337
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
18336
18338
|
var require_required = __commonJS((exports) => {
|
|
18337
18339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18338
18340
|
var code_1 = require_code2();
|
|
@@ -18411,7 +18413,7 @@ var require_required = __commonJS((exports) => {
|
|
|
18411
18413
|
exports.default = def;
|
|
18412
18414
|
});
|
|
18413
18415
|
|
|
18414
|
-
//
|
|
18416
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
18415
18417
|
var require_limitItems = __commonJS((exports) => {
|
|
18416
18418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18417
18419
|
var codegen_1 = require_codegen();
|
|
@@ -18437,7 +18439,7 @@ var require_limitItems = __commonJS((exports) => {
|
|
|
18437
18439
|
exports.default = def;
|
|
18438
18440
|
});
|
|
18439
18441
|
|
|
18440
|
-
//
|
|
18442
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/runtime/equal.js
|
|
18441
18443
|
var require_equal = __commonJS((exports) => {
|
|
18442
18444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18443
18445
|
var equal = require_fast_deep_equal();
|
|
@@ -18445,7 +18447,7 @@ var require_equal = __commonJS((exports) => {
|
|
|
18445
18447
|
exports.default = equal;
|
|
18446
18448
|
});
|
|
18447
18449
|
|
|
18448
|
-
//
|
|
18450
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
18449
18451
|
var require_uniqueItems = __commonJS((exports) => {
|
|
18450
18452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18451
18453
|
var dataType_1 = require_dataType();
|
|
@@ -18509,7 +18511,7 @@ var require_uniqueItems = __commonJS((exports) => {
|
|
|
18509
18511
|
exports.default = def;
|
|
18510
18512
|
});
|
|
18511
18513
|
|
|
18512
|
-
//
|
|
18514
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
18513
18515
|
var require_const = __commonJS((exports) => {
|
|
18514
18516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18515
18517
|
var codegen_1 = require_codegen();
|
|
@@ -18535,7 +18537,7 @@ var require_const = __commonJS((exports) => {
|
|
|
18535
18537
|
exports.default = def;
|
|
18536
18538
|
});
|
|
18537
18539
|
|
|
18538
|
-
//
|
|
18540
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
18539
18541
|
var require_enum = __commonJS((exports) => {
|
|
18540
18542
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18541
18543
|
var codegen_1 = require_codegen();
|
|
@@ -18581,7 +18583,7 @@ var require_enum = __commonJS((exports) => {
|
|
|
18581
18583
|
exports.default = def;
|
|
18582
18584
|
});
|
|
18583
18585
|
|
|
18584
|
-
//
|
|
18586
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
18585
18587
|
var require_validation = __commonJS((exports) => {
|
|
18586
18588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18587
18589
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -18611,7 +18613,7 @@ var require_validation = __commonJS((exports) => {
|
|
|
18611
18613
|
exports.default = validation;
|
|
18612
18614
|
});
|
|
18613
18615
|
|
|
18614
|
-
//
|
|
18616
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
18615
18617
|
var require_additionalItems = __commonJS((exports) => {
|
|
18616
18618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18617
18619
|
exports.validateAdditionalItems = undefined;
|
|
@@ -18661,7 +18663,7 @@ var require_additionalItems = __commonJS((exports) => {
|
|
|
18661
18663
|
exports.default = def;
|
|
18662
18664
|
});
|
|
18663
18665
|
|
|
18664
|
-
//
|
|
18666
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
18665
18667
|
var require_items = __commonJS((exports) => {
|
|
18666
18668
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18667
18669
|
exports.validateTuple = undefined;
|
|
@@ -18715,7 +18717,7 @@ var require_items = __commonJS((exports) => {
|
|
|
18715
18717
|
exports.default = def;
|
|
18716
18718
|
});
|
|
18717
18719
|
|
|
18718
|
-
//
|
|
18720
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
18719
18721
|
var require_prefixItems = __commonJS((exports) => {
|
|
18720
18722
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18721
18723
|
var items_1 = require_items();
|
|
@@ -18729,7 +18731,7 @@ var require_prefixItems = __commonJS((exports) => {
|
|
|
18729
18731
|
exports.default = def;
|
|
18730
18732
|
});
|
|
18731
18733
|
|
|
18732
|
-
//
|
|
18734
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
18733
18735
|
var require_items2020 = __commonJS((exports) => {
|
|
18734
18736
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18735
18737
|
var codegen_1 = require_codegen();
|
|
@@ -18761,7 +18763,7 @@ var require_items2020 = __commonJS((exports) => {
|
|
|
18761
18763
|
exports.default = def;
|
|
18762
18764
|
});
|
|
18763
18765
|
|
|
18764
|
-
//
|
|
18766
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
18765
18767
|
var require_contains = __commonJS((exports) => {
|
|
18766
18768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18767
18769
|
var codegen_1 = require_codegen();
|
|
@@ -18852,7 +18854,7 @@ var require_contains = __commonJS((exports) => {
|
|
|
18852
18854
|
exports.default = def;
|
|
18853
18855
|
});
|
|
18854
18856
|
|
|
18855
|
-
//
|
|
18857
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
18856
18858
|
var require_dependencies = __commonJS((exports) => {
|
|
18857
18859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18858
18860
|
exports.validateSchemaDeps = exports.validatePropertyDeps = exports.error = undefined;
|
|
@@ -18937,7 +18939,7 @@ var require_dependencies = __commonJS((exports) => {
|
|
|
18937
18939
|
exports.default = def;
|
|
18938
18940
|
});
|
|
18939
18941
|
|
|
18940
|
-
//
|
|
18942
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
18941
18943
|
var require_propertyNames = __commonJS((exports) => {
|
|
18942
18944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18943
18945
|
var codegen_1 = require_codegen();
|
|
@@ -18977,7 +18979,7 @@ var require_propertyNames = __commonJS((exports) => {
|
|
|
18977
18979
|
exports.default = def;
|
|
18978
18980
|
});
|
|
18979
18981
|
|
|
18980
|
-
//
|
|
18982
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
18981
18983
|
var require_additionalProperties = __commonJS((exports) => {
|
|
18982
18984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18983
18985
|
var code_1 = require_code2();
|
|
@@ -19080,7 +19082,7 @@ var require_additionalProperties = __commonJS((exports) => {
|
|
|
19080
19082
|
exports.default = def;
|
|
19081
19083
|
});
|
|
19082
19084
|
|
|
19083
|
-
//
|
|
19085
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
19084
19086
|
var require_properties = __commonJS((exports) => {
|
|
19085
19087
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19086
19088
|
var validate_1 = require_validate();
|
|
@@ -19135,7 +19137,7 @@ var require_properties = __commonJS((exports) => {
|
|
|
19135
19137
|
exports.default = def;
|
|
19136
19138
|
});
|
|
19137
19139
|
|
|
19138
|
-
//
|
|
19140
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
19139
19141
|
var require_patternProperties = __commonJS((exports) => {
|
|
19140
19142
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19141
19143
|
var code_1 = require_code2();
|
|
@@ -19206,7 +19208,7 @@ var require_patternProperties = __commonJS((exports) => {
|
|
|
19206
19208
|
exports.default = def;
|
|
19207
19209
|
});
|
|
19208
19210
|
|
|
19209
|
-
//
|
|
19211
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
19210
19212
|
var require_not = __commonJS((exports) => {
|
|
19211
19213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19212
19214
|
var util_1 = require_util();
|
|
@@ -19234,7 +19236,7 @@ var require_not = __commonJS((exports) => {
|
|
|
19234
19236
|
exports.default = def;
|
|
19235
19237
|
});
|
|
19236
19238
|
|
|
19237
|
-
//
|
|
19239
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
19238
19240
|
var require_anyOf = __commonJS((exports) => {
|
|
19239
19241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19240
19242
|
var code_1 = require_code2();
|
|
@@ -19248,7 +19250,7 @@ var require_anyOf = __commonJS((exports) => {
|
|
|
19248
19250
|
exports.default = def;
|
|
19249
19251
|
});
|
|
19250
19252
|
|
|
19251
|
-
//
|
|
19253
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
19252
19254
|
var require_oneOf = __commonJS((exports) => {
|
|
19253
19255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19254
19256
|
var codegen_1 = require_codegen();
|
|
@@ -19303,7 +19305,7 @@ var require_oneOf = __commonJS((exports) => {
|
|
|
19303
19305
|
exports.default = def;
|
|
19304
19306
|
});
|
|
19305
19307
|
|
|
19306
|
-
//
|
|
19308
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
19307
19309
|
var require_allOf = __commonJS((exports) => {
|
|
19308
19310
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19309
19311
|
var util_1 = require_util();
|
|
@@ -19327,7 +19329,7 @@ var require_allOf = __commonJS((exports) => {
|
|
|
19327
19329
|
exports.default = def;
|
|
19328
19330
|
});
|
|
19329
19331
|
|
|
19330
|
-
//
|
|
19332
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
19331
19333
|
var require_if = __commonJS((exports) => {
|
|
19332
19334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19333
19335
|
var codegen_1 = require_codegen();
|
|
@@ -19393,7 +19395,7 @@ var require_if = __commonJS((exports) => {
|
|
|
19393
19395
|
exports.default = def;
|
|
19394
19396
|
});
|
|
19395
19397
|
|
|
19396
|
-
//
|
|
19398
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
19397
19399
|
var require_thenElse = __commonJS((exports) => {
|
|
19398
19400
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19399
19401
|
var util_1 = require_util();
|
|
@@ -19408,7 +19410,7 @@ var require_thenElse = __commonJS((exports) => {
|
|
|
19408
19410
|
exports.default = def;
|
|
19409
19411
|
});
|
|
19410
19412
|
|
|
19411
|
-
//
|
|
19413
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
19412
19414
|
var require_applicator = __commonJS((exports) => {
|
|
19413
19415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19414
19416
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -19451,7 +19453,7 @@ var require_applicator = __commonJS((exports) => {
|
|
|
19451
19453
|
exports.default = getApplicator;
|
|
19452
19454
|
});
|
|
19453
19455
|
|
|
19454
|
-
//
|
|
19456
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/format.js
|
|
19455
19457
|
var require_format = __commonJS((exports) => {
|
|
19456
19458
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19457
19459
|
var codegen_1 = require_codegen();
|
|
@@ -19538,7 +19540,7 @@ var require_format = __commonJS((exports) => {
|
|
|
19538
19540
|
exports.default = def;
|
|
19539
19541
|
});
|
|
19540
19542
|
|
|
19541
|
-
//
|
|
19543
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/index.js
|
|
19542
19544
|
var require_format2 = __commonJS((exports) => {
|
|
19543
19545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19544
19546
|
var format_1 = require_format();
|
|
@@ -19546,7 +19548,7 @@ var require_format2 = __commonJS((exports) => {
|
|
|
19546
19548
|
exports.default = format;
|
|
19547
19549
|
});
|
|
19548
19550
|
|
|
19549
|
-
//
|
|
19551
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/metadata.js
|
|
19550
19552
|
var require_metadata = __commonJS((exports) => {
|
|
19551
19553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19552
19554
|
exports.contentVocabulary = exports.metadataVocabulary = undefined;
|
|
@@ -19566,7 +19568,7 @@ var require_metadata = __commonJS((exports) => {
|
|
|
19566
19568
|
];
|
|
19567
19569
|
});
|
|
19568
19570
|
|
|
19569
|
-
//
|
|
19571
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/draft7.js
|
|
19570
19572
|
var require_draft7 = __commonJS((exports) => {
|
|
19571
19573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19572
19574
|
var core_1 = require_core2();
|
|
@@ -19585,7 +19587,7 @@ var require_draft7 = __commonJS((exports) => {
|
|
|
19585
19587
|
exports.default = draft7Vocabularies;
|
|
19586
19588
|
});
|
|
19587
19589
|
|
|
19588
|
-
//
|
|
19590
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
19589
19591
|
var require_types = __commonJS((exports) => {
|
|
19590
19592
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19591
19593
|
exports.DiscrError = undefined;
|
|
@@ -19596,7 +19598,7 @@ var require_types = __commonJS((exports) => {
|
|
|
19596
19598
|
})(DiscrError || (exports.DiscrError = DiscrError = {}));
|
|
19597
19599
|
});
|
|
19598
19600
|
|
|
19599
|
-
//
|
|
19601
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
19600
19602
|
var require_discriminator = __commonJS((exports) => {
|
|
19601
19603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19602
19604
|
var codegen_1 = require_codegen();
|
|
@@ -19698,7 +19700,7 @@ var require_discriminator = __commonJS((exports) => {
|
|
|
19698
19700
|
exports.default = def;
|
|
19699
19701
|
});
|
|
19700
19702
|
|
|
19701
|
-
//
|
|
19703
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
19702
19704
|
var require_json_schema_draft_07 = __commonJS((exports, module) => {
|
|
19703
19705
|
module.exports = {
|
|
19704
19706
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
@@ -19853,7 +19855,7 @@ var require_json_schema_draft_07 = __commonJS((exports, module) => {
|
|
|
19853
19855
|
};
|
|
19854
19856
|
});
|
|
19855
19857
|
|
|
19856
|
-
//
|
|
19858
|
+
// ../../node_modules/.bun/ajv@8.20.0/node_modules/ajv/dist/ajv.js
|
|
19857
19859
|
var require_ajv = __commonJS((exports, module) => {
|
|
19858
19860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19859
19861
|
exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = exports.Ajv = undefined;
|
|
@@ -19921,7 +19923,7 @@ var require_ajv = __commonJS((exports, module) => {
|
|
|
19921
19923
|
} });
|
|
19922
19924
|
});
|
|
19923
19925
|
|
|
19924
|
-
//
|
|
19926
|
+
// ../../node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
|
|
19925
19927
|
var require_formats = __commonJS((exports) => {
|
|
19926
19928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19927
19929
|
exports.formatNames = exports.fastFormats = exports.fullFormats = undefined;
|
|
@@ -20098,7 +20100,7 @@ var require_formats = __commonJS((exports) => {
|
|
|
20098
20100
|
}
|
|
20099
20101
|
});
|
|
20100
20102
|
|
|
20101
|
-
//
|
|
20103
|
+
// ../../node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
|
|
20102
20104
|
var require_limit = __commonJS((exports) => {
|
|
20103
20105
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20104
20106
|
exports.formatLimitDefinition = undefined;
|
|
@@ -20167,7 +20169,7 @@ var require_limit = __commonJS((exports) => {
|
|
|
20167
20169
|
exports.default = formatLimitPlugin;
|
|
20168
20170
|
});
|
|
20169
20171
|
|
|
20170
|
-
//
|
|
20172
|
+
// ../../node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
|
|
20171
20173
|
var require_dist = __commonJS((exports, module) => {
|
|
20172
20174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20173
20175
|
var formats_1 = require_formats();
|
|
@@ -20206,7 +20208,7 @@ var require_dist = __commonJS((exports, module) => {
|
|
|
20206
20208
|
exports.default = formatsPlugin;
|
|
20207
20209
|
});
|
|
20208
20210
|
|
|
20209
|
-
//
|
|
20211
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
20210
20212
|
function createDefaultAjvInstance() {
|
|
20211
20213
|
const ajv = new import_ajv.default({
|
|
20212
20214
|
strict: false,
|
|
@@ -20249,7 +20251,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
20249
20251
|
import_ajv_formats = __toESM(require_dist(), 1);
|
|
20250
20252
|
});
|
|
20251
20253
|
|
|
20252
|
-
//
|
|
20254
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
20253
20255
|
class ExperimentalServerTasks {
|
|
20254
20256
|
constructor(_server) {
|
|
20255
20257
|
this._server = _server;
|
|
@@ -20330,7 +20332,7 @@ var init_server = __esm(() => {
|
|
|
20330
20332
|
init_types();
|
|
20331
20333
|
});
|
|
20332
20334
|
|
|
20333
|
-
//
|
|
20335
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
20334
20336
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
20335
20337
|
if (!requests) {
|
|
20336
20338
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -20365,7 +20367,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
20365
20367
|
}
|
|
20366
20368
|
}
|
|
20367
20369
|
|
|
20368
|
-
//
|
|
20370
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
20369
20371
|
var Server;
|
|
20370
20372
|
var init_server2 = __esm(() => {
|
|
20371
20373
|
init_protocol();
|
|
@@ -20697,7 +20699,7 @@ var init_server2 = __esm(() => {
|
|
|
20697
20699
|
};
|
|
20698
20700
|
});
|
|
20699
20701
|
|
|
20700
|
-
//
|
|
20702
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
|
|
20701
20703
|
function isCompletable(schema) {
|
|
20702
20704
|
return !!schema && typeof schema === "object" && COMPLETABLE_SYMBOL in schema;
|
|
20703
20705
|
}
|
|
@@ -20713,7 +20715,7 @@ var init_completable = __esm(() => {
|
|
|
20713
20715
|
})(McpZodTypeKind || (McpZodTypeKind = {}));
|
|
20714
20716
|
});
|
|
20715
20717
|
|
|
20716
|
-
//
|
|
20718
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js
|
|
20717
20719
|
class UriTemplate {
|
|
20718
20720
|
static isTemplate(str) {
|
|
20719
20721
|
return /\{[^}\s]+\}/.test(str);
|
|
@@ -20927,7 +20929,7 @@ class UriTemplate {
|
|
|
20927
20929
|
}
|
|
20928
20930
|
var MAX_TEMPLATE_LENGTH = 1e6, MAX_VARIABLE_LENGTH = 1e6, MAX_TEMPLATE_EXPRESSIONS = 1e4, MAX_REGEX_LENGTH = 1e6;
|
|
20929
20931
|
|
|
20930
|
-
//
|
|
20932
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js
|
|
20931
20933
|
function validateToolName(name) {
|
|
20932
20934
|
const warnings = [];
|
|
20933
20935
|
if (name.length === 0) {
|
|
@@ -20988,7 +20990,7 @@ var init_toolNameValidation = __esm(() => {
|
|
|
20988
20990
|
TOOL_NAME_REGEX = /^[A-Za-z0-9._-]{1,128}$/;
|
|
20989
20991
|
});
|
|
20990
20992
|
|
|
20991
|
-
//
|
|
20993
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js
|
|
20992
20994
|
class ExperimentalMcpServerTasks {
|
|
20993
20995
|
constructor(_mcpServer) {
|
|
20994
20996
|
this._mcpServer = _mcpServer;
|
|
@@ -21003,13 +21005,13 @@ class ExperimentalMcpServerTasks {
|
|
|
21003
21005
|
}
|
|
21004
21006
|
}
|
|
21005
21007
|
|
|
21006
|
-
//
|
|
21008
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
21007
21009
|
var init_zod = __esm(() => {
|
|
21008
21010
|
init_external2();
|
|
21009
21011
|
init_external2();
|
|
21010
21012
|
});
|
|
21011
21013
|
|
|
21012
|
-
//
|
|
21014
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
21013
21015
|
class McpServer {
|
|
21014
21016
|
constructor(serverInfo, options) {
|
|
21015
21017
|
this._registeredResources = {};
|
|
@@ -26861,7 +26863,7 @@ var init_mcp_contracts = __esm(() => {
|
|
|
26861
26863
|
].map((operation) => ({
|
|
26862
26864
|
name: operation.name,
|
|
26863
26865
|
title: operation.title,
|
|
26864
|
-
description: "Manage private source publication with fresh workspace verification and durable host-local recovery. Upload consent and current version comparison are explicit;
|
|
26866
|
+
description: "Manage private source publication with fresh workspace verification and durable host-local recovery. Upload consent and current version comparison are explicit; execution requires a separate server quote and approval.",
|
|
26865
26867
|
params: [...Object.keys(publicationVerification), ...Object.keys(operation.extras)],
|
|
26866
26868
|
category: "storage",
|
|
26867
26869
|
sideEffects: "filesystem",
|
|
@@ -26874,7 +26876,7 @@ var init_mcp_contracts = __esm(() => {
|
|
|
26874
26876
|
state: { type: "string" },
|
|
26875
26877
|
versionId: { oneOf: [publicationUuidSchema, { type: "null" }] },
|
|
26876
26878
|
committed: { type: "boolean" },
|
|
26877
|
-
executionEnabled: {
|
|
26879
|
+
executionEnabled: { oneOf: [{ type: "boolean" }, { type: "null" }] },
|
|
26878
26880
|
nextAction: { type: "string" }
|
|
26879
26881
|
}, ["recoveryDirectory", "skillId", "intentId", "state", "versionId", "committed", "executionEnabled", "nextAction"])
|
|
26880
26882
|
}));
|
|
@@ -31000,7 +31002,7 @@ class RemotePrivatePublicationsClient {
|
|
|
31000
31002
|
return bad();
|
|
31001
31003
|
const response = await boundedJson(skillsApiRequestUrl(this.apiOrigin, "/api/v1/capabilities"), {}, this.#token, false, options.timeoutMs, options.signal);
|
|
31002
31004
|
const p = record7(response) && response.privatePublishing;
|
|
31003
|
-
if (!record7(response) || response.contractVersion !== 1 || response.apiVersion !== 1 || !exact(p, ["contractVersion", "enabled", "authentication", "maxArchiveBytes", "uploadMaxTtlSeconds", "executionEnabled"]) || p.contractVersion !== 1 || typeof p.enabled !== "boolean" || p.authentication !== "interactive-session" || p.maxArchiveBytes !== PRIVATE_PUBLICATION_MAX_BYTES || p.uploadMaxTtlSeconds !== 300 || p.executionEnabled !==
|
|
31005
|
+
if (!record7(response) || response.contractVersion !== 1 || response.apiVersion !== 1 || !exact(p, ["contractVersion", "enabled", "authentication", "maxArchiveBytes", "uploadMaxTtlSeconds", "executionEnabled"]) || p.contractVersion !== 1 || typeof p.enabled !== "boolean" || p.authentication !== "interactive-session" || p.maxArchiveBytes !== PRIVATE_PUBLICATION_MAX_BYTES || p.uploadMaxTtlSeconds !== 300 || typeof p.executionEnabled !== "boolean")
|
|
31004
31006
|
throw new PrivatePublicationError("PUBLICATION_CONTRACT_UNAVAILABLE", "This server does not support the hosted private publication contract.");
|
|
31005
31007
|
return Object.freeze({ ...p });
|
|
31006
31008
|
}
|
|
@@ -32271,7 +32273,7 @@ async function preparePrivatePublication(client, sourceDirectory, recoveryDirect
|
|
|
32271
32273
|
}
|
|
32272
32274
|
function privatePublicationResult(directory, receipt) {
|
|
32273
32275
|
const state = receipt.intent?.state ?? receipt.phase, committed = state === "committed";
|
|
32274
|
-
const nextAction = committed ? "
|
|
32276
|
+
const nextAction = committed ? "Published; execution requires a separate server quote and approval." : ["rejected", "cancelled", "expired"].includes(state) ? "This intent is terminal. Inspect the result before explicitly preparing another version." : state === "needs_attention" ? "Keep this intent and contact the service operator; do not create a replacement or upload again." : receipt.phase === "upload_uncertain" ? "Run publication resume with this recovery directory to finalize the same intent without another upload." : receipt.intent ? "Run publication status or resume with this recovery directory; cancel explicitly if you want to stop." : "Run publication resume with this recovery directory to reconcile the identical request key and declaration.";
|
|
32275
32277
|
return {
|
|
32276
32278
|
recoveryDirectory: directory,
|
|
32277
32279
|
skillId: receipt.skillId,
|
|
@@ -32279,7 +32281,7 @@ function privatePublicationResult(directory, receipt) {
|
|
|
32279
32281
|
state,
|
|
32280
32282
|
versionId: receipt.intent?.versionId ?? null,
|
|
32281
32283
|
committed,
|
|
32282
|
-
executionEnabled:
|
|
32284
|
+
executionEnabled: null,
|
|
32283
32285
|
nextAction
|
|
32284
32286
|
};
|
|
32285
32287
|
}
|
|
@@ -32698,7 +32700,7 @@ var init_invitation_recovery = __esm(() => {
|
|
|
32698
32700
|
init_helpers();
|
|
32699
32701
|
});
|
|
32700
32702
|
|
|
32701
|
-
//
|
|
32703
|
+
// ../../node_modules/.bun/@hono+node-server@1.19.17+2145b681a064c8e9/node_modules/@hono/node-server/dist/index.mjs
|
|
32702
32704
|
import { Http2ServerRequest as Http2ServerRequest2, constants as h2constants } from "http2";
|
|
32703
32705
|
import { Http2ServerRequest } from "http2";
|
|
32704
32706
|
import { Readable } from "stream";
|
|
@@ -33283,7 +33285,7 @@ var init_dist = __esm(() => {
|
|
|
33283
33285
|
MAX_DRAIN_BYTES = 64 * 1024 * 1024;
|
|
33284
33286
|
});
|
|
33285
33287
|
|
|
33286
|
-
//
|
|
33288
|
+
// ../../node_modules/.bun/content-type@1.0.5/node_modules/content-type/index.js
|
|
33287
33289
|
var require_content_type = __commonJS((exports) => {
|
|
33288
33290
|
/*!
|
|
33289
33291
|
* content-type
|
|
@@ -33389,7 +33391,7 @@ var require_content_type = __commonJS((exports) => {
|
|
|
33389
33391
|
}
|
|
33390
33392
|
});
|
|
33391
33393
|
|
|
33392
|
-
//
|
|
33394
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js
|
|
33393
33395
|
function mediaTypeEssence(header) {
|
|
33394
33396
|
if (!header) {
|
|
33395
33397
|
return;
|
|
@@ -33415,7 +33417,7 @@ var init_mediaType = __esm(() => {
|
|
|
33415
33417
|
import_content_type = __toESM(require_content_type(), 1);
|
|
33416
33418
|
});
|
|
33417
33419
|
|
|
33418
|
-
//
|
|
33420
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js
|
|
33419
33421
|
function armSseKeepAlive(intervalMs, onTick) {
|
|
33420
33422
|
if (!Number.isFinite(intervalMs) || intervalMs < 1) {
|
|
33421
33423
|
return;
|
|
@@ -33429,7 +33431,7 @@ var init_sseKeepAlive = __esm(() => {
|
|
|
33429
33431
|
MAX_TIMER_DELAY_MS = 2 ** 31 - 1;
|
|
33430
33432
|
});
|
|
33431
33433
|
|
|
33432
|
-
//
|
|
33434
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js
|
|
33433
33435
|
class WebStandardStreamableHTTPServerTransport {
|
|
33434
33436
|
constructor(options = {}) {
|
|
33435
33437
|
this._started = false;
|
|
@@ -34091,7 +34093,7 @@ var init_webStandardStreamableHttp = __esm(() => {
|
|
|
34091
34093
|
init_types();
|
|
34092
34094
|
});
|
|
34093
34095
|
|
|
34094
|
-
//
|
|
34096
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0+2b91fc17bf64bdfd/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js
|
|
34095
34097
|
class StreamableHTTPServerTransport {
|
|
34096
34098
|
constructor(options = {}) {
|
|
34097
34099
|
this._requestContext = new WeakMap;
|