-
Notifications
You must be signed in to change notification settings - Fork 605
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 939 Bytes
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 939 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
39
{
"manifest_version": "0.3",
"name": "openfda-pp-mcp",
"display_name": "OpenFDA",
"version": "4.2.0",
"description": "OpenFDA API surface as MCP tools.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/openfda-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/openfda-pp-mcp",
"args": [],
"env": {
"FDA_API_KEY": "${user_config.fda_api_key}"
}
}
},
"user_config": {
"fda_api_key": {
"type": "string",
"title": "FDA_API_KEY",
"description": "Optional. Without key: 40 req/min, 1K/day. With key: 240 req/min, 120K/day. Get a free key at https://open.fda.gov/apis/authentication/",
"sensitive": true,
"required": true
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}