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": "fs-mcp"
|
|
},
|
|
"presentation": {
|
|
"defaultLocale": "zh-CN",
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"name": "Filesystem MCP",
|
|
"summary": "本地文件系统操作,支持读写、搜索、监控文件变化"
|
|
},
|
|
"en-US": {
|
|
"name": "Filesystem MCP",
|
|
"summary": "Local filesystem operations with file reading, writing, search, and change monitoring"
|
|
}
|
|
},
|
|
"tags": [
|
|
"文件系统",
|
|
"本地"
|
|
]
|
|
},
|
|
"release": {
|
|
"state": "known",
|
|
"version": "2026.1.14",
|
|
"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-filesystem"
|
|
}
|
|
},
|
|
"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": [
|
|
"file_read",
|
|
"file_write",
|
|
"file_search",
|
|
"file_watch"
|
|
],
|
|
"toolCount": 13
|
|
}
|
|
}
|