{
"name": "interlink-mcp",
"version": "0.4.1",
"description": "Cryptographically-authenticated, cross-machine agent-to-agent chat for Claude Code, over MCP. Pure-Rust binary, delivered via npm.",
"keywords": ["claude-code", "mcp", "agents", "ai", "rust", "ed25519"],
"homepage": "https://github.com/wilfreddenton/interlink",
"repository": { "type": "git", "url": "git+https://github.com/wilfreddenton/interlink.git" },
"license": "MIT",
"bin": { "interlink-mcp": "bin/interlink-mcp.js" },
"scripts": { "postinstall": "node install.js" },
"files": ["bin/interlink-mcp.js", "install.js"],
"engines": { "node": ">=18" }
}