ccs-mcp-server 1.2.9 → 1.2.10

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -128,7 +128,7 @@ Receipts are Ed25519-signed and JSON-based: verify them offline with the built-i
128
128
  ## Links
129
129
 
130
130
  - npm: https://www.npmjs.com/package/ccs-mcp-server
131
- - GitHub: https://github.com/Correctover/ccs-mcp-server
131
+ - GitHub: https://github.com/DSHCorrectover/ccs-mcp-server
132
132
  - IETF Draft: https://datatracker.ietf.org/doc/draft-correctover-ccs/
133
133
  - PyPI (full verifier): https://pypi.org/project/ccs-verifier/
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-mcp-server",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
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": {
@@ -32,11 +32,11 @@
32
32
  "license": "Elastic-2.0",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/Correctover/ccs-mcp-server.git"
35
+ "url": "git+https://github.com/DSHCorrectover/ccs-mcp-server.git"
36
36
  },
37
- "homepage": "https://github.com/Correctover/ccs-mcp-server#readme",
37
+ "homepage": "https://github.com/DSHCorrectover/ccs-mcp-server#readme",
38
38
  "bugs": {
39
- "url": "https://github.com/Correctover/ccs-mcp-server/issues"
39
+ "url": "https://github.com/DSHCorrectover/ccs-mcp-server/issues"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18"
@@ -51,4 +51,4 @@
51
51
  "description": "Verify AI agent tool calls and issue Ed25519-signed CCS evidence receipts."
52
52
  },
53
53
  "mcpName": "io.github.Correctover/ccs"
54
- }
54
+ }