-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) 路 743 Bytes
/
Copy pathplugin.json
File metadata and controls
26 lines (26 loc) 路 743 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://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bionexus",
"version": "0.8.0",
"description": "Agent skill pack that routes biomedical analyses to community tools (scanpy, squidpy, scvi-tools, nf-core, allotropy) or named local heuristics, with explicit evidence grades and refusal when a gold-standard backend is missing.",
"author": {
"name": "BioNexus Team"
},
"license": "Apache-2.0",
"keywords": [
"bionexus",
"bioinformatics",
"single-cell",
"scanpy",
"scvi-tools",
"nextflow",
"nf-core",
"allotrope",
"mcp",
"variant-interpretation",
"spatial-transcriptomics",
"squidpy"
],
"skills": "./skills/",
"mcpServers": "./mcp.json"
}