-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathmanifest.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"manifest_version": "0.3",
"name": "gnomad-genetics-mcp-server",
"version": "0.1.5",
"description": "Look up variant allele frequencies by ancestry, gene loss-of-function constraint, gene variant lists, and sequencing coverage over gnomAD — with ClinVar significance joined in.",
"author": {
"name": "Casey Hand",
"email": "casey@caseyjhand.com",
"url": "https://github.com/cyanheads"
},
"repository": {
"type": "git",
"url": "https://github.com/cyanheads/gnomad-genetics-mcp-server"
},
"homepage": "https://github.com/cyanheads/gnomad-genetics-mcp-server#readme",
"license": "Apache-2.0",
"server": {
"type": "node",
"entry_point": "dist/index.js",
"mcp_config": {
"command": "node",
"args": ["${__dirname}/dist/index.js"],
"env": {
"MCP_TRANSPORT_TYPE": "stdio",
"MCP_AUTH_MODE": "none",
"NODE_ENV": "production"
}
}
},
"compatibility": {
"runtimes": { "node": ">=24.0.0" }
},
"tools_generated": true,
"prompts_generated": true,
"user_config": {}
}