-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 866 Bytes
/
Copy pathserver.json
File metadata and controls
26 lines (26 loc) · 866 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Whatsonyourmind/modelforge",
"description": "Financial model factory — live formulas, source-traced cells, 19 templates (17 shipped + 2 preview).",
"repository": {
"url": "https://github.com/Whatsonyourmind/modelforge",
"source": "github",
"subfolder": "modelforge"
},
"version": "0.11.4",
"packages": [
{
"registryType": "pypi",
"identifier": "modelforge-finance",
"version": "0.11.4",
"transport": { "type": "stdio" },
"environmentVariables": [
{
"description": "Anthropic API key — required only for data-room ingestion (PDF→YAML). Optional for build/qc/lineage tools.",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
}