switchroom 0.7.13 → 0.7.15
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 +4 -4
- package/dist/agent-scheduler/index.js +80 -80
- package/dist/cli/switchroom.js +1881 -2878
- package/dist/vault/approvals/kernel-server.js +88 -85
- package/dist/vault/broker/server.js +495 -1785
- package/package.json +2 -4
- package/telegram-plugin/bridge/bridge.ts +17 -0
- package/telegram-plugin/dist/bridge/bridge.js +128 -112
- package/telegram-plugin/dist/foreman/foreman.js +185 -1696
- package/telegram-plugin/dist/gateway/gateway.js +542 -1682
- package/telegram-plugin/dist/server.js +176 -160
- package/telegram-plugin/gateway/gateway.ts +495 -7
- package/telegram-plugin/secret-detect/vault-error.test.ts +134 -0
- package/telegram-plugin/secret-detect/vault-error.ts +202 -0
- package/skills/docx/scripts/office/validators/__pycache__/__init__.cpython-313.pyc +0 -0
- package/skills/docx/scripts/office/validators/__pycache__/base.cpython-313.pyc +0 -0
- package/telegram-plugin/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
- package/telegram-plugin/server.js +0 -41795
|
@@ -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
|
-
// ../node_modules
|
|
49
|
+
// ../node_modules/zod/v3/helpers/util.js
|
|
50
50
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
51
51
|
const t = typeof data;
|
|
52
52
|
switch (t) {
|
|
@@ -177,7 +177,7 @@ var init_util = __esm(() => {
|
|
|
177
177
|
]);
|
|
178
178
|
});
|
|
179
179
|
|
|
180
|
-
// ../node_modules
|
|
180
|
+
// ../node_modules/zod/v3/ZodError.js
|
|
181
181
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
182
182
|
const json = JSON.stringify(obj, null, 2);
|
|
183
183
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -298,7 +298,7 @@ var init_ZodError = __esm(() => {
|
|
|
298
298
|
};
|
|
299
299
|
});
|
|
300
300
|
|
|
301
|
-
// ../node_modules
|
|
301
|
+
// ../node_modules/zod/v3/locales/en.js
|
|
302
302
|
var errorMap = (issue, _ctx) => {
|
|
303
303
|
let message;
|
|
304
304
|
switch (issue.code) {
|
|
@@ -405,7 +405,7 @@ var init_en = __esm(() => {
|
|
|
405
405
|
en_default = errorMap;
|
|
406
406
|
});
|
|
407
407
|
|
|
408
|
-
// ../node_modules
|
|
408
|
+
// ../node_modules/zod/v3/errors.js
|
|
409
409
|
function setErrorMap(map) {
|
|
410
410
|
overrideErrorMap = map;
|
|
411
411
|
}
|
|
@@ -418,7 +418,7 @@ var init_errors = __esm(() => {
|
|
|
418
418
|
overrideErrorMap = en_default;
|
|
419
419
|
});
|
|
420
420
|
|
|
421
|
-
// ../node_modules
|
|
421
|
+
// ../node_modules/zod/v3/helpers/parseUtil.js
|
|
422
422
|
function addIssueToContext(ctx, issueData) {
|
|
423
423
|
const overrideMap = getErrorMap();
|
|
424
424
|
const issue = makeIssue({
|
|
@@ -523,10 +523,10 @@ var init_parseUtil = __esm(() => {
|
|
|
523
523
|
});
|
|
524
524
|
});
|
|
525
525
|
|
|
526
|
-
// ../node_modules
|
|
526
|
+
// ../node_modules/zod/v3/helpers/typeAliases.js
|
|
527
527
|
var init_typeAliases = () => {};
|
|
528
528
|
|
|
529
|
-
// ../node_modules
|
|
529
|
+
// ../node_modules/zod/v3/helpers/errorUtil.js
|
|
530
530
|
var errorUtil;
|
|
531
531
|
var init_errorUtil = __esm(() => {
|
|
532
532
|
(function(errorUtil2) {
|
|
@@ -535,7 +535,7 @@ var init_errorUtil = __esm(() => {
|
|
|
535
535
|
})(errorUtil || (errorUtil = {}));
|
|
536
536
|
});
|
|
537
537
|
|
|
538
|
-
// ../node_modules
|
|
538
|
+
// ../node_modules/zod/v3/types.js
|
|
539
539
|
class ParseInputLazyPath {
|
|
540
540
|
constructor(parent, value, path, key) {
|
|
541
541
|
this._cachedPath = [];
|
|
@@ -3886,7 +3886,7 @@ var init_types = __esm(() => {
|
|
|
3886
3886
|
NEVER = INVALID;
|
|
3887
3887
|
});
|
|
3888
3888
|
|
|
3889
|
-
// ../node_modules
|
|
3889
|
+
// ../node_modules/zod/v3/external.js
|
|
3890
3890
|
var exports_external = {};
|
|
3891
3891
|
__export(exports_external, {
|
|
3892
3892
|
void: () => voidType,
|
|
@@ -4006,7 +4006,7 @@ var init_external = __esm(() => {
|
|
|
4006
4006
|
init_ZodError();
|
|
4007
4007
|
});
|
|
4008
4008
|
|
|
4009
|
-
// ../node_modules
|
|
4009
|
+
// ../node_modules/zod/v4/core/core.js
|
|
4010
4010
|
function $constructor(name, initializer, params) {
|
|
4011
4011
|
function init(inst, def) {
|
|
4012
4012
|
var _a;
|
|
@@ -4069,7 +4069,7 @@ var init_core = __esm(() => {
|
|
|
4069
4069
|
globalConfig = {};
|
|
4070
4070
|
});
|
|
4071
4071
|
|
|
4072
|
-
// ../node_modules
|
|
4072
|
+
// ../node_modules/zod/v4/core/util.js
|
|
4073
4073
|
var exports_util = {};
|
|
4074
4074
|
__export(exports_util, {
|
|
4075
4075
|
unwrapMessage: () => unwrapMessage,
|
|
@@ -4585,7 +4585,7 @@ var init_util2 = __esm(() => {
|
|
|
4585
4585
|
};
|
|
4586
4586
|
});
|
|
4587
4587
|
|
|
4588
|
-
// ../node_modules
|
|
4588
|
+
// ../node_modules/zod/v4/core/errors.js
|
|
4589
4589
|
function flattenError(error, mapper = (issue2) => issue2.message) {
|
|
4590
4590
|
const fieldErrors = {};
|
|
4591
4591
|
const formErrors = [];
|
|
@@ -4663,7 +4663,7 @@ var init_errors2 = __esm(() => {
|
|
|
4663
4663
|
$ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
4664
4664
|
});
|
|
4665
4665
|
|
|
4666
|
-
// ../node_modules
|
|
4666
|
+
// ../node_modules/zod/v4/core/parse.js
|
|
4667
4667
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
4668
4668
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
4669
4669
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -4715,7 +4715,7 @@ var init_parse = __esm(() => {
|
|
|
4715
4715
|
safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
|
|
4716
4716
|
});
|
|
4717
4717
|
|
|
4718
|
-
// ../node_modules
|
|
4718
|
+
// ../node_modules/zod/v4/core/regexes.js
|
|
4719
4719
|
function emoji() {
|
|
4720
4720
|
return new RegExp(_emoji, "u");
|
|
4721
4721
|
}
|
|
@@ -4772,7 +4772,7 @@ var init_regexes = __esm(() => {
|
|
|
4772
4772
|
uppercase = /^[^a-z]*$/;
|
|
4773
4773
|
});
|
|
4774
4774
|
|
|
4775
|
-
// ../node_modules
|
|
4775
|
+
// ../node_modules/zod/v4/core/checks.js
|
|
4776
4776
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
|
|
4777
4777
|
var init_checks = __esm(() => {
|
|
4778
4778
|
init_core();
|
|
@@ -5162,7 +5162,7 @@ var init_checks = __esm(() => {
|
|
|
5162
5162
|
});
|
|
5163
5163
|
});
|
|
5164
5164
|
|
|
5165
|
-
// ../node_modules
|
|
5165
|
+
// ../node_modules/zod/v4/core/doc.js
|
|
5166
5166
|
class Doc {
|
|
5167
5167
|
constructor(args = []) {
|
|
5168
5168
|
this.content = [];
|
|
@@ -5200,7 +5200,7 @@ class Doc {
|
|
|
5200
5200
|
}
|
|
5201
5201
|
}
|
|
5202
5202
|
|
|
5203
|
-
// ../node_modules
|
|
5203
|
+
// ../node_modules/zod/v4/core/versions.js
|
|
5204
5204
|
var version;
|
|
5205
5205
|
var init_versions = __esm(() => {
|
|
5206
5206
|
version = {
|
|
@@ -5210,7 +5210,7 @@ var init_versions = __esm(() => {
|
|
|
5210
5210
|
};
|
|
5211
5211
|
});
|
|
5212
5212
|
|
|
5213
|
-
// ../node_modules
|
|
5213
|
+
// ../node_modules/zod/v4/core/schemas.js
|
|
5214
5214
|
function isValidBase64(data) {
|
|
5215
5215
|
if (data === "")
|
|
5216
5216
|
return true;
|
|
@@ -6452,7 +6452,7 @@ var init_schemas = __esm(() => {
|
|
|
6452
6452
|
});
|
|
6453
6453
|
});
|
|
6454
6454
|
|
|
6455
|
-
// ../node_modules
|
|
6455
|
+
// ../node_modules/zod/v4/locales/en.js
|
|
6456
6456
|
function en_default2() {
|
|
6457
6457
|
return {
|
|
6458
6458
|
localeError: error()
|
|
@@ -6572,10 +6572,10 @@ var init_en2 = __esm(() => {
|
|
|
6572
6572
|
init_util2();
|
|
6573
6573
|
});
|
|
6574
6574
|
|
|
6575
|
-
// ../node_modules
|
|
6575
|
+
// ../node_modules/zod/v4/locales/index.js
|
|
6576
6576
|
var init_locales = () => {};
|
|
6577
6577
|
|
|
6578
|
-
// ../node_modules
|
|
6578
|
+
// ../node_modules/zod/v4/core/registries.js
|
|
6579
6579
|
class $ZodRegistry {
|
|
6580
6580
|
constructor() {
|
|
6581
6581
|
this._map = new Map;
|
|
@@ -6628,7 +6628,7 @@ var init_registries = __esm(() => {
|
|
|
6628
6628
|
globalRegistry = /* @__PURE__ */ registry();
|
|
6629
6629
|
});
|
|
6630
6630
|
|
|
6631
|
-
// ../node_modules
|
|
6631
|
+
// ../node_modules/zod/v4/core/api.js
|
|
6632
6632
|
function _string(Class2, params) {
|
|
6633
6633
|
return new Class2({
|
|
6634
6634
|
type: "string",
|
|
@@ -7068,16 +7068,16 @@ var init_api = __esm(() => {
|
|
|
7068
7068
|
init_util2();
|
|
7069
7069
|
});
|
|
7070
7070
|
|
|
7071
|
-
// ../node_modules
|
|
7071
|
+
// ../node_modules/zod/v4/core/function.js
|
|
7072
7072
|
var init_function = () => {};
|
|
7073
7073
|
|
|
7074
|
-
// ../node_modules
|
|
7074
|
+
// ../node_modules/zod/v4/core/to-json-schema.js
|
|
7075
7075
|
var init_to_json_schema = () => {};
|
|
7076
7076
|
|
|
7077
|
-
// ../node_modules
|
|
7077
|
+
// ../node_modules/zod/v4/core/json-schema.js
|
|
7078
7078
|
var init_json_schema = () => {};
|
|
7079
7079
|
|
|
7080
|
-
// ../node_modules
|
|
7080
|
+
// ../node_modules/zod/v4/core/index.js
|
|
7081
7081
|
var init_core2 = __esm(() => {
|
|
7082
7082
|
init_util2();
|
|
7083
7083
|
init_regexes();
|
|
@@ -7095,24 +7095,24 @@ var init_core2 = __esm(() => {
|
|
|
7095
7095
|
init_to_json_schema();
|
|
7096
7096
|
});
|
|
7097
7097
|
|
|
7098
|
-
// ../node_modules
|
|
7098
|
+
// ../node_modules/zod/v4/mini/parse.js
|
|
7099
7099
|
var init_parse2 = __esm(() => {
|
|
7100
7100
|
init_core2();
|
|
7101
7101
|
});
|
|
7102
7102
|
|
|
7103
|
-
// ../node_modules
|
|
7103
|
+
// ../node_modules/zod/v4/mini/schemas.js
|
|
7104
7104
|
var init_schemas2 = () => {};
|
|
7105
7105
|
|
|
7106
|
-
// ../node_modules
|
|
7106
|
+
// ../node_modules/zod/v4/mini/checks.js
|
|
7107
7107
|
var init_checks2 = () => {};
|
|
7108
7108
|
|
|
7109
|
-
// ../node_modules
|
|
7109
|
+
// ../node_modules/zod/v4/mini/iso.js
|
|
7110
7110
|
var init_iso = () => {};
|
|
7111
7111
|
|
|
7112
|
-
// ../node_modules
|
|
7112
|
+
// ../node_modules/zod/v4/mini/coerce.js
|
|
7113
7113
|
var init_coerce = () => {};
|
|
7114
7114
|
|
|
7115
|
-
// ../node_modules
|
|
7115
|
+
// ../node_modules/zod/v4/mini/external.js
|
|
7116
7116
|
var init_external2 = __esm(() => {
|
|
7117
7117
|
init_core2();
|
|
7118
7118
|
init_locales();
|
|
@@ -7123,17 +7123,17 @@ var init_external2 = __esm(() => {
|
|
|
7123
7123
|
init_checks2();
|
|
7124
7124
|
});
|
|
7125
7125
|
|
|
7126
|
-
// ../node_modules
|
|
7126
|
+
// ../node_modules/zod/v4/mini/index.js
|
|
7127
7127
|
var init_mini = __esm(() => {
|
|
7128
7128
|
init_external2();
|
|
7129
7129
|
});
|
|
7130
7130
|
|
|
7131
|
-
// ../node_modules
|
|
7131
|
+
// ../node_modules/zod/v4-mini/index.js
|
|
7132
7132
|
var init_v4_mini = __esm(() => {
|
|
7133
7133
|
init_mini();
|
|
7134
7134
|
});
|
|
7135
7135
|
|
|
7136
|
-
// ../node_modules
|
|
7136
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
7137
7137
|
function isZ4Schema(s) {
|
|
7138
7138
|
const schema = s;
|
|
7139
7139
|
return !!schema._zod;
|
|
@@ -7199,12 +7199,12 @@ var init_zod_compat = __esm(() => {
|
|
|
7199
7199
|
init_v4_mini();
|
|
7200
7200
|
});
|
|
7201
7201
|
|
|
7202
|
-
// ../node_modules
|
|
7202
|
+
// ../node_modules/zod/v4/classic/checks.js
|
|
7203
7203
|
var init_checks3 = __esm(() => {
|
|
7204
7204
|
init_core2();
|
|
7205
7205
|
});
|
|
7206
7206
|
|
|
7207
|
-
// ../node_modules
|
|
7207
|
+
// ../node_modules/zod/v4/classic/iso.js
|
|
7208
7208
|
var exports_iso2 = {};
|
|
7209
7209
|
__export(exports_iso2, {
|
|
7210
7210
|
time: () => time2,
|
|
@@ -7250,7 +7250,7 @@ var init_iso2 = __esm(() => {
|
|
|
7250
7250
|
});
|
|
7251
7251
|
});
|
|
7252
7252
|
|
|
7253
|
-
// ../node_modules
|
|
7253
|
+
// ../node_modules/zod/v4/classic/errors.js
|
|
7254
7254
|
var initializer2 = (inst, issues) => {
|
|
7255
7255
|
$ZodError.init(inst, issues);
|
|
7256
7256
|
inst.name = "ZodError";
|
|
@@ -7283,7 +7283,7 @@ var init_errors3 = __esm(() => {
|
|
|
7283
7283
|
});
|
|
7284
7284
|
});
|
|
7285
7285
|
|
|
7286
|
-
// ../node_modules
|
|
7286
|
+
// ../node_modules/zod/v4/classic/parse.js
|
|
7287
7287
|
var parse4, parseAsync2, safeParse3, safeParseAsync2;
|
|
7288
7288
|
var init_parse3 = __esm(() => {
|
|
7289
7289
|
init_core2();
|
|
@@ -7294,7 +7294,7 @@ var init_parse3 = __esm(() => {
|
|
|
7294
7294
|
safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
|
|
7295
7295
|
});
|
|
7296
7296
|
|
|
7297
|
-
// ../node_modules
|
|
7297
|
+
// ../node_modules/zod/v4/classic/schemas.js
|
|
7298
7298
|
function string2(params) {
|
|
7299
7299
|
return _string(ZodString2, params);
|
|
7300
7300
|
}
|
|
@@ -7908,13 +7908,13 @@ var init_schemas3 = __esm(() => {
|
|
|
7908
7908
|
});
|
|
7909
7909
|
});
|
|
7910
7910
|
|
|
7911
|
-
// ../node_modules
|
|
7911
|
+
// ../node_modules/zod/v4/classic/compat.js
|
|
7912
7912
|
var init_compat = () => {};
|
|
7913
7913
|
|
|
7914
|
-
// ../node_modules
|
|
7914
|
+
// ../node_modules/zod/v4/classic/coerce.js
|
|
7915
7915
|
var init_coerce2 = () => {};
|
|
7916
7916
|
|
|
7917
|
-
// ../node_modules
|
|
7917
|
+
// ../node_modules/zod/v4/classic/external.js
|
|
7918
7918
|
var init_external3 = __esm(() => {
|
|
7919
7919
|
init_core2();
|
|
7920
7920
|
init_core2();
|
|
@@ -7930,17 +7930,17 @@ var init_external3 = __esm(() => {
|
|
|
7930
7930
|
config(en_default2());
|
|
7931
7931
|
});
|
|
7932
7932
|
|
|
7933
|
-
// ../node_modules
|
|
7933
|
+
// ../node_modules/zod/v4/classic/index.js
|
|
7934
7934
|
var init_classic = __esm(() => {
|
|
7935
7935
|
init_external3();
|
|
7936
7936
|
});
|
|
7937
7937
|
|
|
7938
|
-
// ../node_modules
|
|
7938
|
+
// ../node_modules/zod/v4/index.js
|
|
7939
7939
|
var init_v4 = __esm(() => {
|
|
7940
7940
|
init_classic();
|
|
7941
7941
|
});
|
|
7942
7942
|
|
|
7943
|
-
// ../node_modules
|
|
7943
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
7944
7944
|
var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema, NotificationsParamsSchema, NotificationSchema, ResultSchema, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
|
|
7945
7945
|
var init_types2 = __esm(() => {
|
|
7946
7946
|
init_v4();
|
|
@@ -8768,65 +8768,65 @@ var init_types2 = __esm(() => {
|
|
|
8768
8768
|
};
|
|
8769
8769
|
});
|
|
8770
8770
|
|
|
8771
|
-
// ../node_modules
|
|
8771
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
8772
8772
|
function isTerminal(status) {
|
|
8773
8773
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
8774
8774
|
}
|
|
8775
8775
|
|
|
8776
|
-
// ../node_modules
|
|
8776
|
+
// ../node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
8777
8777
|
var ignoreOverride;
|
|
8778
8778
|
var init_Options = __esm(() => {
|
|
8779
8779
|
ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
8780
8780
|
});
|
|
8781
8781
|
|
|
8782
|
-
// ../node_modules
|
|
8782
|
+
// ../node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
8783
8783
|
var init_Refs = __esm(() => {
|
|
8784
8784
|
init_Options();
|
|
8785
8785
|
});
|
|
8786
|
-
// ../node_modules
|
|
8786
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
8787
8787
|
var init_any = () => {};
|
|
8788
8788
|
|
|
8789
|
-
// ../node_modules
|
|
8789
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
8790
8790
|
var init_array = __esm(() => {
|
|
8791
8791
|
init_parseDef();
|
|
8792
8792
|
});
|
|
8793
8793
|
|
|
8794
|
-
// ../node_modules
|
|
8794
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
8795
8795
|
var init_bigint = () => {};
|
|
8796
|
-
// ../node_modules
|
|
8796
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
8797
8797
|
var init_branded = __esm(() => {
|
|
8798
8798
|
init_parseDef();
|
|
8799
8799
|
});
|
|
8800
8800
|
|
|
8801
|
-
// ../node_modules
|
|
8801
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
8802
8802
|
var init_catch = __esm(() => {
|
|
8803
8803
|
init_parseDef();
|
|
8804
8804
|
});
|
|
8805
8805
|
|
|
8806
|
-
// ../node_modules
|
|
8806
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
8807
8807
|
var init_date = () => {};
|
|
8808
8808
|
|
|
8809
|
-
// ../node_modules
|
|
8809
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
8810
8810
|
var init_default = __esm(() => {
|
|
8811
8811
|
init_parseDef();
|
|
8812
8812
|
});
|
|
8813
8813
|
|
|
8814
|
-
// ../node_modules
|
|
8814
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
8815
8815
|
var init_effects = __esm(() => {
|
|
8816
8816
|
init_parseDef();
|
|
8817
8817
|
init_any();
|
|
8818
8818
|
});
|
|
8819
|
-
// ../node_modules
|
|
8819
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
8820
8820
|
var init_intersection = __esm(() => {
|
|
8821
8821
|
init_parseDef();
|
|
8822
8822
|
});
|
|
8823
|
-
// ../node_modules
|
|
8823
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
8824
8824
|
var ALPHA_NUMERIC;
|
|
8825
8825
|
var init_string = __esm(() => {
|
|
8826
8826
|
ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
8827
8827
|
});
|
|
8828
8828
|
|
|
8829
|
-
// ../node_modules
|
|
8829
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
8830
8830
|
var init_record = __esm(() => {
|
|
8831
8831
|
init_parseDef();
|
|
8832
8832
|
init_string();
|
|
@@ -8834,77 +8834,77 @@ var init_record = __esm(() => {
|
|
|
8834
8834
|
init_any();
|
|
8835
8835
|
});
|
|
8836
8836
|
|
|
8837
|
-
// ../node_modules
|
|
8837
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
8838
8838
|
var init_map = __esm(() => {
|
|
8839
8839
|
init_parseDef();
|
|
8840
8840
|
init_record();
|
|
8841
8841
|
init_any();
|
|
8842
8842
|
});
|
|
8843
|
-
// ../node_modules
|
|
8843
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
8844
8844
|
var init_never = __esm(() => {
|
|
8845
8845
|
init_any();
|
|
8846
8846
|
});
|
|
8847
|
-
// ../node_modules
|
|
8847
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
8848
8848
|
var init_union = __esm(() => {
|
|
8849
8849
|
init_parseDef();
|
|
8850
8850
|
});
|
|
8851
8851
|
|
|
8852
|
-
// ../node_modules
|
|
8852
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
8853
8853
|
var init_nullable = __esm(() => {
|
|
8854
8854
|
init_parseDef();
|
|
8855
8855
|
init_union();
|
|
8856
8856
|
});
|
|
8857
8857
|
|
|
8858
|
-
// ../node_modules
|
|
8858
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
8859
8859
|
var init_number = () => {};
|
|
8860
8860
|
|
|
8861
|
-
// ../node_modules
|
|
8861
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
8862
8862
|
var init_object = __esm(() => {
|
|
8863
8863
|
init_parseDef();
|
|
8864
8864
|
});
|
|
8865
8865
|
|
|
8866
|
-
// ../node_modules
|
|
8866
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
8867
8867
|
var init_optional = __esm(() => {
|
|
8868
8868
|
init_parseDef();
|
|
8869
8869
|
init_any();
|
|
8870
8870
|
});
|
|
8871
8871
|
|
|
8872
|
-
// ../node_modules
|
|
8872
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
8873
8873
|
var init_pipeline = __esm(() => {
|
|
8874
8874
|
init_parseDef();
|
|
8875
8875
|
});
|
|
8876
8876
|
|
|
8877
|
-
// ../node_modules
|
|
8877
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
8878
8878
|
var init_promise = __esm(() => {
|
|
8879
8879
|
init_parseDef();
|
|
8880
8880
|
});
|
|
8881
8881
|
|
|
8882
|
-
// ../node_modules
|
|
8882
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
8883
8883
|
var init_set = __esm(() => {
|
|
8884
8884
|
init_parseDef();
|
|
8885
8885
|
});
|
|
8886
8886
|
|
|
8887
|
-
// ../node_modules
|
|
8887
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
8888
8888
|
var init_tuple = __esm(() => {
|
|
8889
8889
|
init_parseDef();
|
|
8890
8890
|
});
|
|
8891
8891
|
|
|
8892
|
-
// ../node_modules
|
|
8892
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
8893
8893
|
var init_undefined = __esm(() => {
|
|
8894
8894
|
init_any();
|
|
8895
8895
|
});
|
|
8896
8896
|
|
|
8897
|
-
// ../node_modules
|
|
8897
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
8898
8898
|
var init_unknown = __esm(() => {
|
|
8899
8899
|
init_any();
|
|
8900
8900
|
});
|
|
8901
8901
|
|
|
8902
|
-
// ../node_modules
|
|
8902
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
8903
8903
|
var init_readonly = __esm(() => {
|
|
8904
8904
|
init_parseDef();
|
|
8905
8905
|
});
|
|
8906
8906
|
|
|
8907
|
-
// ../node_modules
|
|
8907
|
+
// ../node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
8908
8908
|
var init_selectParser = __esm(() => {
|
|
8909
8909
|
init_any();
|
|
8910
8910
|
init_array();
|
|
@@ -8933,24 +8933,24 @@ var init_selectParser = __esm(() => {
|
|
|
8933
8933
|
init_readonly();
|
|
8934
8934
|
});
|
|
8935
8935
|
|
|
8936
|
-
// ../node_modules
|
|
8936
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
8937
8937
|
var init_parseDef = __esm(() => {
|
|
8938
8938
|
init_Options();
|
|
8939
8939
|
init_selectParser();
|
|
8940
8940
|
init_any();
|
|
8941
8941
|
});
|
|
8942
8942
|
|
|
8943
|
-
// ../node_modules
|
|
8943
|
+
// ../node_modules/zod-to-json-schema/dist/esm/parseTypes.js
|
|
8944
8944
|
var init_parseTypes = () => {};
|
|
8945
8945
|
|
|
8946
|
-
// ../node_modules
|
|
8946
|
+
// ../node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
8947
8947
|
var init_zodToJsonSchema = __esm(() => {
|
|
8948
8948
|
init_parseDef();
|
|
8949
8949
|
init_Refs();
|
|
8950
8950
|
init_any();
|
|
8951
8951
|
});
|
|
8952
8952
|
|
|
8953
|
-
// ../node_modules
|
|
8953
|
+
// ../node_modules/zod-to-json-schema/dist/esm/index.js
|
|
8954
8954
|
var init_esm = __esm(() => {
|
|
8955
8955
|
init_zodToJsonSchema();
|
|
8956
8956
|
init_Options();
|
|
@@ -8986,7 +8986,7 @@ var init_esm = __esm(() => {
|
|
|
8986
8986
|
init_zodToJsonSchema();
|
|
8987
8987
|
});
|
|
8988
8988
|
|
|
8989
|
-
// ../node_modules
|
|
8989
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
8990
8990
|
function getMethodLiteral(schema) {
|
|
8991
8991
|
const shape = getObjectShape(schema);
|
|
8992
8992
|
const methodSchema = shape?.method;
|
|
@@ -9011,7 +9011,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
9011
9011
|
init_esm();
|
|
9012
9012
|
});
|
|
9013
9013
|
|
|
9014
|
-
// ../node_modules
|
|
9014
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
9015
9015
|
class Protocol {
|
|
9016
9016
|
constructor(_options) {
|
|
9017
9017
|
this._options = _options;
|
|
@@ -9856,7 +9856,7 @@ var init_protocol = __esm(() => {
|
|
|
9856
9856
|
init_zod_json_schema_compat();
|
|
9857
9857
|
});
|
|
9858
9858
|
|
|
9859
|
-
// ../node_modules
|
|
9859
|
+
// ../node_modules/ajv/dist/compile/codegen/code.js
|
|
9860
9860
|
var require_code = __commonJS((exports) => {
|
|
9861
9861
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9862
9862
|
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;
|
|
@@ -10010,7 +10010,7 @@ var require_code = __commonJS((exports) => {
|
|
|
10010
10010
|
exports.regexpCode = regexpCode;
|
|
10011
10011
|
});
|
|
10012
10012
|
|
|
10013
|
-
// ../node_modules
|
|
10013
|
+
// ../node_modules/ajv/dist/compile/codegen/scope.js
|
|
10014
10014
|
var require_scope = __commonJS((exports) => {
|
|
10015
10015
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10016
10016
|
exports.ValueScope = exports.ValueScopeName = exports.Scope = exports.varKinds = exports.UsedValueState = undefined;
|
|
@@ -10156,7 +10156,7 @@ var require_scope = __commonJS((exports) => {
|
|
|
10156
10156
|
exports.ValueScope = ValueScope;
|
|
10157
10157
|
});
|
|
10158
10158
|
|
|
10159
|
-
// ../node_modules
|
|
10159
|
+
// ../node_modules/ajv/dist/compile/codegen/index.js
|
|
10160
10160
|
var require_codegen = __commonJS((exports) => {
|
|
10161
10161
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10162
10162
|
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;
|
|
@@ -10866,7 +10866,7 @@ var require_codegen = __commonJS((exports) => {
|
|
|
10866
10866
|
}
|
|
10867
10867
|
});
|
|
10868
10868
|
|
|
10869
|
-
// ../node_modules
|
|
10869
|
+
// ../node_modules/ajv/dist/compile/util.js
|
|
10870
10870
|
var require_util = __commonJS((exports) => {
|
|
10871
10871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10872
10872
|
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;
|
|
@@ -11030,7 +11030,7 @@ var require_util = __commonJS((exports) => {
|
|
|
11030
11030
|
exports.checkStrictMode = checkStrictMode;
|
|
11031
11031
|
});
|
|
11032
11032
|
|
|
11033
|
-
// ../node_modules
|
|
11033
|
+
// ../node_modules/ajv/dist/compile/names.js
|
|
11034
11034
|
var require_names = __commonJS((exports) => {
|
|
11035
11035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11036
11036
|
var codegen_1 = require_codegen();
|
|
@@ -11055,7 +11055,7 @@ var require_names = __commonJS((exports) => {
|
|
|
11055
11055
|
exports.default = names;
|
|
11056
11056
|
});
|
|
11057
11057
|
|
|
11058
|
-
// ../node_modules
|
|
11058
|
+
// ../node_modules/ajv/dist/compile/errors.js
|
|
11059
11059
|
var require_errors = __commonJS((exports) => {
|
|
11060
11060
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11061
11061
|
exports.extendErrors = exports.resetErrorsCount = exports.reportExtraError = exports.reportError = exports.keyword$DataError = exports.keywordError = undefined;
|
|
@@ -11173,7 +11173,7 @@ var require_errors = __commonJS((exports) => {
|
|
|
11173
11173
|
}
|
|
11174
11174
|
});
|
|
11175
11175
|
|
|
11176
|
-
// ../node_modules
|
|
11176
|
+
// ../node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
11177
11177
|
var require_boolSchema = __commonJS((exports) => {
|
|
11178
11178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11179
11179
|
exports.boolOrEmptySchema = exports.topBoolOrEmptySchema = undefined;
|
|
@@ -11221,7 +11221,7 @@ var require_boolSchema = __commonJS((exports) => {
|
|
|
11221
11221
|
}
|
|
11222
11222
|
});
|
|
11223
11223
|
|
|
11224
|
-
// ../node_modules
|
|
11224
|
+
// ../node_modules/ajv/dist/compile/rules.js
|
|
11225
11225
|
var require_rules = __commonJS((exports) => {
|
|
11226
11226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11227
11227
|
exports.getRules = exports.isJSONType = undefined;
|
|
@@ -11249,7 +11249,7 @@ var require_rules = __commonJS((exports) => {
|
|
|
11249
11249
|
exports.getRules = getRules;
|
|
11250
11250
|
});
|
|
11251
11251
|
|
|
11252
|
-
// ../node_modules
|
|
11252
|
+
// ../node_modules/ajv/dist/compile/validate/applicability.js
|
|
11253
11253
|
var require_applicability = __commonJS((exports) => {
|
|
11254
11254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11255
11255
|
exports.shouldUseRule = exports.shouldUseGroup = exports.schemaHasRulesForType = undefined;
|
|
@@ -11269,7 +11269,7 @@ var require_applicability = __commonJS((exports) => {
|
|
|
11269
11269
|
exports.shouldUseRule = shouldUseRule;
|
|
11270
11270
|
});
|
|
11271
11271
|
|
|
11272
|
-
// ../node_modules
|
|
11272
|
+
// ../node_modules/ajv/dist/compile/validate/dataType.js
|
|
11273
11273
|
var require_dataType = __commonJS((exports) => {
|
|
11274
11274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11275
11275
|
exports.reportTypeError = exports.checkDataTypes = exports.checkDataType = exports.coerceAndCheckDataType = exports.getJSONTypes = exports.getSchemaTypes = exports.DataType = undefined;
|
|
@@ -11450,7 +11450,7 @@ var require_dataType = __commonJS((exports) => {
|
|
|
11450
11450
|
}
|
|
11451
11451
|
});
|
|
11452
11452
|
|
|
11453
|
-
// ../node_modules
|
|
11453
|
+
// ../node_modules/ajv/dist/compile/validate/defaults.js
|
|
11454
11454
|
var require_defaults = __commonJS((exports) => {
|
|
11455
11455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11456
11456
|
exports.assignDefaults = undefined;
|
|
@@ -11484,7 +11484,7 @@ var require_defaults = __commonJS((exports) => {
|
|
|
11484
11484
|
}
|
|
11485
11485
|
});
|
|
11486
11486
|
|
|
11487
|
-
// ../node_modules
|
|
11487
|
+
// ../node_modules/ajv/dist/vocabularies/code.js
|
|
11488
11488
|
var require_code2 = __commonJS((exports) => {
|
|
11489
11489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11490
11490
|
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;
|
|
@@ -11613,7 +11613,7 @@ var require_code2 = __commonJS((exports) => {
|
|
|
11613
11613
|
exports.validateUnion = validateUnion;
|
|
11614
11614
|
});
|
|
11615
11615
|
|
|
11616
|
-
// ../node_modules
|
|
11616
|
+
// ../node_modules/ajv/dist/compile/validate/keyword.js
|
|
11617
11617
|
var require_keyword = __commonJS((exports) => {
|
|
11618
11618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11619
11619
|
exports.validateKeywordUsage = exports.validSchemaType = exports.funcKeywordCode = exports.macroKeywordCode = undefined;
|
|
@@ -11728,7 +11728,7 @@ var require_keyword = __commonJS((exports) => {
|
|
|
11728
11728
|
exports.validateKeywordUsage = validateKeywordUsage;
|
|
11729
11729
|
});
|
|
11730
11730
|
|
|
11731
|
-
// ../node_modules
|
|
11731
|
+
// ../node_modules/ajv/dist/compile/validate/subschema.js
|
|
11732
11732
|
var require_subschema = __commonJS((exports) => {
|
|
11733
11733
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11734
11734
|
exports.extendSubschemaMode = exports.extendSubschemaData = exports.getSubschema = undefined;
|
|
@@ -11808,7 +11808,7 @@ var require_subschema = __commonJS((exports) => {
|
|
|
11808
11808
|
exports.extendSubschemaMode = extendSubschemaMode;
|
|
11809
11809
|
});
|
|
11810
11810
|
|
|
11811
|
-
// ../node_modules
|
|
11811
|
+
// ../node_modules/fast-deep-equal/index.js
|
|
11812
11812
|
var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
11813
11813
|
module.exports = function equal(a, b) {
|
|
11814
11814
|
if (a === b)
|
|
@@ -11850,7 +11850,7 @@ var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
|
11850
11850
|
};
|
|
11851
11851
|
});
|
|
11852
11852
|
|
|
11853
|
-
// ../node_modules
|
|
11853
|
+
// ../node_modules/json-schema-traverse/index.js
|
|
11854
11854
|
var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
11855
11855
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
11856
11856
|
if (typeof opts == "function") {
|
|
@@ -11933,7 +11933,7 @@ var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
|
11933
11933
|
}
|
|
11934
11934
|
});
|
|
11935
11935
|
|
|
11936
|
-
// ../node_modules
|
|
11936
|
+
// ../node_modules/ajv/dist/compile/resolve.js
|
|
11937
11937
|
var require_resolve = __commonJS((exports) => {
|
|
11938
11938
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11939
11939
|
exports.getSchemaRefs = exports.resolveUrl = exports.normalizeId = exports._getFullPath = exports.getFullPath = exports.inlineRef = undefined;
|
|
@@ -12086,7 +12086,7 @@ var require_resolve = __commonJS((exports) => {
|
|
|
12086
12086
|
exports.getSchemaRefs = getSchemaRefs;
|
|
12087
12087
|
});
|
|
12088
12088
|
|
|
12089
|
-
// ../node_modules
|
|
12089
|
+
// ../node_modules/ajv/dist/compile/validate/index.js
|
|
12090
12090
|
var require_validate = __commonJS((exports) => {
|
|
12091
12091
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12092
12092
|
exports.getData = exports.KeywordCxt = exports.validateFunctionCode = undefined;
|
|
@@ -12591,7 +12591,7 @@ var require_validate = __commonJS((exports) => {
|
|
|
12591
12591
|
exports.getData = getData;
|
|
12592
12592
|
});
|
|
12593
12593
|
|
|
12594
|
-
// ../node_modules
|
|
12594
|
+
// ../node_modules/ajv/dist/runtime/validation_error.js
|
|
12595
12595
|
var require_validation_error = __commonJS((exports) => {
|
|
12596
12596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12597
12597
|
|
|
@@ -12605,7 +12605,7 @@ var require_validation_error = __commonJS((exports) => {
|
|
|
12605
12605
|
exports.default = ValidationError;
|
|
12606
12606
|
});
|
|
12607
12607
|
|
|
12608
|
-
// ../node_modules
|
|
12608
|
+
// ../node_modules/ajv/dist/compile/ref_error.js
|
|
12609
12609
|
var require_ref_error = __commonJS((exports) => {
|
|
12610
12610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12611
12611
|
var resolve_1 = require_resolve();
|
|
@@ -12620,7 +12620,7 @@ var require_ref_error = __commonJS((exports) => {
|
|
|
12620
12620
|
exports.default = MissingRefError;
|
|
12621
12621
|
});
|
|
12622
12622
|
|
|
12623
|
-
// ../node_modules
|
|
12623
|
+
// ../node_modules/ajv/dist/compile/index.js
|
|
12624
12624
|
var require_compile = __commonJS((exports) => {
|
|
12625
12625
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12626
12626
|
exports.resolveSchema = exports.getCompilingSchema = exports.resolveRef = exports.compileSchema = exports.SchemaEnv = undefined;
|
|
@@ -12841,7 +12841,7 @@ var require_compile = __commonJS((exports) => {
|
|
|
12841
12841
|
}
|
|
12842
12842
|
});
|
|
12843
12843
|
|
|
12844
|
-
// ../node_modules
|
|
12844
|
+
// ../node_modules/ajv/dist/refs/data.json
|
|
12845
12845
|
var require_data = __commonJS((exports, module) => {
|
|
12846
12846
|
module.exports = {
|
|
12847
12847
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -12858,7 +12858,7 @@ var require_data = __commonJS((exports, module) => {
|
|
|
12858
12858
|
};
|
|
12859
12859
|
});
|
|
12860
12860
|
|
|
12861
|
-
// ../node_modules
|
|
12861
|
+
// ../node_modules/fast-uri/lib/utils.js
|
|
12862
12862
|
var require_utils = __commonJS((exports, module) => {
|
|
12863
12863
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
12864
12864
|
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);
|
|
@@ -13113,7 +13113,7 @@ var require_utils = __commonJS((exports, module) => {
|
|
|
13113
13113
|
};
|
|
13114
13114
|
});
|
|
13115
13115
|
|
|
13116
|
-
// ../node_modules
|
|
13116
|
+
// ../node_modules/fast-uri/lib/schemes.js
|
|
13117
13117
|
var require_schemes = __commonJS((exports, module) => {
|
|
13118
13118
|
var { isUUID } = require_utils();
|
|
13119
13119
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -13287,7 +13287,7 @@ var require_schemes = __commonJS((exports, module) => {
|
|
|
13287
13287
|
};
|
|
13288
13288
|
});
|
|
13289
13289
|
|
|
13290
|
-
// ../node_modules
|
|
13290
|
+
// ../node_modules/fast-uri/index.js
|
|
13291
13291
|
var require_fast_uri = __commonJS((exports, module) => {
|
|
13292
13292
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils();
|
|
13293
13293
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -13538,7 +13538,7 @@ var require_fast_uri = __commonJS((exports, module) => {
|
|
|
13538
13538
|
module.exports.fastUri = fastUri;
|
|
13539
13539
|
});
|
|
13540
13540
|
|
|
13541
|
-
// ../node_modules
|
|
13541
|
+
// ../node_modules/ajv/dist/runtime/uri.js
|
|
13542
13542
|
var require_uri = __commonJS((exports) => {
|
|
13543
13543
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13544
13544
|
var uri = require_fast_uri();
|
|
@@ -13546,7 +13546,7 @@ var require_uri = __commonJS((exports) => {
|
|
|
13546
13546
|
exports.default = uri;
|
|
13547
13547
|
});
|
|
13548
13548
|
|
|
13549
|
-
// ../node_modules
|
|
13549
|
+
// ../node_modules/ajv/dist/core.js
|
|
13550
13550
|
var require_core = __commonJS((exports) => {
|
|
13551
13551
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13552
13552
|
exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = undefined;
|
|
@@ -14139,7 +14139,7 @@ var require_core = __commonJS((exports) => {
|
|
|
14139
14139
|
}
|
|
14140
14140
|
});
|
|
14141
14141
|
|
|
14142
|
-
// ../node_modules
|
|
14142
|
+
// ../node_modules/ajv/dist/vocabularies/core/id.js
|
|
14143
14143
|
var require_id = __commonJS((exports) => {
|
|
14144
14144
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14145
14145
|
var def = {
|
|
@@ -14151,7 +14151,7 @@ var require_id = __commonJS((exports) => {
|
|
|
14151
14151
|
exports.default = def;
|
|
14152
14152
|
});
|
|
14153
14153
|
|
|
14154
|
-
// ../node_modules
|
|
14154
|
+
// ../node_modules/ajv/dist/vocabularies/core/ref.js
|
|
14155
14155
|
var require_ref = __commonJS((exports) => {
|
|
14156
14156
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14157
14157
|
exports.callRef = exports.getValidate = undefined;
|
|
@@ -14270,7 +14270,7 @@ var require_ref = __commonJS((exports) => {
|
|
|
14270
14270
|
exports.default = def;
|
|
14271
14271
|
});
|
|
14272
14272
|
|
|
14273
|
-
// ../node_modules
|
|
14273
|
+
// ../node_modules/ajv/dist/vocabularies/core/index.js
|
|
14274
14274
|
var require_core2 = __commonJS((exports) => {
|
|
14275
14275
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14276
14276
|
var id_1 = require_id();
|
|
@@ -14288,7 +14288,7 @@ var require_core2 = __commonJS((exports) => {
|
|
|
14288
14288
|
exports.default = core2;
|
|
14289
14289
|
});
|
|
14290
14290
|
|
|
14291
|
-
// ../node_modules
|
|
14291
|
+
// ../node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
14292
14292
|
var require_limitNumber = __commonJS((exports) => {
|
|
14293
14293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14294
14294
|
var codegen_1 = require_codegen();
|
|
@@ -14317,7 +14317,7 @@ var require_limitNumber = __commonJS((exports) => {
|
|
|
14317
14317
|
exports.default = def;
|
|
14318
14318
|
});
|
|
14319
14319
|
|
|
14320
|
-
// ../node_modules
|
|
14320
|
+
// ../node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
14321
14321
|
var require_multipleOf = __commonJS((exports) => {
|
|
14322
14322
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14323
14323
|
var codegen_1 = require_codegen();
|
|
@@ -14342,7 +14342,7 @@ var require_multipleOf = __commonJS((exports) => {
|
|
|
14342
14342
|
exports.default = def;
|
|
14343
14343
|
});
|
|
14344
14344
|
|
|
14345
|
-
// ../node_modules
|
|
14345
|
+
// ../node_modules/ajv/dist/runtime/ucs2length.js
|
|
14346
14346
|
var require_ucs2length = __commonJS((exports) => {
|
|
14347
14347
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14348
14348
|
function ucs2length(str) {
|
|
@@ -14365,7 +14365,7 @@ var require_ucs2length = __commonJS((exports) => {
|
|
|
14365
14365
|
ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
14366
14366
|
});
|
|
14367
14367
|
|
|
14368
|
-
// ../node_modules
|
|
14368
|
+
// ../node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
14369
14369
|
var require_limitLength = __commonJS((exports) => {
|
|
14370
14370
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14371
14371
|
var codegen_1 = require_codegen();
|
|
@@ -14394,7 +14394,7 @@ var require_limitLength = __commonJS((exports) => {
|
|
|
14394
14394
|
exports.default = def;
|
|
14395
14395
|
});
|
|
14396
14396
|
|
|
14397
|
-
// ../node_modules
|
|
14397
|
+
// ../node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
14398
14398
|
var require_pattern = __commonJS((exports) => {
|
|
14399
14399
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14400
14400
|
var code_1 = require_code2();
|
|
@@ -14428,7 +14428,7 @@ var require_pattern = __commonJS((exports) => {
|
|
|
14428
14428
|
exports.default = def;
|
|
14429
14429
|
});
|
|
14430
14430
|
|
|
14431
|
-
// ../node_modules
|
|
14431
|
+
// ../node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
14432
14432
|
var require_limitProperties = __commonJS((exports) => {
|
|
14433
14433
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14434
14434
|
var codegen_1 = require_codegen();
|
|
@@ -14454,7 +14454,7 @@ var require_limitProperties = __commonJS((exports) => {
|
|
|
14454
14454
|
exports.default = def;
|
|
14455
14455
|
});
|
|
14456
14456
|
|
|
14457
|
-
// ../node_modules
|
|
14457
|
+
// ../node_modules/ajv/dist/vocabularies/validation/required.js
|
|
14458
14458
|
var require_required = __commonJS((exports) => {
|
|
14459
14459
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14460
14460
|
var code_1 = require_code2();
|
|
@@ -14533,7 +14533,7 @@ var require_required = __commonJS((exports) => {
|
|
|
14533
14533
|
exports.default = def;
|
|
14534
14534
|
});
|
|
14535
14535
|
|
|
14536
|
-
// ../node_modules
|
|
14536
|
+
// ../node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
14537
14537
|
var require_limitItems = __commonJS((exports) => {
|
|
14538
14538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14539
14539
|
var codegen_1 = require_codegen();
|
|
@@ -14559,7 +14559,7 @@ var require_limitItems = __commonJS((exports) => {
|
|
|
14559
14559
|
exports.default = def;
|
|
14560
14560
|
});
|
|
14561
14561
|
|
|
14562
|
-
// ../node_modules
|
|
14562
|
+
// ../node_modules/ajv/dist/runtime/equal.js
|
|
14563
14563
|
var require_equal = __commonJS((exports) => {
|
|
14564
14564
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14565
14565
|
var equal = require_fast_deep_equal();
|
|
@@ -14567,7 +14567,7 @@ var require_equal = __commonJS((exports) => {
|
|
|
14567
14567
|
exports.default = equal;
|
|
14568
14568
|
});
|
|
14569
14569
|
|
|
14570
|
-
// ../node_modules
|
|
14570
|
+
// ../node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
14571
14571
|
var require_uniqueItems = __commonJS((exports) => {
|
|
14572
14572
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14573
14573
|
var dataType_1 = require_dataType();
|
|
@@ -14631,7 +14631,7 @@ var require_uniqueItems = __commonJS((exports) => {
|
|
|
14631
14631
|
exports.default = def;
|
|
14632
14632
|
});
|
|
14633
14633
|
|
|
14634
|
-
// ../node_modules
|
|
14634
|
+
// ../node_modules/ajv/dist/vocabularies/validation/const.js
|
|
14635
14635
|
var require_const = __commonJS((exports) => {
|
|
14636
14636
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14637
14637
|
var codegen_1 = require_codegen();
|
|
@@ -14657,7 +14657,7 @@ var require_const = __commonJS((exports) => {
|
|
|
14657
14657
|
exports.default = def;
|
|
14658
14658
|
});
|
|
14659
14659
|
|
|
14660
|
-
// ../node_modules
|
|
14660
|
+
// ../node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
14661
14661
|
var require_enum = __commonJS((exports) => {
|
|
14662
14662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14663
14663
|
var codegen_1 = require_codegen();
|
|
@@ -14703,7 +14703,7 @@ var require_enum = __commonJS((exports) => {
|
|
|
14703
14703
|
exports.default = def;
|
|
14704
14704
|
});
|
|
14705
14705
|
|
|
14706
|
-
// ../node_modules
|
|
14706
|
+
// ../node_modules/ajv/dist/vocabularies/validation/index.js
|
|
14707
14707
|
var require_validation = __commonJS((exports) => {
|
|
14708
14708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14709
14709
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -14733,7 +14733,7 @@ var require_validation = __commonJS((exports) => {
|
|
|
14733
14733
|
exports.default = validation;
|
|
14734
14734
|
});
|
|
14735
14735
|
|
|
14736
|
-
// ../node_modules
|
|
14736
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
14737
14737
|
var require_additionalItems = __commonJS((exports) => {
|
|
14738
14738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14739
14739
|
exports.validateAdditionalItems = undefined;
|
|
@@ -14783,7 +14783,7 @@ var require_additionalItems = __commonJS((exports) => {
|
|
|
14783
14783
|
exports.default = def;
|
|
14784
14784
|
});
|
|
14785
14785
|
|
|
14786
|
-
// ../node_modules
|
|
14786
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
14787
14787
|
var require_items = __commonJS((exports) => {
|
|
14788
14788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14789
14789
|
exports.validateTuple = undefined;
|
|
@@ -14837,7 +14837,7 @@ var require_items = __commonJS((exports) => {
|
|
|
14837
14837
|
exports.default = def;
|
|
14838
14838
|
});
|
|
14839
14839
|
|
|
14840
|
-
// ../node_modules
|
|
14840
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
14841
14841
|
var require_prefixItems = __commonJS((exports) => {
|
|
14842
14842
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14843
14843
|
var items_1 = require_items();
|
|
@@ -14851,7 +14851,7 @@ var require_prefixItems = __commonJS((exports) => {
|
|
|
14851
14851
|
exports.default = def;
|
|
14852
14852
|
});
|
|
14853
14853
|
|
|
14854
|
-
// ../node_modules
|
|
14854
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
14855
14855
|
var require_items2020 = __commonJS((exports) => {
|
|
14856
14856
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14857
14857
|
var codegen_1 = require_codegen();
|
|
@@ -14883,7 +14883,7 @@ var require_items2020 = __commonJS((exports) => {
|
|
|
14883
14883
|
exports.default = def;
|
|
14884
14884
|
});
|
|
14885
14885
|
|
|
14886
|
-
// ../node_modules
|
|
14886
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
14887
14887
|
var require_contains = __commonJS((exports) => {
|
|
14888
14888
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14889
14889
|
var codegen_1 = require_codegen();
|
|
@@ -14974,7 +14974,7 @@ var require_contains = __commonJS((exports) => {
|
|
|
14974
14974
|
exports.default = def;
|
|
14975
14975
|
});
|
|
14976
14976
|
|
|
14977
|
-
// ../node_modules
|
|
14977
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
14978
14978
|
var require_dependencies = __commonJS((exports) => {
|
|
14979
14979
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14980
14980
|
exports.validateSchemaDeps = exports.validatePropertyDeps = exports.error = undefined;
|
|
@@ -15059,7 +15059,7 @@ var require_dependencies = __commonJS((exports) => {
|
|
|
15059
15059
|
exports.default = def;
|
|
15060
15060
|
});
|
|
15061
15061
|
|
|
15062
|
-
// ../node_modules
|
|
15062
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
15063
15063
|
var require_propertyNames = __commonJS((exports) => {
|
|
15064
15064
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15065
15065
|
var codegen_1 = require_codegen();
|
|
@@ -15099,7 +15099,7 @@ var require_propertyNames = __commonJS((exports) => {
|
|
|
15099
15099
|
exports.default = def;
|
|
15100
15100
|
});
|
|
15101
15101
|
|
|
15102
|
-
// ../node_modules
|
|
15102
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
15103
15103
|
var require_additionalProperties = __commonJS((exports) => {
|
|
15104
15104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15105
15105
|
var code_1 = require_code2();
|
|
@@ -15202,7 +15202,7 @@ var require_additionalProperties = __commonJS((exports) => {
|
|
|
15202
15202
|
exports.default = def;
|
|
15203
15203
|
});
|
|
15204
15204
|
|
|
15205
|
-
// ../node_modules
|
|
15205
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
15206
15206
|
var require_properties = __commonJS((exports) => {
|
|
15207
15207
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15208
15208
|
var validate_1 = require_validate();
|
|
@@ -15257,7 +15257,7 @@ var require_properties = __commonJS((exports) => {
|
|
|
15257
15257
|
exports.default = def;
|
|
15258
15258
|
});
|
|
15259
15259
|
|
|
15260
|
-
// ../node_modules
|
|
15260
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
15261
15261
|
var require_patternProperties = __commonJS((exports) => {
|
|
15262
15262
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15263
15263
|
var code_1 = require_code2();
|
|
@@ -15328,7 +15328,7 @@ var require_patternProperties = __commonJS((exports) => {
|
|
|
15328
15328
|
exports.default = def;
|
|
15329
15329
|
});
|
|
15330
15330
|
|
|
15331
|
-
// ../node_modules
|
|
15331
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
15332
15332
|
var require_not = __commonJS((exports) => {
|
|
15333
15333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15334
15334
|
var util_1 = require_util();
|
|
@@ -15356,7 +15356,7 @@ var require_not = __commonJS((exports) => {
|
|
|
15356
15356
|
exports.default = def;
|
|
15357
15357
|
});
|
|
15358
15358
|
|
|
15359
|
-
// ../node_modules
|
|
15359
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
15360
15360
|
var require_anyOf = __commonJS((exports) => {
|
|
15361
15361
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15362
15362
|
var code_1 = require_code2();
|
|
@@ -15370,7 +15370,7 @@ var require_anyOf = __commonJS((exports) => {
|
|
|
15370
15370
|
exports.default = def;
|
|
15371
15371
|
});
|
|
15372
15372
|
|
|
15373
|
-
// ../node_modules
|
|
15373
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
15374
15374
|
var require_oneOf = __commonJS((exports) => {
|
|
15375
15375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15376
15376
|
var codegen_1 = require_codegen();
|
|
@@ -15425,7 +15425,7 @@ var require_oneOf = __commonJS((exports) => {
|
|
|
15425
15425
|
exports.default = def;
|
|
15426
15426
|
});
|
|
15427
15427
|
|
|
15428
|
-
// ../node_modules
|
|
15428
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
15429
15429
|
var require_allOf = __commonJS((exports) => {
|
|
15430
15430
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15431
15431
|
var util_1 = require_util();
|
|
@@ -15449,7 +15449,7 @@ var require_allOf = __commonJS((exports) => {
|
|
|
15449
15449
|
exports.default = def;
|
|
15450
15450
|
});
|
|
15451
15451
|
|
|
15452
|
-
// ../node_modules
|
|
15452
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
15453
15453
|
var require_if = __commonJS((exports) => {
|
|
15454
15454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15455
15455
|
var codegen_1 = require_codegen();
|
|
@@ -15515,7 +15515,7 @@ var require_if = __commonJS((exports) => {
|
|
|
15515
15515
|
exports.default = def;
|
|
15516
15516
|
});
|
|
15517
15517
|
|
|
15518
|
-
// ../node_modules
|
|
15518
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
15519
15519
|
var require_thenElse = __commonJS((exports) => {
|
|
15520
15520
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15521
15521
|
var util_1 = require_util();
|
|
@@ -15530,7 +15530,7 @@ var require_thenElse = __commonJS((exports) => {
|
|
|
15530
15530
|
exports.default = def;
|
|
15531
15531
|
});
|
|
15532
15532
|
|
|
15533
|
-
// ../node_modules
|
|
15533
|
+
// ../node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
15534
15534
|
var require_applicator = __commonJS((exports) => {
|
|
15535
15535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15536
15536
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -15573,7 +15573,7 @@ var require_applicator = __commonJS((exports) => {
|
|
|
15573
15573
|
exports.default = getApplicator;
|
|
15574
15574
|
});
|
|
15575
15575
|
|
|
15576
|
-
// ../node_modules
|
|
15576
|
+
// ../node_modules/ajv/dist/vocabularies/format/format.js
|
|
15577
15577
|
var require_format = __commonJS((exports) => {
|
|
15578
15578
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15579
15579
|
var codegen_1 = require_codegen();
|
|
@@ -15660,7 +15660,7 @@ var require_format = __commonJS((exports) => {
|
|
|
15660
15660
|
exports.default = def;
|
|
15661
15661
|
});
|
|
15662
15662
|
|
|
15663
|
-
// ../node_modules
|
|
15663
|
+
// ../node_modules/ajv/dist/vocabularies/format/index.js
|
|
15664
15664
|
var require_format2 = __commonJS((exports) => {
|
|
15665
15665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15666
15666
|
var format_1 = require_format();
|
|
@@ -15668,7 +15668,7 @@ var require_format2 = __commonJS((exports) => {
|
|
|
15668
15668
|
exports.default = format;
|
|
15669
15669
|
});
|
|
15670
15670
|
|
|
15671
|
-
// ../node_modules
|
|
15671
|
+
// ../node_modules/ajv/dist/vocabularies/metadata.js
|
|
15672
15672
|
var require_metadata = __commonJS((exports) => {
|
|
15673
15673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15674
15674
|
exports.contentVocabulary = exports.metadataVocabulary = undefined;
|
|
@@ -15688,7 +15688,7 @@ var require_metadata = __commonJS((exports) => {
|
|
|
15688
15688
|
];
|
|
15689
15689
|
});
|
|
15690
15690
|
|
|
15691
|
-
// ../node_modules
|
|
15691
|
+
// ../node_modules/ajv/dist/vocabularies/draft7.js
|
|
15692
15692
|
var require_draft7 = __commonJS((exports) => {
|
|
15693
15693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15694
15694
|
var core_1 = require_core2();
|
|
@@ -15707,7 +15707,7 @@ var require_draft7 = __commonJS((exports) => {
|
|
|
15707
15707
|
exports.default = draft7Vocabularies;
|
|
15708
15708
|
});
|
|
15709
15709
|
|
|
15710
|
-
// ../node_modules
|
|
15710
|
+
// ../node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
15711
15711
|
var require_types = __commonJS((exports) => {
|
|
15712
15712
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15713
15713
|
exports.DiscrError = undefined;
|
|
@@ -15718,7 +15718,7 @@ var require_types = __commonJS((exports) => {
|
|
|
15718
15718
|
})(DiscrError || (exports.DiscrError = DiscrError = {}));
|
|
15719
15719
|
});
|
|
15720
15720
|
|
|
15721
|
-
// ../node_modules
|
|
15721
|
+
// ../node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
15722
15722
|
var require_discriminator = __commonJS((exports) => {
|
|
15723
15723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15724
15724
|
var codegen_1 = require_codegen();
|
|
@@ -15820,7 +15820,7 @@ var require_discriminator = __commonJS((exports) => {
|
|
|
15820
15820
|
exports.default = def;
|
|
15821
15821
|
});
|
|
15822
15822
|
|
|
15823
|
-
// ../node_modules
|
|
15823
|
+
// ../node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
15824
15824
|
var require_json_schema_draft_07 = __commonJS((exports, module) => {
|
|
15825
15825
|
module.exports = {
|
|
15826
15826
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
@@ -15975,7 +15975,7 @@ var require_json_schema_draft_07 = __commonJS((exports, module) => {
|
|
|
15975
15975
|
};
|
|
15976
15976
|
});
|
|
15977
15977
|
|
|
15978
|
-
// ../node_modules
|
|
15978
|
+
// ../node_modules/ajv/dist/ajv.js
|
|
15979
15979
|
var require_ajv = __commonJS((exports, module) => {
|
|
15980
15980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15981
15981
|
exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = exports.Ajv = undefined;
|
|
@@ -16043,7 +16043,7 @@ var require_ajv = __commonJS((exports, module) => {
|
|
|
16043
16043
|
} });
|
|
16044
16044
|
});
|
|
16045
16045
|
|
|
16046
|
-
// ../node_modules
|
|
16046
|
+
// ../node_modules/ajv-formats/dist/formats.js
|
|
16047
16047
|
var require_formats = __commonJS((exports) => {
|
|
16048
16048
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16049
16049
|
exports.formatNames = exports.fastFormats = exports.fullFormats = undefined;
|
|
@@ -16220,7 +16220,7 @@ var require_formats = __commonJS((exports) => {
|
|
|
16220
16220
|
}
|
|
16221
16221
|
});
|
|
16222
16222
|
|
|
16223
|
-
// ../node_modules
|
|
16223
|
+
// ../node_modules/ajv-formats/dist/limit.js
|
|
16224
16224
|
var require_limit = __commonJS((exports) => {
|
|
16225
16225
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16226
16226
|
exports.formatLimitDefinition = undefined;
|
|
@@ -16289,7 +16289,7 @@ var require_limit = __commonJS((exports) => {
|
|
|
16289
16289
|
exports.default = formatLimitPlugin;
|
|
16290
16290
|
});
|
|
16291
16291
|
|
|
16292
|
-
// ../node_modules
|
|
16292
|
+
// ../node_modules/ajv-formats/dist/index.js
|
|
16293
16293
|
var require_dist = __commonJS((exports, module) => {
|
|
16294
16294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16295
16295
|
var formats_1 = require_formats();
|
|
@@ -16328,7 +16328,7 @@ var require_dist = __commonJS((exports, module) => {
|
|
|
16328
16328
|
exports.default = formatsPlugin;
|
|
16329
16329
|
});
|
|
16330
16330
|
|
|
16331
|
-
// ../node_modules
|
|
16331
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
16332
16332
|
function createDefaultAjvInstance() {
|
|
16333
16333
|
const ajv = new import_ajv.default({
|
|
16334
16334
|
strict: false,
|
|
@@ -16371,7 +16371,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
16371
16371
|
import_ajv_formats = __toESM(require_dist(), 1);
|
|
16372
16372
|
});
|
|
16373
16373
|
|
|
16374
|
-
// ../node_modules
|
|
16374
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
16375
16375
|
class ExperimentalServerTasks {
|
|
16376
16376
|
constructor(_server) {
|
|
16377
16377
|
this._server = _server;
|
|
@@ -16452,7 +16452,7 @@ var init_server = __esm(() => {
|
|
|
16452
16452
|
init_types2();
|
|
16453
16453
|
});
|
|
16454
16454
|
|
|
16455
|
-
// ../node_modules
|
|
16455
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
16456
16456
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
16457
16457
|
if (!requests) {
|
|
16458
16458
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -16487,7 +16487,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
16487
16487
|
}
|
|
16488
16488
|
}
|
|
16489
16489
|
|
|
16490
|
-
// ../node_modules
|
|
16490
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
16491
16491
|
var Server;
|
|
16492
16492
|
var init_server2 = __esm(() => {
|
|
16493
16493
|
init_protocol();
|
|
@@ -16828,7 +16828,7 @@ var init_server2 = __esm(() => {
|
|
|
16828
16828
|
};
|
|
16829
16829
|
});
|
|
16830
16830
|
|
|
16831
|
-
// ../node_modules
|
|
16831
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
16832
16832
|
class ReadBuffer {
|
|
16833
16833
|
append(chunk) {
|
|
16834
16834
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk;
|
|
@@ -16861,7 +16861,7 @@ var init_stdio = __esm(() => {
|
|
|
16861
16861
|
init_types2();
|
|
16862
16862
|
});
|
|
16863
16863
|
|
|
16864
|
-
// ../node_modules
|
|
16864
|
+
// ../node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
16865
16865
|
import process2 from "node:process";
|
|
16866
16866
|
|
|
16867
16867
|
class StdioServerTransport {
|
|
@@ -16924,7 +16924,7 @@ var init_stdio2 = __esm(() => {
|
|
|
16924
16924
|
init_stdio();
|
|
16925
16925
|
});
|
|
16926
16926
|
|
|
16927
|
-
// ../node_modules
|
|
16927
|
+
// ../node_modules/zod/index.js
|
|
16928
16928
|
var init_zod = __esm(() => {
|
|
16929
16929
|
init_external();
|
|
16930
16930
|
init_external();
|
|
@@ -17777,7 +17777,7 @@ var init_session_tail = __esm(() => {
|
|
|
17777
17777
|
MAX_JSONL_LINE_BYTES = 2 * 1024 * 1024;
|
|
17778
17778
|
});
|
|
17779
17779
|
|
|
17780
|
-
// ../node_modules
|
|
17780
|
+
// ../node_modules/@xterm/headless/lib-headless/xterm-headless.js
|
|
17781
17781
|
var require_xterm_headless = __commonJS((exports) => {
|
|
17782
17782
|
(() => {
|
|
17783
17783
|
var e = { 5639: (e2, t2, s2) => {
|
|
@@ -24394,6 +24394,22 @@ var init_bridge = __esm(async () => {
|
|
|
24394
24394
|
},
|
|
24395
24395
|
required: ["chat_id", "message_id"]
|
|
24396
24396
|
}
|
|
24397
|
+
},
|
|
24398
|
+
{
|
|
24399
|
+
name: "vault_request_save",
|
|
24400
|
+
description: "Ask the user to confirm saving a secret value to the vault. Use this when the user gave you a credential/token in chat and asked you to save it (or when you discovered one mid-task that the user should curate). Renders a Telegram approval card with [Save once] [Discard] [Rename] buttons; the value is written to the host vault only when the user taps Save. The value never leaves the host \u2014 it is staged inside the gateway and never echoed back to the agent. Do NOT use this tool to read secrets \u2014 use the standard vault: reference syntax in your scaffolded prompt. Do NOT call this for values the user did not explicitly hand you (no proactive secret discovery from filesystem scans, command output, etc).",
|
|
24401
|
+
inputSchema: {
|
|
24402
|
+
type: "object",
|
|
24403
|
+
properties: {
|
|
24404
|
+
chat_id: { type: "string", description: "Chat to render the approval card in (use the chat_id of the user message that delivered the secret)." },
|
|
24405
|
+
key: { type: "string", description: "Suggested vault key (slug) to store the secret under. The user can override via the [Rename] button. Use lowercase snake_case, e.g. `klanker_telegram_bot_token`." },
|
|
24406
|
+
value: { type: "string", description: "The secret value to save. Will be staged in the gateway and never echoed back to the agent." },
|
|
24407
|
+
why: { type: "string", description: 'Short human-readable reason rendered on the card (e.g. "for the klanker UAT bot you asked me to set up"). Helps the user verify intent.' },
|
|
24408
|
+
kind: { type: "string", enum: ["string", "binary"], description: 'Storage shape. Default "string". Use "binary" for base64-encoded blobs.' },
|
|
24409
|
+
message_thread_id: { type: "string", description: "Forum topic thread ID. Auto-applied from the last inbound message if not specified." }
|
|
24410
|
+
},
|
|
24411
|
+
required: ["chat_id", "key", "value"]
|
|
24412
|
+
}
|
|
24397
24413
|
}
|
|
24398
24414
|
];
|
|
24399
24415
|
mcp.setRequestHandler(ListToolsRequestSchema, async () => ({ tools: TOOL_SCHEMAS }));
|