forked from andrewbartels1/SolidworksMCP-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
215 lines (204 loc) · 6.56 KB
/
Copy pathmkdocs.yml
File metadata and controls
215 lines (204 loc) · 6.56 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
site_name: SolidWorks MCP Server
site_url: https://andrewbartels1.github.io/SolidworksMCP-python
site_description: Python MCP server for SolidWorks automation with 109 tools
strict: false
# Repository
repo_name: SolidworksMCP-python
repo_url: https://github.com/andrewbartels1/SolidworksMCP-python
edit_uri: edit/main/docs/
# Validation
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
# Navigation
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Tutorial Tracks: getting-started/tutorial-tracks.md
- SolidWorks as Code: getting-started/solidworks-as-code.md
- U-Joint Assembly Build (From Scratch): getting-started/tutorials/u-joint-assembly-build.md
- U-Joint Rebuild Prompts (Reference): getting-started/tutorial-parts/u_joint_rebuild_prompt.md
- VS Code MCP Setup: getting-started/vscode-mcp-setup.md
- Claude Code MCP Setup: getting-started/claude-code-setup.md
- Local LLM (Ollama / Gemma): getting-started/local-llm.md
- MCP Server Guide:
- Architecture: user-guide/architecture.md
- Tools Overview: user-guide/tools-overview.md
- Platform and Connectivity: user-guide/platform-connectivity.md
- Prompting Best Practices: user-guide/prompting-best-practices.md
- Integration Testing: user-guide/integration-testing.md
- Real Tool Validation Matrix: user-guide/real-tool-validation-matrix.md
- Tool Catalog:
- All Tools: user-guide/tool-catalog/index.md
- Modeling: user-guide/tool-catalog/modeling.md
- Sketching: user-guide/tool-catalog/sketching.md
- Drawing: user-guide/tool-catalog/drawing.md
- Drawing Analysis: user-guide/tool-catalog/drawing-analysis.md
- Analysis: user-guide/tool-catalog/analysis.md
- Export: user-guide/tool-catalog/export.md
- File Management: user-guide/tool-catalog/file-management.md
- Automation: user-guide/tool-catalog/automation.md
- VBA Generation: user-guide/tool-catalog/vba-generation.md
- Template Management: user-guide/tool-catalog/template-management.md
- Macro Recording: user-guide/tool-catalog/macro-recording.md
- Docs Discovery: user-guide/tool-catalog/docs-discovery.md
- Agents and Skills:
- Agents and Prompt Testing: agents/agents-and-testing.md
- Family-Gated Tool Routing: agents/family-gated-tool-routing.md
- PydanticAI and Schemas: agents/pydantic-ai-and-schemas.md
- Logging and Agent Invocation: agents/logging-and-agent-invocation.md
- Reverse-Engineering Workflow: agents/reverse-engineering-workflow.md
- Sample Models Guide: agents/sample-models-guide.md
- Worked Examples: agents/worked-examples.md
- Prompt-Driven Design: agents/prompt-driven-design.md
- Prompting Tutorials: agents/prompting-tutorials.md
- API Reference: api/
# Theme configuration
theme:
name: material
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
- navigation.path
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.sections
- navigation.tabs
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
primary: blue
accent: indigo
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
# Watch additional docs-related paths during local development
watch:
- docs
- src/solidworks_mcp
# Plugins
plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- awesome-pages
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
enabled: true
default_handler: python
handlers:
python:
paths: [src]
options:
docstring_style: google
show_source: true
show_root_heading: true
show_category_heading: true
merge_init_into_class: true
show_signature: true
show_signature_annotations: true
separate_signature: true
- mermaid2:
javascript: https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js
# Extensions
markdown_extensions:
- tables
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
guess_lang: false
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: andrewbartels1
repo: SolidworksMCP-python
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- sane_lists
# Extra
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/andrewbartels1/SolidworksMCP-python
- icon: fontawesome/brands/python
link: https://pypi.org/project/solidworks-mcp/
generator: false
version:
provider: mike
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/extra.js
# Copyright
copyright: |
© 2024 SolidWorks MCP Server Contributors