mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
86 lines
1.7 KiB
JSON
86 lines
1.7 KiB
JSON
{
|
|
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
|
"schemaVersion": 1,
|
|
"identity": {
|
|
"kind": "service",
|
|
"id": "memory-mcp"
|
|
},
|
|
"presentation": {
|
|
"defaultLocale": "zh-CN",
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"name": "Memory MCP",
|
|
"summary": "基于知识图谱的持久化记忆服务,支持实体和关系的存取"
|
|
},
|
|
"en-US": {
|
|
"name": "Memory MCP",
|
|
"summary": "Persistent memory service built on a knowledge graph, with entity and relationship storage"
|
|
}
|
|
},
|
|
"tags": [
|
|
"记忆",
|
|
"知识图谱",
|
|
"持久化"
|
|
]
|
|
},
|
|
"release": {
|
|
"state": "known",
|
|
"version": "2026.1.26",
|
|
"versionScheme": "calver"
|
|
},
|
|
"timestamps": {
|
|
"catalogUpdatedAt": {
|
|
"state": "known",
|
|
"value": "2026-03-09",
|
|
"precision": "day"
|
|
},
|
|
"releasePublishedAt": {
|
|
"state": "unknown"
|
|
},
|
|
"reviewedAt": {
|
|
"state": "unknown"
|
|
},
|
|
"upstreamObservedAt": {
|
|
"state": "unknown"
|
|
}
|
|
},
|
|
"provenance": {
|
|
"content": {
|
|
"kind": "package",
|
|
"url": "https://www.npmjs.com/package/@modelcontextprotocol/server-memory"
|
|
}
|
|
},
|
|
"governance": {
|
|
"availability": "listing-only",
|
|
"license": {
|
|
"state": "unknown"
|
|
},
|
|
"redistribution": "verify-package-terms",
|
|
"upstreamMaintainer": {
|
|
"name": "Anthropic",
|
|
"verified": false
|
|
}
|
|
},
|
|
"compatibility": {
|
|
"platforms": {
|
|
"state": "known",
|
|
"values": [
|
|
"macos",
|
|
"windows",
|
|
"linux"
|
|
]
|
|
}
|
|
},
|
|
"spec": {
|
|
"kind": "service",
|
|
"protocol": "mcp",
|
|
"authType": "unknown",
|
|
"capabilities": [
|
|
"entity_store",
|
|
"relation_store",
|
|
"graph_query"
|
|
],
|
|
"toolCount": 9
|
|
}
|
|
}
|