-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathmkdocs.yml
More file actions
135 lines (129 loc) · 4.2 KB
/
mkdocs.yml
File metadata and controls
135 lines (129 loc) · 4.2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: BioMCP
repo_url: https://github.com/genomoncology/biomcp
site_url: https://biomcp.org/
site_description: Single-binary CLI and MCP server for querying biomedical databases
site_author: Ian Maurer
edit_uri: edit/main/docs/
repo_name: genomoncology/biomcp
copyright: Maintained by <a href="https://genomoncology.com">GenomOncology</a>.
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- First Query: getting-started/first-query.md
- Claude Desktop: getting-started/claude-desktop.md
- API Keys: getting-started/api-keys.md
- Skills: getting-started/skills.md
- Concepts:
- What is BioMCP?: concepts/what-is-biomcp.md
- Progressive Disclosure: concepts/progressive-disclosure.md
- User Guide:
- CLI Reference: user-guide/cli-reference.md
- Gene: user-guide/gene.md
- Variant: user-guide/variant.md
- Article: user-guide/article.md
- Trial: user-guide/trial.md
- Drug: user-guide/drug.md
- Disease: user-guide/disease.md
- Pathway: user-guide/pathway.md
- Protein: user-guide/protein.md
- Adverse Event: user-guide/adverse-event.md
- PGx: user-guide/pgx.md
- GWAS: user-guide/gwas.md
- Phenotype: user-guide/phenotype.md
- How-To:
- Annotate Variants: how-to/annotate-variants.md
- Find Articles: how-to/find-articles.md
- Find Trials: how-to/find-trials.md
- Predict Effects: how-to/predict-effects.md
- Reproduce Papers: how-to/reproduce-papers.md
- Skill Validation: how-to/skill-validation.md
- Reference:
- Quick Reference: reference/quick-reference.md
- Data Sources: reference/data-sources.md
- MCP Server: reference/mcp-server.md
- Error Codes: reference/error-codes.md
- Benchmarks: reference/benchmarks.md
- FAQ: reference/faq.md
- Source Versioning: reference/source-versioning.md
- Article Keyword Search: reference/article-keyword-search.md
- CIViC Sections: reference/civic-sections.md
- Drug Approvals & AE Summary: reference/drug-approvals-and-ae-summary.md
- Blog:
- "We Deleted 35 Tools and Our Agent Got Better": blog/we-deleted-35-tools.md
- Policies: policies.md
- Troubleshooting: troubleshooting.md
plugins:
- search:
lang: en
separator: '[\s\-\.]+'
theme:
name: material
favicon: assets/favicon.ico
logo: assets/icon.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.instant
- navigation.tracking
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/genomoncology/biomcp
meta:
- property: og:type
content: website
- property: og:title
content: BioMCP - Biomedical CLI and MCP Server
- property: og:description
content: Single-binary CLI and MCP server for querying 15 biomedical databases
- property: og:image
content: https://biomcp.org/assets/icon.png
- property: og:url
content: https://biomcp.org/
- name: twitter:card
content: summary
- name: twitter:title
content: BioMCP - Biomedical CLI and MCP Server
- name: twitter:description
content: Single-binary CLI and MCP server for querying 15 biomedical databases
- name: keywords
content: biomedical, MCP, CLI, genomics, clinical trials, bioinformatics, Rust
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables