-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
150 lines (142 loc) · 4.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
150 lines (142 loc) · 4.26 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
site_name: Napari MCP Server
site_url: https://royerlab.github.io/napari-mcp
site_author: Ilan Theodoro
site_description: MCP server for remote control of napari viewers via Model Context Protocol. Perfect for AI-assisted microscopy analysis with Claude Desktop and other LLM applications.
repo_name: royerlab/napari-mcp
repo_url: https://github.com/royerlab/napari-mcp
edit_uri: edit/main/docs/
theme:
name: material
features:
- content.code.copy
- content.code.annotate
- content.action.edit
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- toc.follow
- announce.dismiss
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
logo: https://napari.org/assets/logo.png
favicon: https://napari.org/assets/favicon.ico
plugins:
- search
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: numpy
show_source: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_root_toc_entry: false
show_object_full_path: false
show_category_heading: true
heading_level: 2
members_order: source
docstring_section_style: table
show_if_no_docstring: false
show_signature: true
show_signature_annotations: true
separate_signature: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji
- tables
- toc:
permalink: true
permalink_title: Anchor link to this section
title: On this page
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.keys
- pymdownx.mark
- pymdownx.caret
- pymdownx.tilde
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Quick Start: getting-started/quickstart.md
- Zero Install Guide: getting-started/zero-install.md
- Traditional Installation: getting-started/installation.md
- Integrations:
- integrations/index.md
- Claude Desktop: integrations/claude-desktop.md
- Claude Code: integrations/claude-code.md
- Cursor: integrations/cursor.md
- Cline: integrations/cline.md
- Other LLMs: integrations/other-llms.md
- ChatGPT: integrations/chatgpt.md
- Advanced:
- Python Scripts: integrations/python.md
- API Reference:
- api/index.md
- Session & Viewer: api/session.md
- Layer Management: api/layer-management.md
- Viewer Controls: api/viewer-controls.md
- Utilities: api/utilities.md
- Supporting Modules: api/modules.md
- Complete Reference: api/reference.md
- User Guide:
- guides/index.md
- napari Plugin: guides/napari-plugin.md
- Troubleshooting: guides/troubleshooting.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/royerlab/napari-mcp
generator: false
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
<a href="https://github.com/royerlab/napari-mcp/issues/new/?title=[Docs]+{title}+-+{url}" target="_blank" rel="noopener">telling us what you found lacking</a>.
extra_css:
- stylesheets/extra.css
copyright: >
Copyright © 2025-2026 Ilan Theodoro