-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 981 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mcp-secure",
"version": "1.1.0",
"description": "MCPS -- MCP Secure. Cryptographic identity, message signing, and trust verification for the Model Context Protocol.",
"main": "index.js",
"files": ["index.js", "LICENSE", "README.md", "GUIDE.md", "SPEC.md", "CONTRIBUTING.md"],
"scripts": {
"test": "node test.js"
},
"keywords": [
"mcp", "mcps", "mcp-secure", "model-context-protocol",
"agent-security", "agent-identity", "passport",
"message-signing", "ecdsa", "trust", "revocation",
"owasp", "agentsign", "secure-mcp",
"hsm", "kms", "pkcs11", "hardware-security-module",
"model-signing", "model-integrity", "supply-chain", "safetensors", "gguf"
],
"author": "CyberSecAI Ltd",
"license": "MIT",
"homepage": "https://agentsign.dev/mcps",
"repository": {
"type": "git",
"url": "https://github.com/razashariff/mcps"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {},
"devDependencies": {}
}