feat: 建立统一目录元数据与获取契约 (#5)

* feat: 建立 Registry 目录元数据验证基础

* feat: 迁移 Registry 应用目录元数据

* test: 解耦目录迁移进度断言

* feat: 迁移 Registry 服务目录元数据

* fix(catalog): 强制 Registry 目录元数据

* fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
2026-08-31 04:03:38 -04:00
committed by GitHub
parent 67aeb72b20
commit 223be1f04b
31 changed files with 3169 additions and 10 deletions

View File

@@ -0,0 +1,85 @@
{
"$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
}
}