{
  "name": "mcp-secure",
  "version": "2.0.1",
  "description": "MCPS -- MCP Secure. Drop-in secure replacement for the MCP SDK. ECDSA message signing, body integrity, replay protection, tool integrity, and audit trail.",
  "main": "index.js",
  "files": [
    "index.js",
    "server.js",
    "LICENSE",
    "LICENSING.md",
    "README.md",
    "GUIDE.md",
    "SPEC.md",
    "CONTRIBUTING.md"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "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": "BUSL-1.1",
  "homepage": "https://agentsign.dev/mcps",
  "repository": {
    "type": "git",
    "url": "https://github.com/cybersecai-uk/mcps"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {},
  "devDependencies": {}
}
