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
45 lines (45 loc) · 1.17 KB
/
Copy pathmanifest.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"manifest_version": "0.3",
"name": "skool-pp-mcp",
"display_name": "Skool",
"version": "4.0.6",
"description": "Every Skool community feature, plus a local SQLite mirror, FTS, and cross-community ops no other Skool tool ships.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/skool-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/skool-pp-mcp",
"args": [],
"env": {
"SKOOL_BUILD_ID": "${user_config.skool_build_id}",
"SKOOL_COMMUNITY": "${user_config.skool_community}"
}
}
},
"user_config": {
"skool_build_id": {
"type": "string",
"title": "SKOOL_BUILD_ID",
"description": "Sets SKOOL_BUILD_ID for the endpoint template variable {buildId}.",
"required": true
},
"skool_community": {
"type": "string",
"title": "SKOOL_COMMUNITY",
"description": "Sets SKOOL_COMMUNITY for the endpoint template variable {community}.",
"required": true
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}