-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 1 KB
/
server.json
File metadata and controls
33 lines (33 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aahl/mcp-vods",
"title": "MCP Server for Binge-watch",
"description": "MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放",
"repository": {
"url": "https://github.com/aahl/mcp-vods",
"source": "github"
},
"version": "0.1.9",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-vods",
"version": "0.1.9",
"transport": {"type": "stdio"}
},
{
"registryType": "oci",
"identifier": "ghcr.io/aahl/mcp-vods:latest",
"transport": {"type": "stdio"},
"environmentVariables": [
{
"name": "TRANSPORT",
"default": "stdio",
"description": "Transport protocol to use",
"format": "string",
"isSecret": false
}
]
}
]
}