ccs-mcp-server 1.2.12 → 1.2.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-mcp-server",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "CCS Runtime Evidence MCP Server — 7-dimension runtime verification for AI agent tool calls. Ed25519 receipts, sub-ms OOP, zero deps. For Claude Desktop, Cursor, Windsurf.",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -50,5 +50,5 @@
50
50
  "displayName": "CCS Runtime Evidence",
51
51
  "description": "Verify AI agent tool calls and issue Ed25519-signed CCS evidence receipts."
52
52
  },
53
- "mcpName": "io.github.Correctover/ccs"
54
- }
53
+ "mcpName": "io.github.DSHCorrectover/ccs-mcp-server"
54
+ }
package/src/index.js CHANGED
@@ -32,7 +32,7 @@ const receipts = require("./receipts");
32
32
  // CCS Verifier Core (pure stdlib Node.js)
33
33
  // ---------------------------------------------------------------------------
34
34
 
35
- const CCS_VERSION = "1.2.12";
35
+ const CCS_VERSION = "1.2.13";
36
36
 
37
37
  const DEFAULT_POLICY = {
38
38
  mode: "block",