@node9/proxy 1.22.0 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +948 -810
- package/dist/cli.mjs +917 -780
- package/dist/dashboard.mjs +8 -0
- package/package.json +1 -1
package/dist/dashboard.mjs
CHANGED
|
@@ -3333,6 +3333,13 @@ var init_scan_summary = __esm({
|
|
|
3333
3333
|
}
|
|
3334
3334
|
});
|
|
3335
3335
|
|
|
3336
|
+
// src/mcp-pin.ts
|
|
3337
|
+
var init_mcp_pin = __esm({
|
|
3338
|
+
"src/mcp-pin.ts"() {
|
|
3339
|
+
"use strict";
|
|
3340
|
+
}
|
|
3341
|
+
});
|
|
3342
|
+
|
|
3336
3343
|
// src/setup.ts
|
|
3337
3344
|
import chalk2 from "chalk";
|
|
3338
3345
|
import { confirm } from "@inquirer/prompts";
|
|
@@ -3340,6 +3347,7 @@ import { parse as parseToml, stringify as stringifyToml } from "smol-toml";
|
|
|
3340
3347
|
var init_setup = __esm({
|
|
3341
3348
|
"src/setup.ts"() {
|
|
3342
3349
|
"use strict";
|
|
3350
|
+
init_mcp_pin();
|
|
3343
3351
|
}
|
|
3344
3352
|
});
|
|
3345
3353
|
|