mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 16:03:36 +08:00
- entries/electron-mcp/manifest.json:4 工具、stdio 连接,截图密钥走 {{secrets.*}} 占位
- install.md:端口硬编码扫描范围、CDP 无鉴权风险、密钥强制校验
- usage.md:与 playwright/chrome-devtools MCP 的选型分工,以及 9 条实测限制与规避
- manifest.json:stats 20→21、mcpServices 7→8
18 lines
506 B
JSON
18 lines
506 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"id": "desirecore-registry-manifest",
|
|
"version": "3.0.0",
|
|
"name": "DesireCore Registry",
|
|
"description": "DesireCore 官方注册表 — 应用、MCP 服务和 HTTP API 的统一仓库",
|
|
"maintainer": "DesireCore Team",
|
|
"repository": "https://github.com/desirecore/registry",
|
|
"lastUpdated": "2026-07-29",
|
|
"stats": {
|
|
"totalEntries": 21,
|
|
"dockerApps": 8,
|
|
"mcpServices": 8,
|
|
"httpApis": 5
|
|
},
|
|
"dataVersion": "3.0.0"
|
|
}
|