mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 07:18:07 +08:00
- 新增 mcp/index.json:MCP 服务独立目录,含 install 和 connection 字段 - 新增 services/index.json:仅 HTTP 服务 - 新增 apps/index.json:应用增加 install 字段 - 新增 models/:descriptors + categories 从 services/ 移出 - 更新 manifest.json:版本升级到 2.0.0,统计拆分 MCP/HTTP - 更新 SCHEMA_VERSION:1.0.0 → 2.0.0 - 旧文件保留用于向后兼容 新增 7 个 MCP 服务条目(含真实包名和安装命令): - Filesystem MCP (@modelcontextprotocol/server-filesystem) - GitHub MCP (@modelcontextprotocol/server-github) - Playwright MCP (@playwright/mcp) - Dify MCP Bridge - Database MCP (@modelcontextprotocol/server-postgres) - Memory MCP (@modelcontextprotocol/server-memory) - Fetch MCP (mcp-server-fetch, uvx)
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"id": "desirecore-registry-manifest",
|
|
"version": "2.0.0",
|
|
"name": "DesireCore Registry",
|
|
"description": "DesireCore 官方应用商店与服务注册表",
|
|
"maintainer": "DesireCore Team",
|
|
"repository": "https://github.com/desirecore/registry",
|
|
"lastUpdated": "2026-02-24",
|
|
"stats": {
|
|
"apps": 8,
|
|
"mcpServices": 7,
|
|
"httpServices": 5,
|
|
"descriptors": 18,
|
|
"serviceCategories": 6,
|
|
"appCategories": 5
|
|
},
|
|
"dataVersion": {
|
|
"apps": "2.0.0",
|
|
"mcp": "2.0.0",
|
|
"services": "2.0.0",
|
|
"descriptors": "1.1.0",
|
|
"categories": "1.1.0"
|
|
}
|
|
}
|