npm publish --provenance failed with E422: the registry compares package.json repository.url against the OIDC provenance claim BYTE-FOR-BYTE. "holetron-lab" vs GitHub-canonical "Holetron-lab" is a hard reject, not cosmetics. Do not lowercase these again. Also drops the "./" from bin — npm rewrites it on publish anyway and prints a warning that reads like the bin was dropped.
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "fleet-memory-mcp",
|
|
"version": "0.1.0",
|
|
"mcpName": "ai.rcll/fleet-memory",
|
|
"description": "RCLL — self-hosted, hierarchical shared memory for a team of AI agents over MCP (rooms, L0-L3 depth, pgvector). Fork of vectorize-io/hindsight.",
|
|
"homepage": "https://rcll.ai",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Holetron-lab/fleet-memory.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Holetron-lab/fleet-memory/issues"
|
|
},
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"bin": {
|
|
"fleet-memory-mcp": "server.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"memory",
|
|
"rcll",
|
|
"fleet-memory",
|
|
"hindsight",
|
|
"ai-agents",
|
|
"multi-agent",
|
|
"pgvector",
|
|
"long-term-memory",
|
|
"self-hosted",
|
|
"model-context-protocol"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"server.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|