-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 1.09 KB
/
Copy pathmanifest.json
File metadata and controls
46 lines (46 loc) · 1.09 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"manifest_version": "0.2",
"name": "adsb-mcp-server",
"version": "0.6.4",
"description": "MCP Server for ADS-B feeder data - Exposes aircraft tracking data and statistics",
"author": {
"name": "ADS-B MCP Server contributors"
},
"server": {
"type": "node",
"entry_point": "dist/src/readsb_mcp_server.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/dist/src/readsb_mcp_server.js",
"--base-url",
"${user_config.adsb_feeder_url}"
],
"env": {}
}
},
"user_config": {
"adsb_feeder_url": {
"type": "string",
"title": "ADS-B Feeder URL",
"description": "The URL of the ADS-B feeder, including the port, e.g. http://adsb-feeder.local:8080",
"required": true
}
},
"license": "GPL-3.0-only",
"homepage": "https://github.com/dirkhh/adsb-mcp-server",
"repository": {
"type": "git",
"url": "https://github.com/dirkhh/adsb-mcp-server.git"
},
"keywords": [
"adsb",
"mcp",
"readsb",
"ultrafeeder",
"aircraft",
"tracking",
"typescript",
"nodejs"
]
}