-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathversion.json
More file actions
20 lines (20 loc) · 896 Bytes
/
Copy pathversion.json
File metadata and controls
20 lines (20 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"repo": "hyperzlib/DG-Lab-Coyote-Game-Hub",
"version": "2.0.0",
"description": "1. 将API重写为OpenAPI规范的MCP API\n2. 支持Model Control Protocol (MCP) API,现在可以使用支持MCP的AI客户端连接",
"releaseFile": {
"windows": "coyote-game-hub-windows-amd64-dist.zip",
"linux": "coyote-game-hub-nodejs-server.zip",
"mac": "coyote-game-hub-nodejs-server.zip"
},
"apiMirrors": [
{
"version": "https://raw.githubusercontent.com/{repo}/master/version.json",
"release": "https://github.com/{repo}/releases/download/v{version}/{file}"
},
{
"version": "https://mirror.ghproxy.com/https://raw.githubusercontent.com/{repo}/master/version.json",
"release": "https://mirror.ghproxy.com/https://github.com/{repo}/releases/download/v{version}/{file}"
}
]
}