kcp-harness 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -2
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ governance for any agent. It intercepts tool calls, classifies them
36
36
  as knowledge-navigation or pass-through, and routes governed calls
37
37
  through the kcp-agent planner before execution.
38
38
  `;
39
- const VERSION = "0.4.0";
39
+ const VERSION = "0.4.1";
40
40
  const TEMPLATE = `# kcp-harness configuration
41
41
  version: "1.0"
42
42
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "kcp-harness",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
+ "mcpName": "no.cantara/kcp-harness",
4
5
  "description": "KCP Compliance Harness — MCP proxy that enforces deterministic knowledge governance for any agent",
5
6
  "type": "module",
6
7
  "bin": {
@@ -24,7 +25,7 @@
24
25
  },
25
26
  "dependencies": {
26
27
  "js-yaml": "^4.1.0",
27
- "kcp-agent": "^0.11.0"
28
+ "kcp-agent": "^0.13.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@types/js-yaml": "^4.0.9",