@node9/proxy 1.22.0 → 1.23.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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node9/proxy",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "The Sudo Command for AI Agents. Execution Security for Claude Code & MCP.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",