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
39 lines (39 loc) · 1.02 KB
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"manifest_version": "0.3",
"name": "shipsgo-pp-mcp",
"display_name": "ShipsGo",
"version": "4.20.1",
"description": "Every ShipsGo endpoint, plus an RFQ workspace, lane analytics, and an offline shipment book no other tool offers.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/shipsgo-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/shipsgo-pp-mcp",
"args": [],
"env": {
"SHIPSGO_USER_TOKEN": "${user_config.shipsgo_user_token}"
}
}
},
"user_config": {
"shipsgo_user_token": {
"type": "string",
"title": "SHIPSGO_USER_TOKEN",
"description": "Sets SHIPSGO_USER_TOKEN for the ShipsGo MCP server. Get a credential from https://shipsgo.com/dashboard/air/integrations/api-tokens.",
"sensitive": true,
"required": true
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}