protect-mcp 0.4.3 → 0.4.5

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/index.mjs CHANGED
@@ -3,6 +3,9 @@ import {
3
3
  parseLogFile,
4
4
  simulate
5
5
  } from "./chunk-VIA2B65K.mjs";
6
+ import {
7
+ createSandboxServer
8
+ } from "./chunk-SU2FZH7U.mjs";
6
9
  import {
7
10
  collectSignedReceipts,
8
11
  createAuditBundle
@@ -31,6 +34,7 @@ import {
31
34
  formatReportMarkdown,
32
35
  generateReport
33
36
  } from "./chunk-JQDVKZBN.mjs";
37
+ import "./chunk-PQJP2ZCI.mjs";
34
38
 
35
39
  // src/manifest.ts
36
40
  function isAgentId(s) {
@@ -1433,6 +1437,7 @@ export {
1433
1437
  createLogAnchorField,
1434
1438
  createReceiptChannel,
1435
1439
  createSandbox,
1440
+ createSandboxServer,
1436
1441
  destroySandbox,
1437
1442
  ed25519ToDIDKey,
1438
1443
  evaluateTier,
@@ -2,6 +2,7 @@ import {
2
2
  formatReportMarkdown,
3
3
  generateReport
4
4
  } from "./chunk-JQDVKZBN.mjs";
5
+ import "./chunk-PQJP2ZCI.mjs";
5
6
  export {
6
7
  formatReportMarkdown,
7
8
  generateReport
@@ -36,6 +36,7 @@ import {
36
36
  wrapConstructorWithOpts,
37
37
  wrapXOFConstructorWithOpts
38
38
  } from "./chunk-D733KAPG.mjs";
39
+ import "./chunk-PQJP2ZCI.mjs";
39
40
  export {
40
41
  Hash,
41
42
  abytes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protect-mcp",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "mcpName": "io.github.tomjwxf/protect-mcp",
5
5
  "description": "Security gateway for MCP servers. Shadow-mode logs, per-tool policies, optional local Ed25519-signed receipts. Programmatic hooks for trust tiers, credential config, and external policy engines.",
6
6
  "main": "dist/index.js",
@@ -63,6 +63,7 @@
63
63
  },
64
64
  "optionalDependencies": {
65
65
  "@cedar-policy/cedar-wasm": "^4.9.1",
66
+ "@modelcontextprotocol/sdk": "^1.29.0",
66
67
  "@noble/curves": "^1.8.0",
67
68
  "@noble/hashes": "^1.7.0"
68
69
  },