MCP Server
MCP
PEAC Protocol: Signed interaction receipts
Portable signed records for agent, API, MCP, and cross-runtime interactions.
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
By
Comments
Sign in to leave a comment