mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
19 lines
567 B
JSON
19 lines
567 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"id": "desirecore-registry-manifest",
|
|
"version": "4.0.0",
|
|
"name": "DesireCore Registry",
|
|
"description": "DesireCore 官方注册表 — Docker 应用、MCP 服务、HTTP API 和第三方外部集成的统一目录",
|
|
"maintainer": "DesireCore Team",
|
|
"repository": "https://github.com/desirecore/registry",
|
|
"lastUpdated": "2026-08-30",
|
|
"stats": {
|
|
"totalEntries": 22,
|
|
"dockerApps": 8,
|
|
"mcpServices": 8,
|
|
"httpApis": 5,
|
|
"externalIntegrations": 1
|
|
},
|
|
"dataVersion": "4.0.0"
|
|
}
|