forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 682 Bytes
/
Copy pathmanifest.json
File metadata and controls
27 lines (27 loc) · 682 Bytes
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
{
"manifest_version": "0.3",
"name": "rappi-pp-mcp",
"display_name": "Rappi",
"version": "4.2.1",
"description": "Read-only Rappi Mexico catalog: restaurants by city/category, supermarkets and pharmacies by type, store details, plus offline SQLite search across the full crawled catalog.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/rappi-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/rappi-pp-mcp",
"args": []
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}