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
38 lines (38 loc) · 951 Bytes
/
Copy pathmanifest.json
File metadata and controls
38 lines (38 loc) · 951 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
28
29
30
31
32
33
34
35
36
37
38
{
"manifest_version": "0.3",
"name": "pop-pp-mcp",
"display_name": "POP",
"version": "4.9.0",
"description": "European electronic invoicing API for compliant XML, PEPPOL, PDF, validation, status tracking, and archival workflows.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/pop-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/pop-pp-mcp",
"args": [],
"env": {
"POP_API_KEY": "${user_config.pop_api_key}"
}
}
},
"user_config": {
"pop_api_key": {
"type": "string",
"title": "POP_API_KEY",
"description": "Optional. Sets POP_API_KEY for the POP MCP server. Get a credential from https://popapi.io/en/prices/.",
"sensitive": true
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}