← Back to Plugins
MCP Server MCP

PEAC Protocol: Signed interaction receipts

github By github 👁 1 views ▲ 0 votes

Portable signed records for agent, API, MCP, and cross-runtime interactions.

Homepage Verified source GitHub

Install

npx -y @peac/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@peac/mcp-server",
      "version": "0.15.0",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "identifier": "@peac/mcp-server",
      "version": "0.15.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3000/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...