-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1008 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1008 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
40
41
42
43
{
"name": "encode-toolkit",
"version": "0.3.0",
"mcpName": "io.github.ammawla/encode-toolkit",
"description": "ENCODE Toolkit — Genomics research infrastructure with 20 MCP tools, 47 skills, 14 database integrations, and 7 pipelines for Claude Code",
"main": "index.js",
"bin": {
"encode-toolkit": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"encode",
"genomics",
"bioinformatics",
"mcp",
"claude",
"epigenomics",
"chip-seq",
"atac-seq",
"rna-seq",
"model-context-protocol"
],
"author": "Dr. Alex M. Mawla, PhD <ammawla@ucdavis.edu>",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/ammawla/encode-toolkit"
},
"homepage": "https://github.com/ammawla/encode-toolkit",
"bugs": {
"url": "https://github.com/ammawla/encode-toolkit/issues"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}