-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 741 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bio-research-forge",
"version": "0.1.0",
"description": "Vendor-neutral life-science Agent Plugin with portable skills, public bio APIs, local RNA figures, safe molecular tools, and independent review.",
"author": {
"name": "Bio Research Forge contributors",
"url": "https://github.com/Presisitence/bio-research-forge"
},
"homepage": "https://github.com/Presisitence/bio-research-forge",
"repository": "https://github.com/Presisitence/bio-research-forge.git",
"license": "AGPL-3.0-or-later",
"keywords": [
"agent-plugin",
"mcp",
"life-science",
"bioinformatics",
"scientific-writing",
"peer-review"
]
}