@thacio/auditaria 0.30.11 → 0.30.13
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 +14 -10
- package/bundle/docs/admin/enterprise-controls.md +115 -0
- package/bundle/docs/changelogs/index.md +20 -1
- package/bundle/docs/changelogs/latest.md +359 -293
- package/bundle/docs/changelogs/preview.md +296 -349
- package/bundle/docs/cli/checkpointing.md +2 -3
- package/bundle/docs/cli/cli-reference.md +4 -5
- package/bundle/docs/cli/commands.md +376 -650
- package/bundle/docs/cli/custom-commands.md +3 -0
- package/bundle/docs/cli/enterprise.md +1 -1
- package/bundle/docs/cli/gemini-md.md +20 -12
- package/bundle/docs/cli/headless.md +34 -372
- package/bundle/docs/cli/keyboard-shortcuts.md +36 -35
- package/bundle/docs/cli/plan-mode.md +5 -1
- package/bundle/docs/cli/rewind.md +11 -11
- package/bundle/docs/cli/session-management.md +61 -44
- package/bundle/docs/cli/settings.md +10 -5
- package/bundle/docs/cli/skills.md +15 -8
- package/bundle/docs/cli/themes.md +85 -51
- package/bundle/docs/cli/tutorials/automation.md +187 -0
- package/bundle/docs/cli/tutorials/file-management.md +142 -0
- package/bundle/docs/cli/tutorials/mcp-setup.md +105 -0
- package/bundle/docs/cli/tutorials/memory-management.md +126 -0
- package/bundle/docs/cli/tutorials/session-management.md +105 -0
- package/bundle/docs/cli/tutorials/shell-commands.md +107 -0
- package/bundle/docs/cli/tutorials/skills-getting-started.md +36 -31
- package/bundle/docs/cli/tutorials/task-planning.md +93 -0
- package/bundle/docs/cli/tutorials/web-tools.md +78 -0
- package/bundle/docs/core/policy-engine.md +4 -2
- package/bundle/docs/core/subagents.md +38 -38
- package/bundle/docs/extensions/best-practices.md +102 -53
- package/bundle/docs/extensions/index.md +37 -21
- package/bundle/docs/extensions/reference.md +148 -216
- package/bundle/docs/extensions/releasing.md +93 -122
- package/bundle/docs/extensions/writing-extensions.md +87 -76
- package/bundle/docs/get-started/configuration.md +103 -61
- package/bundle/docs/get-started/examples.md +39 -119
- package/bundle/docs/get-started/index.md +5 -4
- package/bundle/docs/get-started/installation.md +110 -77
- package/bundle/docs/index.md +156 -108
- package/bundle/docs/releases.md +2 -2
- package/bundle/docs/sidebar.json +101 -61
- package/bundle/docs/tools/activate-skill.md +43 -0
- package/bundle/docs/tools/ask-user.md +1 -1
- package/bundle/docs/tools/file-system.md +43 -133
- package/bundle/docs/tools/index.md +92 -91
- package/bundle/docs/tools/internal-docs.md +46 -0
- package/bundle/docs/tools/mcp-server.md +2 -2
- package/bundle/docs/tools/memory.md +21 -40
- package/bundle/docs/tools/shell.md +43 -88
- package/bundle/docs/tools/todos.md +22 -44
- package/bundle/docs/tools/web-fetch.md +22 -46
- package/bundle/docs/tools/web-search.md +19 -29
- package/bundle/gemini.js +138556 -136594
- package/bundle/mcp-bridge.js +154 -143
- package/bundle/node_modules/@browserbasehq/stagehand/dist/index.js +165438 -0
- package/bundle/node_modules/@browserbasehq/stagehand/package.json +102 -0
- package/bundle/node_modules/@thacio/auditaria-search/dist/tsconfig.tsbuildinfo +1 -1
- package/bundle/web-client/components/EditorPanel.js +57 -36
- package/bundle/web-client/components/FileTreePanel.js +240 -59
- package/bundle/web-client/index.html +5 -1
- package/bundle/web-client/managers/EditorManager.js +190 -24
- package/bundle/web-client/managers/FileTreeManager.js +301 -69
- package/bundle/web-client/styles/file-browser.css +42 -0
- package/bundle/web-client/styles/themes.css +376 -0
- package/bundle/web-client/utils/theme-manager.js +33 -1
- package/package.json +7 -6
- package/bundle/docs/architecture.md +0 -80
- package/bundle/docs/cli/index.md +0 -67
- package/bundle/docs/cli/tutorials.md +0 -87
- package/bundle/docs/get-started/configuration-v1.md +0 -882
package/bundle/mcp-bridge.js
CHANGED
|
@@ -29,9 +29,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
mod
|
|
30
30
|
));
|
|
31
31
|
|
|
32
|
-
//
|
|
32
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/code.js
|
|
33
33
|
var require_code = __commonJS({
|
|
34
|
-
"
|
|
34
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/code.js"(exports) {
|
|
35
35
|
"use strict";
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
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 = void 0;
|
|
@@ -183,9 +183,9 @@ var require_code = __commonJS({
|
|
|
183
183
|
}
|
|
184
184
|
});
|
|
185
185
|
|
|
186
|
-
//
|
|
186
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/scope.js
|
|
187
187
|
var require_scope = __commonJS({
|
|
188
|
-
"
|
|
188
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/scope.js"(exports) {
|
|
189
189
|
"use strict";
|
|
190
190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
191
191
|
exports.ValueScope = exports.ValueScopeName = exports.Scope = exports.varKinds = exports.UsedValueState = void 0;
|
|
@@ -328,9 +328,9 @@ var require_scope = __commonJS({
|
|
|
328
328
|
}
|
|
329
329
|
});
|
|
330
330
|
|
|
331
|
-
//
|
|
331
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/index.js
|
|
332
332
|
var require_codegen = __commonJS({
|
|
333
|
-
"
|
|
333
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/codegen/index.js"(exports) {
|
|
334
334
|
"use strict";
|
|
335
335
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
336
336
|
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._ = void 0;
|
|
@@ -1048,9 +1048,9 @@ var require_codegen = __commonJS({
|
|
|
1048
1048
|
}
|
|
1049
1049
|
});
|
|
1050
1050
|
|
|
1051
|
-
//
|
|
1051
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/util.js
|
|
1052
1052
|
var require_util = __commonJS({
|
|
1053
|
-
"
|
|
1053
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/util.js"(exports) {
|
|
1054
1054
|
"use strict";
|
|
1055
1055
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1056
1056
|
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 = void 0;
|
|
@@ -1215,9 +1215,9 @@ var require_util = __commonJS({
|
|
|
1215
1215
|
}
|
|
1216
1216
|
});
|
|
1217
1217
|
|
|
1218
|
-
//
|
|
1218
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/names.js
|
|
1219
1219
|
var require_names = __commonJS({
|
|
1220
|
-
"
|
|
1220
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/names.js"(exports) {
|
|
1221
1221
|
"use strict";
|
|
1222
1222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1223
1223
|
var codegen_1 = require_codegen();
|
|
@@ -1254,9 +1254,9 @@ var require_names = __commonJS({
|
|
|
1254
1254
|
}
|
|
1255
1255
|
});
|
|
1256
1256
|
|
|
1257
|
-
//
|
|
1257
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/errors.js
|
|
1258
1258
|
var require_errors = __commonJS({
|
|
1259
|
-
"
|
|
1259
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/errors.js"(exports) {
|
|
1260
1260
|
"use strict";
|
|
1261
1261
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1262
1262
|
exports.extendErrors = exports.resetErrorsCount = exports.reportExtraError = exports.reportError = exports.keyword$DataError = exports.keywordError = void 0;
|
|
@@ -1376,9 +1376,9 @@ var require_errors = __commonJS({
|
|
|
1376
1376
|
}
|
|
1377
1377
|
});
|
|
1378
1378
|
|
|
1379
|
-
//
|
|
1379
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
1380
1380
|
var require_boolSchema = __commonJS({
|
|
1381
|
-
"
|
|
1381
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/boolSchema.js"(exports) {
|
|
1382
1382
|
"use strict";
|
|
1383
1383
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1384
1384
|
exports.boolOrEmptySchema = exports.topBoolOrEmptySchema = void 0;
|
|
@@ -1427,9 +1427,9 @@ var require_boolSchema = __commonJS({
|
|
|
1427
1427
|
}
|
|
1428
1428
|
});
|
|
1429
1429
|
|
|
1430
|
-
//
|
|
1430
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/rules.js
|
|
1431
1431
|
var require_rules = __commonJS({
|
|
1432
|
-
"
|
|
1432
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/rules.js"(exports) {
|
|
1433
1433
|
"use strict";
|
|
1434
1434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1435
1435
|
exports.getRules = exports.isJSONType = void 0;
|
|
@@ -1458,9 +1458,9 @@ var require_rules = __commonJS({
|
|
|
1458
1458
|
}
|
|
1459
1459
|
});
|
|
1460
1460
|
|
|
1461
|
-
//
|
|
1461
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/applicability.js
|
|
1462
1462
|
var require_applicability = __commonJS({
|
|
1463
|
-
"
|
|
1463
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/applicability.js"(exports) {
|
|
1464
1464
|
"use strict";
|
|
1465
1465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1466
1466
|
exports.shouldUseRule = exports.shouldUseGroup = exports.schemaHasRulesForType = void 0;
|
|
@@ -1481,9 +1481,9 @@ var require_applicability = __commonJS({
|
|
|
1481
1481
|
}
|
|
1482
1482
|
});
|
|
1483
1483
|
|
|
1484
|
-
//
|
|
1484
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/dataType.js
|
|
1485
1485
|
var require_dataType = __commonJS({
|
|
1486
|
-
"
|
|
1486
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/dataType.js"(exports) {
|
|
1487
1487
|
"use strict";
|
|
1488
1488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1489
1489
|
exports.reportTypeError = exports.checkDataTypes = exports.checkDataType = exports.coerceAndCheckDataType = exports.getJSONTypes = exports.getSchemaTypes = exports.DataType = void 0;
|
|
@@ -1665,9 +1665,9 @@ var require_dataType = __commonJS({
|
|
|
1665
1665
|
}
|
|
1666
1666
|
});
|
|
1667
1667
|
|
|
1668
|
-
//
|
|
1668
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/defaults.js
|
|
1669
1669
|
var require_defaults = __commonJS({
|
|
1670
|
-
"
|
|
1670
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/defaults.js"(exports) {
|
|
1671
1671
|
"use strict";
|
|
1672
1672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1673
1673
|
exports.assignDefaults = void 0;
|
|
@@ -1702,9 +1702,9 @@ var require_defaults = __commonJS({
|
|
|
1702
1702
|
}
|
|
1703
1703
|
});
|
|
1704
1704
|
|
|
1705
|
-
//
|
|
1705
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/code.js
|
|
1706
1706
|
var require_code2 = __commonJS({
|
|
1707
|
-
"
|
|
1707
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/code.js"(exports) {
|
|
1708
1708
|
"use strict";
|
|
1709
1709
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1710
1710
|
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 = void 0;
|
|
@@ -1835,9 +1835,9 @@ var require_code2 = __commonJS({
|
|
|
1835
1835
|
}
|
|
1836
1836
|
});
|
|
1837
1837
|
|
|
1838
|
-
//
|
|
1838
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/keyword.js
|
|
1839
1839
|
var require_keyword = __commonJS({
|
|
1840
|
-
"
|
|
1840
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/keyword.js"(exports) {
|
|
1841
1841
|
"use strict";
|
|
1842
1842
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1843
1843
|
exports.validateKeywordUsage = exports.validSchemaType = exports.funcKeywordCode = exports.macroKeywordCode = void 0;
|
|
@@ -1953,9 +1953,9 @@ var require_keyword = __commonJS({
|
|
|
1953
1953
|
}
|
|
1954
1954
|
});
|
|
1955
1955
|
|
|
1956
|
-
//
|
|
1956
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/subschema.js
|
|
1957
1957
|
var require_subschema = __commonJS({
|
|
1958
|
-
"
|
|
1958
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/subschema.js"(exports) {
|
|
1959
1959
|
"use strict";
|
|
1960
1960
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1961
1961
|
exports.extendSubschemaMode = exports.extendSubschemaData = exports.getSubschema = void 0;
|
|
@@ -2071,9 +2071,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
2071
2071
|
}
|
|
2072
2072
|
});
|
|
2073
2073
|
|
|
2074
|
-
// node_modules/json-schema-traverse/index.js
|
|
2074
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
|
|
2075
2075
|
var require_json_schema_traverse = __commonJS({
|
|
2076
|
-
"node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2076
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2077
2077
|
"use strict";
|
|
2078
2078
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
2079
2079
|
if (typeof opts == "function") {
|
|
@@ -2093,7 +2093,10 @@ var require_json_schema_traverse = __commonJS({
|
|
|
2093
2093
|
contains: true,
|
|
2094
2094
|
additionalProperties: true,
|
|
2095
2095
|
propertyNames: true,
|
|
2096
|
-
not: true
|
|
2096
|
+
not: true,
|
|
2097
|
+
if: true,
|
|
2098
|
+
then: true,
|
|
2099
|
+
else: true
|
|
2097
2100
|
};
|
|
2098
2101
|
traverse.arrayKeywords = {
|
|
2099
2102
|
items: true,
|
|
@@ -2102,6 +2105,7 @@ var require_json_schema_traverse = __commonJS({
|
|
|
2102
2105
|
oneOf: true
|
|
2103
2106
|
};
|
|
2104
2107
|
traverse.propsKeywords = {
|
|
2108
|
+
$defs: true,
|
|
2105
2109
|
definitions: true,
|
|
2106
2110
|
properties: true,
|
|
2107
2111
|
patternProperties: true,
|
|
@@ -2155,9 +2159,9 @@ var require_json_schema_traverse = __commonJS({
|
|
|
2155
2159
|
}
|
|
2156
2160
|
});
|
|
2157
2161
|
|
|
2158
|
-
//
|
|
2162
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/resolve.js
|
|
2159
2163
|
var require_resolve = __commonJS({
|
|
2160
|
-
"
|
|
2164
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/resolve.js"(exports) {
|
|
2161
2165
|
"use strict";
|
|
2162
2166
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2163
2167
|
exports.getSchemaRefs = exports.resolveUrl = exports.normalizeId = exports._getFullPath = exports.getFullPath = exports.inlineRef = void 0;
|
|
@@ -2311,9 +2315,9 @@ var require_resolve = __commonJS({
|
|
|
2311
2315
|
}
|
|
2312
2316
|
});
|
|
2313
2317
|
|
|
2314
|
-
//
|
|
2318
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/index.js
|
|
2315
2319
|
var require_validate = __commonJS({
|
|
2316
|
-
"
|
|
2320
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/validate/index.js"(exports) {
|
|
2317
2321
|
"use strict";
|
|
2318
2322
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2319
2323
|
exports.getData = exports.KeywordCxt = exports.validateFunctionCode = void 0;
|
|
@@ -2819,9 +2823,9 @@ var require_validate = __commonJS({
|
|
|
2819
2823
|
}
|
|
2820
2824
|
});
|
|
2821
2825
|
|
|
2822
|
-
//
|
|
2826
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/validation_error.js
|
|
2823
2827
|
var require_validation_error = __commonJS({
|
|
2824
|
-
"
|
|
2828
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/validation_error.js"(exports) {
|
|
2825
2829
|
"use strict";
|
|
2826
2830
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2827
2831
|
var ValidationError = class extends Error {
|
|
@@ -2835,9 +2839,9 @@ var require_validation_error = __commonJS({
|
|
|
2835
2839
|
}
|
|
2836
2840
|
});
|
|
2837
2841
|
|
|
2838
|
-
//
|
|
2842
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/ref_error.js
|
|
2839
2843
|
var require_ref_error = __commonJS({
|
|
2840
|
-
"
|
|
2844
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/ref_error.js"(exports) {
|
|
2841
2845
|
"use strict";
|
|
2842
2846
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2843
2847
|
var resolve_1 = require_resolve();
|
|
@@ -2852,9 +2856,9 @@ var require_ref_error = __commonJS({
|
|
|
2852
2856
|
}
|
|
2853
2857
|
});
|
|
2854
2858
|
|
|
2855
|
-
//
|
|
2859
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/index.js
|
|
2856
2860
|
var require_compile = __commonJS({
|
|
2857
|
-
"
|
|
2861
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/compile/index.js"(exports) {
|
|
2858
2862
|
"use strict";
|
|
2859
2863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2860
2864
|
exports.resolveSchema = exports.getCompilingSchema = exports.resolveRef = exports.compileSchema = exports.SchemaEnv = void 0;
|
|
@@ -3076,9 +3080,9 @@ var require_compile = __commonJS({
|
|
|
3076
3080
|
}
|
|
3077
3081
|
});
|
|
3078
3082
|
|
|
3079
|
-
//
|
|
3083
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/refs/data.json
|
|
3080
3084
|
var require_data = __commonJS({
|
|
3081
|
-
"
|
|
3085
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/refs/data.json"(exports, module) {
|
|
3082
3086
|
module.exports = {
|
|
3083
3087
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
3084
3088
|
description: "Meta-schema for $data reference (JSON AnySchema extension proposal)",
|
|
@@ -3763,9 +3767,9 @@ var require_fast_uri = __commonJS({
|
|
|
3763
3767
|
}
|
|
3764
3768
|
});
|
|
3765
3769
|
|
|
3766
|
-
//
|
|
3770
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/uri.js
|
|
3767
3771
|
var require_uri = __commonJS({
|
|
3768
|
-
"
|
|
3772
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/uri.js"(exports) {
|
|
3769
3773
|
"use strict";
|
|
3770
3774
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3771
3775
|
var uri = require_fast_uri();
|
|
@@ -3774,9 +3778,9 @@ var require_uri = __commonJS({
|
|
|
3774
3778
|
}
|
|
3775
3779
|
});
|
|
3776
3780
|
|
|
3777
|
-
//
|
|
3781
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/core.js
|
|
3778
3782
|
var require_core = __commonJS({
|
|
3779
|
-
"
|
|
3783
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/core.js"(exports) {
|
|
3780
3784
|
"use strict";
|
|
3781
3785
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3782
3786
|
exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0;
|
|
@@ -4385,9 +4389,9 @@ var require_core = __commonJS({
|
|
|
4385
4389
|
}
|
|
4386
4390
|
});
|
|
4387
4391
|
|
|
4388
|
-
//
|
|
4392
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/id.js
|
|
4389
4393
|
var require_id = __commonJS({
|
|
4390
|
-
"
|
|
4394
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/id.js"(exports) {
|
|
4391
4395
|
"use strict";
|
|
4392
4396
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4393
4397
|
var def = {
|
|
@@ -4400,9 +4404,9 @@ var require_id = __commonJS({
|
|
|
4400
4404
|
}
|
|
4401
4405
|
});
|
|
4402
4406
|
|
|
4403
|
-
//
|
|
4407
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
4404
4408
|
var require_ref = __commonJS({
|
|
4405
|
-
"
|
|
4409
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/ref.js"(exports) {
|
|
4406
4410
|
"use strict";
|
|
4407
4411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4408
4412
|
exports.callRef = exports.getValidate = void 0;
|
|
@@ -4522,9 +4526,9 @@ var require_ref = __commonJS({
|
|
|
4522
4526
|
}
|
|
4523
4527
|
});
|
|
4524
4528
|
|
|
4525
|
-
//
|
|
4529
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/index.js
|
|
4526
4530
|
var require_core2 = __commonJS({
|
|
4527
|
-
"
|
|
4531
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/core/index.js"(exports) {
|
|
4528
4532
|
"use strict";
|
|
4529
4533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4530
4534
|
var id_1 = require_id();
|
|
@@ -4543,9 +4547,9 @@ var require_core2 = __commonJS({
|
|
|
4543
4547
|
}
|
|
4544
4548
|
});
|
|
4545
4549
|
|
|
4546
|
-
//
|
|
4550
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
4547
4551
|
var require_limitNumber = __commonJS({
|
|
4548
|
-
"
|
|
4552
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports) {
|
|
4549
4553
|
"use strict";
|
|
4550
4554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4551
4555
|
var codegen_1 = require_codegen();
|
|
@@ -4575,9 +4579,9 @@ var require_limitNumber = __commonJS({
|
|
|
4575
4579
|
}
|
|
4576
4580
|
});
|
|
4577
4581
|
|
|
4578
|
-
//
|
|
4582
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
4579
4583
|
var require_multipleOf = __commonJS({
|
|
4580
|
-
"
|
|
4584
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports) {
|
|
4581
4585
|
"use strict";
|
|
4582
4586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4583
4587
|
var codegen_1 = require_codegen();
|
|
@@ -4603,9 +4607,9 @@ var require_multipleOf = __commonJS({
|
|
|
4603
4607
|
}
|
|
4604
4608
|
});
|
|
4605
4609
|
|
|
4606
|
-
//
|
|
4610
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/ucs2length.js
|
|
4607
4611
|
var require_ucs2length = __commonJS({
|
|
4608
|
-
"
|
|
4612
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/ucs2length.js"(exports) {
|
|
4609
4613
|
"use strict";
|
|
4610
4614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4611
4615
|
function ucs2length(str) {
|
|
@@ -4629,9 +4633,9 @@ var require_ucs2length = __commonJS({
|
|
|
4629
4633
|
}
|
|
4630
4634
|
});
|
|
4631
4635
|
|
|
4632
|
-
//
|
|
4636
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
4633
4637
|
var require_limitLength = __commonJS({
|
|
4634
|
-
"
|
|
4638
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports) {
|
|
4635
4639
|
"use strict";
|
|
4636
4640
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4637
4641
|
var codegen_1 = require_codegen();
|
|
@@ -4661,9 +4665,9 @@ var require_limitLength = __commonJS({
|
|
|
4661
4665
|
}
|
|
4662
4666
|
});
|
|
4663
4667
|
|
|
4664
|
-
//
|
|
4668
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
4665
4669
|
var require_pattern = __commonJS({
|
|
4666
|
-
"
|
|
4670
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports) {
|
|
4667
4671
|
"use strict";
|
|
4668
4672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4669
4673
|
var code_1 = require_code2();
|
|
@@ -4689,9 +4693,9 @@ var require_pattern = __commonJS({
|
|
|
4689
4693
|
}
|
|
4690
4694
|
});
|
|
4691
4695
|
|
|
4692
|
-
//
|
|
4696
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
4693
4697
|
var require_limitProperties = __commonJS({
|
|
4694
|
-
"
|
|
4698
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports) {
|
|
4695
4699
|
"use strict";
|
|
4696
4700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4697
4701
|
var codegen_1 = require_codegen();
|
|
@@ -4718,9 +4722,9 @@ var require_limitProperties = __commonJS({
|
|
|
4718
4722
|
}
|
|
4719
4723
|
});
|
|
4720
4724
|
|
|
4721
|
-
//
|
|
4725
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
4722
4726
|
var require_required = __commonJS({
|
|
4723
|
-
"
|
|
4727
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/required.js"(exports) {
|
|
4724
4728
|
"use strict";
|
|
4725
4729
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4726
4730
|
var code_1 = require_code2();
|
|
@@ -4800,9 +4804,9 @@ var require_required = __commonJS({
|
|
|
4800
4804
|
}
|
|
4801
4805
|
});
|
|
4802
4806
|
|
|
4803
|
-
//
|
|
4807
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
4804
4808
|
var require_limitItems = __commonJS({
|
|
4805
|
-
"
|
|
4809
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports) {
|
|
4806
4810
|
"use strict";
|
|
4807
4811
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4808
4812
|
var codegen_1 = require_codegen();
|
|
@@ -4829,9 +4833,9 @@ var require_limitItems = __commonJS({
|
|
|
4829
4833
|
}
|
|
4830
4834
|
});
|
|
4831
4835
|
|
|
4832
|
-
//
|
|
4836
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/equal.js
|
|
4833
4837
|
var require_equal = __commonJS({
|
|
4834
|
-
"
|
|
4838
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/runtime/equal.js"(exports) {
|
|
4835
4839
|
"use strict";
|
|
4836
4840
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4837
4841
|
var equal = require_fast_deep_equal();
|
|
@@ -4840,9 +4844,9 @@ var require_equal = __commonJS({
|
|
|
4840
4844
|
}
|
|
4841
4845
|
});
|
|
4842
4846
|
|
|
4843
|
-
//
|
|
4847
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
4844
4848
|
var require_uniqueItems = __commonJS({
|
|
4845
|
-
"
|
|
4849
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports) {
|
|
4846
4850
|
"use strict";
|
|
4847
4851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4848
4852
|
var dataType_1 = require_dataType();
|
|
@@ -4907,9 +4911,9 @@ var require_uniqueItems = __commonJS({
|
|
|
4907
4911
|
}
|
|
4908
4912
|
});
|
|
4909
4913
|
|
|
4910
|
-
//
|
|
4914
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
4911
4915
|
var require_const = __commonJS({
|
|
4912
|
-
"
|
|
4916
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/const.js"(exports) {
|
|
4913
4917
|
"use strict";
|
|
4914
4918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4915
4919
|
var codegen_1 = require_codegen();
|
|
@@ -4936,9 +4940,9 @@ var require_const = __commonJS({
|
|
|
4936
4940
|
}
|
|
4937
4941
|
});
|
|
4938
4942
|
|
|
4939
|
-
//
|
|
4943
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
4940
4944
|
var require_enum = __commonJS({
|
|
4941
|
-
"
|
|
4945
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/enum.js"(exports) {
|
|
4942
4946
|
"use strict";
|
|
4943
4947
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4944
4948
|
var codegen_1 = require_codegen();
|
|
@@ -4985,9 +4989,9 @@ var require_enum = __commonJS({
|
|
|
4985
4989
|
}
|
|
4986
4990
|
});
|
|
4987
4991
|
|
|
4988
|
-
//
|
|
4992
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
4989
4993
|
var require_validation = __commonJS({
|
|
4990
|
-
"
|
|
4994
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/validation/index.js"(exports) {
|
|
4991
4995
|
"use strict";
|
|
4992
4996
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4993
4997
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -5023,9 +5027,9 @@ var require_validation = __commonJS({
|
|
|
5023
5027
|
}
|
|
5024
5028
|
});
|
|
5025
5029
|
|
|
5026
|
-
//
|
|
5030
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
5027
5031
|
var require_additionalItems = __commonJS({
|
|
5028
|
-
"
|
|
5032
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports) {
|
|
5029
5033
|
"use strict";
|
|
5030
5034
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5031
5035
|
exports.validateAdditionalItems = void 0;
|
|
@@ -5076,9 +5080,9 @@ var require_additionalItems = __commonJS({
|
|
|
5076
5080
|
}
|
|
5077
5081
|
});
|
|
5078
5082
|
|
|
5079
|
-
//
|
|
5083
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
5080
5084
|
var require_items = __commonJS({
|
|
5081
|
-
"
|
|
5085
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/items.js"(exports) {
|
|
5082
5086
|
"use strict";
|
|
5083
5087
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5084
5088
|
exports.validateTuple = void 0;
|
|
@@ -5133,9 +5137,9 @@ var require_items = __commonJS({
|
|
|
5133
5137
|
}
|
|
5134
5138
|
});
|
|
5135
5139
|
|
|
5136
|
-
//
|
|
5140
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
5137
5141
|
var require_prefixItems = __commonJS({
|
|
5138
|
-
"
|
|
5142
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports) {
|
|
5139
5143
|
"use strict";
|
|
5140
5144
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5141
5145
|
var items_1 = require_items();
|
|
@@ -5150,9 +5154,9 @@ var require_prefixItems = __commonJS({
|
|
|
5150
5154
|
}
|
|
5151
5155
|
});
|
|
5152
5156
|
|
|
5153
|
-
//
|
|
5157
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
5154
5158
|
var require_items2020 = __commonJS({
|
|
5155
|
-
"
|
|
5159
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports) {
|
|
5156
5160
|
"use strict";
|
|
5157
5161
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5158
5162
|
var codegen_1 = require_codegen();
|
|
@@ -5185,9 +5189,9 @@ var require_items2020 = __commonJS({
|
|
|
5185
5189
|
}
|
|
5186
5190
|
});
|
|
5187
5191
|
|
|
5188
|
-
//
|
|
5192
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
5189
5193
|
var require_contains = __commonJS({
|
|
5190
|
-
"
|
|
5194
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports) {
|
|
5191
5195
|
"use strict";
|
|
5192
5196
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5193
5197
|
var codegen_1 = require_codegen();
|
|
@@ -5279,9 +5283,9 @@ var require_contains = __commonJS({
|
|
|
5279
5283
|
}
|
|
5280
5284
|
});
|
|
5281
5285
|
|
|
5282
|
-
//
|
|
5286
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
5283
5287
|
var require_dependencies = __commonJS({
|
|
5284
|
-
"
|
|
5288
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports) {
|
|
5285
5289
|
"use strict";
|
|
5286
5290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5287
5291
|
exports.validateSchemaDeps = exports.validatePropertyDeps = exports.error = void 0;
|
|
@@ -5373,9 +5377,9 @@ var require_dependencies = __commonJS({
|
|
|
5373
5377
|
}
|
|
5374
5378
|
});
|
|
5375
5379
|
|
|
5376
|
-
//
|
|
5380
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
5377
5381
|
var require_propertyNames = __commonJS({
|
|
5378
|
-
"
|
|
5382
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports) {
|
|
5379
5383
|
"use strict";
|
|
5380
5384
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5381
5385
|
var codegen_1 = require_codegen();
|
|
@@ -5416,9 +5420,9 @@ var require_propertyNames = __commonJS({
|
|
|
5416
5420
|
}
|
|
5417
5421
|
});
|
|
5418
5422
|
|
|
5419
|
-
//
|
|
5423
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
5420
5424
|
var require_additionalProperties = __commonJS({
|
|
5421
|
-
"
|
|
5425
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports) {
|
|
5422
5426
|
"use strict";
|
|
5423
5427
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5424
5428
|
var code_1 = require_code2();
|
|
@@ -5522,9 +5526,9 @@ var require_additionalProperties = __commonJS({
|
|
|
5522
5526
|
}
|
|
5523
5527
|
});
|
|
5524
5528
|
|
|
5525
|
-
//
|
|
5529
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
5526
5530
|
var require_properties = __commonJS({
|
|
5527
|
-
"
|
|
5531
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports) {
|
|
5528
5532
|
"use strict";
|
|
5529
5533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5530
5534
|
var validate_1 = require_validate();
|
|
@@ -5580,9 +5584,9 @@ var require_properties = __commonJS({
|
|
|
5580
5584
|
}
|
|
5581
5585
|
});
|
|
5582
5586
|
|
|
5583
|
-
//
|
|
5587
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
5584
5588
|
var require_patternProperties = __commonJS({
|
|
5585
|
-
"
|
|
5589
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports) {
|
|
5586
5590
|
"use strict";
|
|
5587
5591
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5588
5592
|
var code_1 = require_code2();
|
|
@@ -5654,9 +5658,9 @@ var require_patternProperties = __commonJS({
|
|
|
5654
5658
|
}
|
|
5655
5659
|
});
|
|
5656
5660
|
|
|
5657
|
-
//
|
|
5661
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
5658
5662
|
var require_not = __commonJS({
|
|
5659
|
-
"
|
|
5663
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/not.js"(exports) {
|
|
5660
5664
|
"use strict";
|
|
5661
5665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5662
5666
|
var util_1 = require_util();
|
|
@@ -5685,9 +5689,9 @@ var require_not = __commonJS({
|
|
|
5685
5689
|
}
|
|
5686
5690
|
});
|
|
5687
5691
|
|
|
5688
|
-
//
|
|
5692
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
5689
5693
|
var require_anyOf = __commonJS({
|
|
5690
|
-
"
|
|
5694
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports) {
|
|
5691
5695
|
"use strict";
|
|
5692
5696
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5693
5697
|
var code_1 = require_code2();
|
|
@@ -5702,9 +5706,9 @@ var require_anyOf = __commonJS({
|
|
|
5702
5706
|
}
|
|
5703
5707
|
});
|
|
5704
5708
|
|
|
5705
|
-
//
|
|
5709
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
5706
5710
|
var require_oneOf = __commonJS({
|
|
5707
|
-
"
|
|
5711
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports) {
|
|
5708
5712
|
"use strict";
|
|
5709
5713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5710
5714
|
var codegen_1 = require_codegen();
|
|
@@ -5760,9 +5764,9 @@ var require_oneOf = __commonJS({
|
|
|
5760
5764
|
}
|
|
5761
5765
|
});
|
|
5762
5766
|
|
|
5763
|
-
//
|
|
5767
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
5764
5768
|
var require_allOf = __commonJS({
|
|
5765
|
-
"
|
|
5769
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports) {
|
|
5766
5770
|
"use strict";
|
|
5767
5771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5768
5772
|
var util_1 = require_util();
|
|
@@ -5787,9 +5791,9 @@ var require_allOf = __commonJS({
|
|
|
5787
5791
|
}
|
|
5788
5792
|
});
|
|
5789
5793
|
|
|
5790
|
-
//
|
|
5794
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
5791
5795
|
var require_if = __commonJS({
|
|
5792
|
-
"
|
|
5796
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/if.js"(exports) {
|
|
5793
5797
|
"use strict";
|
|
5794
5798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5795
5799
|
var codegen_1 = require_codegen();
|
|
@@ -5856,9 +5860,9 @@ var require_if = __commonJS({
|
|
|
5856
5860
|
}
|
|
5857
5861
|
});
|
|
5858
5862
|
|
|
5859
|
-
//
|
|
5863
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
5860
5864
|
var require_thenElse = __commonJS({
|
|
5861
|
-
"
|
|
5865
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports) {
|
|
5862
5866
|
"use strict";
|
|
5863
5867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5864
5868
|
var util_1 = require_util();
|
|
@@ -5874,9 +5878,9 @@ var require_thenElse = __commonJS({
|
|
|
5874
5878
|
}
|
|
5875
5879
|
});
|
|
5876
5880
|
|
|
5877
|
-
//
|
|
5881
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
5878
5882
|
var require_applicator = __commonJS({
|
|
5879
|
-
"
|
|
5883
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/applicator/index.js"(exports) {
|
|
5880
5884
|
"use strict";
|
|
5881
5885
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5882
5886
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -5922,9 +5926,9 @@ var require_applicator = __commonJS({
|
|
|
5922
5926
|
}
|
|
5923
5927
|
});
|
|
5924
5928
|
|
|
5925
|
-
//
|
|
5929
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/format/format.js
|
|
5926
5930
|
var require_format = __commonJS({
|
|
5927
|
-
"
|
|
5931
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/format/format.js"(exports) {
|
|
5928
5932
|
"use strict";
|
|
5929
5933
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5930
5934
|
var codegen_1 = require_codegen();
|
|
@@ -6012,9 +6016,9 @@ var require_format = __commonJS({
|
|
|
6012
6016
|
}
|
|
6013
6017
|
});
|
|
6014
6018
|
|
|
6015
|
-
//
|
|
6019
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/format/index.js
|
|
6016
6020
|
var require_format2 = __commonJS({
|
|
6017
|
-
"
|
|
6021
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/format/index.js"(exports) {
|
|
6018
6022
|
"use strict";
|
|
6019
6023
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6020
6024
|
var format_1 = require_format();
|
|
@@ -6023,9 +6027,9 @@ var require_format2 = __commonJS({
|
|
|
6023
6027
|
}
|
|
6024
6028
|
});
|
|
6025
6029
|
|
|
6026
|
-
//
|
|
6030
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/metadata.js
|
|
6027
6031
|
var require_metadata = __commonJS({
|
|
6028
|
-
"
|
|
6032
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/metadata.js"(exports) {
|
|
6029
6033
|
"use strict";
|
|
6030
6034
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6031
6035
|
exports.contentVocabulary = exports.metadataVocabulary = void 0;
|
|
@@ -6046,9 +6050,9 @@ var require_metadata = __commonJS({
|
|
|
6046
6050
|
}
|
|
6047
6051
|
});
|
|
6048
6052
|
|
|
6049
|
-
//
|
|
6053
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/draft7.js
|
|
6050
6054
|
var require_draft7 = __commonJS({
|
|
6051
|
-
"
|
|
6055
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/draft7.js"(exports) {
|
|
6052
6056
|
"use strict";
|
|
6053
6057
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6054
6058
|
var core_1 = require_core2();
|
|
@@ -6068,9 +6072,9 @@ var require_draft7 = __commonJS({
|
|
|
6068
6072
|
}
|
|
6069
6073
|
});
|
|
6070
6074
|
|
|
6071
|
-
//
|
|
6075
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
6072
6076
|
var require_types = __commonJS({
|
|
6073
|
-
"
|
|
6077
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports) {
|
|
6074
6078
|
"use strict";
|
|
6075
6079
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6076
6080
|
exports.DiscrError = void 0;
|
|
@@ -6082,9 +6086,9 @@ var require_types = __commonJS({
|
|
|
6082
6086
|
}
|
|
6083
6087
|
});
|
|
6084
6088
|
|
|
6085
|
-
//
|
|
6089
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
6086
6090
|
var require_discriminator = __commonJS({
|
|
6087
|
-
"
|
|
6091
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports) {
|
|
6088
6092
|
"use strict";
|
|
6089
6093
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6090
6094
|
var codegen_1 = require_codegen();
|
|
@@ -6187,9 +6191,9 @@ var require_discriminator = __commonJS({
|
|
|
6187
6191
|
}
|
|
6188
6192
|
});
|
|
6189
6193
|
|
|
6190
|
-
//
|
|
6194
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
6191
6195
|
var require_json_schema_draft_07 = __commonJS({
|
|
6192
|
-
"
|
|
6196
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports, module) {
|
|
6193
6197
|
module.exports = {
|
|
6194
6198
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
6195
6199
|
$id: "http://json-schema.org/draft-07/schema#",
|
|
@@ -6344,9 +6348,9 @@ var require_json_schema_draft_07 = __commonJS({
|
|
|
6344
6348
|
}
|
|
6345
6349
|
});
|
|
6346
6350
|
|
|
6347
|
-
//
|
|
6351
|
+
// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/ajv.js
|
|
6348
6352
|
var require_ajv = __commonJS({
|
|
6349
|
-
"
|
|
6353
|
+
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/dist/ajv.js"(exports, module) {
|
|
6350
6354
|
"use strict";
|
|
6351
6355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6352
6356
|
exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = exports.Ajv = void 0;
|
|
@@ -15454,7 +15458,7 @@ function _refine(Class2, fn, _params) {
|
|
|
15454
15458
|
return schema;
|
|
15455
15459
|
}
|
|
15456
15460
|
|
|
15457
|
-
//
|
|
15461
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
15458
15462
|
function isZ4Schema(s) {
|
|
15459
15463
|
const schema = s;
|
|
15460
15464
|
return !!schema._zod;
|
|
@@ -16212,7 +16216,7 @@ function preprocess(fn, schema) {
|
|
|
16212
16216
|
// node_modules/zod/v4/classic/external.js
|
|
16213
16217
|
config(en_default());
|
|
16214
16218
|
|
|
16215
|
-
//
|
|
16219
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
16216
16220
|
var LATEST_PROTOCOL_VERSION = "2025-11-25";
|
|
16217
16221
|
var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
|
|
16218
16222
|
var RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task";
|
|
@@ -17718,7 +17722,7 @@ var UrlElicitationRequiredError = class extends McpError {
|
|
|
17718
17722
|
}
|
|
17719
17723
|
};
|
|
17720
17724
|
|
|
17721
|
-
//
|
|
17725
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
17722
17726
|
function isTerminal(status) {
|
|
17723
17727
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
17724
17728
|
}
|
|
@@ -17729,7 +17733,7 @@ var ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use")
|
|
|
17729
17733
|
// node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
17730
17734
|
var ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
17731
17735
|
|
|
17732
|
-
//
|
|
17736
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
17733
17737
|
function getMethodLiteral(schema) {
|
|
17734
17738
|
const shape = getObjectShape(schema);
|
|
17735
17739
|
const methodSchema = shape?.method;
|
|
@@ -17750,7 +17754,7 @@ function parseWithCompat(schema, data) {
|
|
|
17750
17754
|
return result.data;
|
|
17751
17755
|
}
|
|
17752
17756
|
|
|
17753
|
-
//
|
|
17757
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
17754
17758
|
var DEFAULT_REQUEST_TIMEOUT_MSEC = 6e4;
|
|
17755
17759
|
var Protocol = class {
|
|
17756
17760
|
constructor(_options) {
|
|
@@ -18698,7 +18702,7 @@ function mergeCapabilities(base, additional) {
|
|
|
18698
18702
|
return result;
|
|
18699
18703
|
}
|
|
18700
18704
|
|
|
18701
|
-
//
|
|
18705
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
18702
18706
|
var import_ajv = __toESM(require_ajv(), 1);
|
|
18703
18707
|
var import_ajv_formats = __toESM(require_dist(), 1);
|
|
18704
18708
|
function createDefaultAjvInstance() {
|
|
@@ -18766,7 +18770,7 @@ var AjvJsonSchemaValidator = class {
|
|
|
18766
18770
|
}
|
|
18767
18771
|
};
|
|
18768
18772
|
|
|
18769
|
-
//
|
|
18773
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
18770
18774
|
var ExperimentalServerTasks = class {
|
|
18771
18775
|
constructor(_server) {
|
|
18772
18776
|
this._server = _server;
|
|
@@ -18838,7 +18842,7 @@ var ExperimentalServerTasks = class {
|
|
|
18838
18842
|
}
|
|
18839
18843
|
};
|
|
18840
18844
|
|
|
18841
|
-
//
|
|
18845
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
18842
18846
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
18843
18847
|
if (!requests) {
|
|
18844
18848
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -18873,7 +18877,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
18873
18877
|
}
|
|
18874
18878
|
}
|
|
18875
18879
|
|
|
18876
|
-
//
|
|
18880
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
18877
18881
|
var Server = class extends Protocol {
|
|
18878
18882
|
/**
|
|
18879
18883
|
* Initializes this server with the given name and version information.
|
|
@@ -19253,10 +19257,10 @@ var Server = class extends Protocol {
|
|
|
19253
19257
|
}
|
|
19254
19258
|
};
|
|
19255
19259
|
|
|
19256
|
-
//
|
|
19260
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
19257
19261
|
import process2 from "node:process";
|
|
19258
19262
|
|
|
19259
|
-
//
|
|
19263
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
19260
19264
|
var ReadBuffer = class {
|
|
19261
19265
|
append(chunk) {
|
|
19262
19266
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk;
|
|
@@ -19284,7 +19288,7 @@ function serializeMessage(message) {
|
|
|
19284
19288
|
return JSON.stringify(message) + "\n";
|
|
19285
19289
|
}
|
|
19286
19290
|
|
|
19287
|
-
//
|
|
19291
|
+
// node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
19288
19292
|
var StdioServerTransport = class {
|
|
19289
19293
|
constructor(_stdin = process2.stdin, _stdout = process2.stdout) {
|
|
19290
19294
|
this._stdin = _stdin;
|
|
@@ -19348,15 +19352,22 @@ var StdioServerTransport = class {
|
|
|
19348
19352
|
// packages/core/src/providers/mcp-bridge/mcpBridgeServer.ts
|
|
19349
19353
|
var portIdx = process.argv.indexOf("--port");
|
|
19350
19354
|
if (portIdx === -1 || !process.argv[portIdx + 1]) {
|
|
19351
|
-
process.stderr.write("Usage: mcp-bridge --port <PORT
|
|
19355
|
+
process.stderr.write("Usage: mcp-bridge --port <PORT> [--exclude <tool_name>]...\n");
|
|
19352
19356
|
process.exit(1);
|
|
19353
19357
|
}
|
|
19354
19358
|
var PORT = process.argv[portIdx + 1];
|
|
19355
19359
|
var BASE_URL = `http://127.0.0.1:${PORT}`;
|
|
19360
|
+
var excludeSet = /* @__PURE__ */ new Set();
|
|
19361
|
+
for (let i = 0; i < process.argv.length; i++) {
|
|
19362
|
+
if (process.argv[i] === "--exclude" && process.argv[i + 1]) {
|
|
19363
|
+
excludeSet.add(process.argv[++i]);
|
|
19364
|
+
}
|
|
19365
|
+
}
|
|
19356
19366
|
async function fetchTools() {
|
|
19357
19367
|
const res = await fetch(`${BASE_URL}/tools`);
|
|
19358
19368
|
if (!res.ok) throw new Error(`Failed to fetch tools: ${res.status} ${res.statusText}`);
|
|
19359
|
-
|
|
19369
|
+
const allTools = await res.json();
|
|
19370
|
+
return excludeSet.size > 0 ? allTools.filter((t) => !excludeSet.has(t.name)) : allTools;
|
|
19360
19371
|
}
|
|
19361
19372
|
async function executeTool(toolName, params) {
|
|
19362
19373
|
const res = await fetch(`${BASE_URL}/execute`, {
|