mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 16:54:16 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
86
entries/github-mcp/catalog-metadata.v1.json
Normal file
86
entries/github-mcp/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "service",
|
||||
"id": "github-mcp"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "zh-CN",
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "GitHub MCP",
|
||||
"summary": "代码仓库操作,支持 PR、Issue、代码搜索和仓库管理"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "GitHub MCP",
|
||||
"summary": "Repository operations for pull requests, issues, code search, and repository management"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"代码",
|
||||
"Git",
|
||||
"PR"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "known",
|
||||
"version": "0.32.0",
|
||||
"versionScheme": "semver"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-03-09",
|
||||
"precision": "day"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"content": {
|
||||
"kind": "container",
|
||||
"url": "https://ghcr.io/github/github-mcp-server"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "verify-package-terms",
|
||||
"upstreamMaintainer": {
|
||||
"name": "GitHub",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "known",
|
||||
"values": [
|
||||
"macos",
|
||||
"windows",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "service",
|
||||
"protocol": "mcp",
|
||||
"authType": "bearer",
|
||||
"capabilities": [
|
||||
"repo_read",
|
||||
"pr_manage",
|
||||
"issue_manage",
|
||||
"code_search"
|
||||
],
|
||||
"toolCount": 51
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user