diff --git a/mcp-server/package.json b/mcp-server/package.json index 0cb71e11..31a7f91a 100644 --- a/mcp-server/package.json +++ b/mcp-server/package.json @@ -1,7 +1,7 @@ { "name": "fleet-memory-mcp", "version": "0.1.0", - "mcpName": "io.github.holetron-lab/fleet-memory", + "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": { diff --git a/server.json b/server.json index 5458fa7c..8be14b01 100644 --- a/server.json +++ b/server.json @@ -1,13 +1,14 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", - "name": "io.github.holetron-lab/fleet-memory", + "name": "ai.rcll/fleet-memory", "title": "RCLL", - "description": "RCLL — team memory for agent fleets. Built on Hindsight (github.com/vectorize-io/hindsight, MIT). Self-hosted shared memory over MCP: rooms, hierarchical L0–L3 depth, pgvector.", + "description": "Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path.", "version": "0.1.0", "websiteUrl": "https://rcll.ai", "repository": { "url": "https://github.com/holetron-lab/fleet-memory", - "source": "github" + "source": "github", + "id": "1344503808" }, "packages": [ {