heor-agent-mcp 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heor-agent-mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
|
+
"mcpName": "io.github.neptun2000/heor-agent",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"author": "mnaumov",
|
|
6
7
|
"engines": {
|
|
7
8
|
"node": ">=20.0.0"
|
|
8
9
|
},
|
|
9
|
-
"description": "
|
|
10
|
+
"description": "AI-powered Health Economics and Outcomes Research (HEOR) MCP server — 14 tools across literature search (41 data sources incl. PubMed/ClinicalTrials.gov/Cochrane/NICE/CADTH/ICER), cost-effectiveness modeling (Markov/PartSA/PSA/EVPPI), budget impact analysis, abstract screening, survival curve fitting (NICE DSU TSD 14), indirect comparisons (Bucher/NMA/MAIC/STC), and HTA dossier prep (NICE/EMA/FDA/IQWiG/HAS/EU JCA) with auto-GRADE",
|
|
10
11
|
"type": "module",
|
|
11
12
|
"main": "dist/server.js",
|
|
12
13
|
"bin": {
|