ccs-mcp-server 1.2.2 → 1.2.3
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/package.json +8 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-mcp-server",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "CCS Runtime Evidence MCP Server
|
|
3
|
+
"version": "1.2.3",
|
|
4
|
+
"description": "CCS Runtime Evidence MCP Server \u2014 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": {
|
|
7
7
|
"ccs-mcp-server": "src/index.js"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"security",
|
|
30
30
|
"developer-tools"
|
|
31
31
|
],
|
|
32
|
-
"license": "
|
|
32
|
+
"license": "Elastic-2.0",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/
|
|
35
|
+
"url": "git+https://github.com/DSHCorrectover/ccs-mcp-server.git"
|
|
36
36
|
},
|
|
37
|
-
"homepage": "https://
|
|
37
|
+
"homepage": "https://github.com/DSHCorrectover/ccs-mcp-server#readme",
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=18"
|
|
40
40
|
},
|
|
@@ -46,5 +46,8 @@
|
|
|
46
46
|
"name": "ccs-runtime-evidence",
|
|
47
47
|
"displayName": "CCS Runtime Evidence",
|
|
48
48
|
"description": "Verify AI agent tool calls and issue Ed25519-signed CCS evidence receipts. Blocks command injection, path traversal, SSRF, SQL injection; validates caller identity, schema, cost/latency budgets; produces cryptographically signed and independently verifiable evidence."
|
|
49
|
+
},
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "https://github.com/DSHCorrectover/ccs-mcp-server/issues"
|
|
49
52
|
}
|
|
50
53
|
}
|