-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (116 loc) · 3.29 KB
/
mkdocs.yml
File metadata and controls
116 lines (116 loc) · 3.29 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
site_name: MCP Server Templates
site_description: Deploy MCP server templates with zero configuration
site_author: Data Everything
site_url: https://data-everything.github.io/mcp-server-templates
repo_name: Data-Everything/mcp-server-templates
repo_url: https://github.com/Data-Everything/mcp-server-templates
copyright: Copyright © 2025 Data Everything
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.icons
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Configuration: getting-started/configuration.md
- Templates:
- Overview: templates/index.md
- Available Templates: server-templates/available.md
- Creating Templates: templates/creating.md
- Template.json Reference: templates/template-json-reference.md
- Demo Hello MCP Server: server-templates/demo/index.md
- File Server MCP: server-templates/fileserver/index.md
- Github MCP: server-templates/github/index.md
- Guides:
- Usage Guide: guides/usage.md
- Creating Templates: guides/creating-templates.md
- Testing Templates: guides/testing.md
- Deployment: guides/deployment.md
- Troubleshooting: guides/troubleshooting.md
- Contributing: guides/contributing.md
- CLI Reference:
- Overview: cli/index.md
- Commands:
- list: cli/list.md
- create: cli/create.md
- deploy: cli/deploy.md
- stop: cli/stop.md
- logs: cli/logs.md
- shell: cli/shell.md
- cleanup: cli/cleanup.md
- interactive: cli/interactive.md
- config: cli/config.md
- connect: cli/connect.md
- run: cli/run.md
- "⚠️ Deprecated":
- tools (deprecated): cli/tools.md
- discover-tools (deprecated): cli/discover-tools.md
- run-tool (deprecated): cli/run-tool.md
- Interactive CLI:
- Commands: interactive-cli/commands.md
- Call Tools: interactive-cli/call.md
- Configuration: interactive-cli/config.md
- Help: interactive-cli/help.md
- User Guide:
- CLI Reference: user-guide/cli-reference.md
- Monitoring: user-guide/monitoring.md
- API Reference:
- CLI Commands: api/cli.md
- Template Schema: api/schema.md
- Development:
- Setup: development/setup.md
- Architecture: development/architecture.md
- FAQ: faq.md
- Resources:
- Tool Discovery: tool-discovery.md
- Filesystem Server Usage: filesystem-server-usage.md
- STDIO Tool Execution: stdio-tool-execution.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Data-Everything
- icon: fontawesome/brands/python
link: https://pypi.org/project/mcp-templates/
extra_css:
- stylesheets/extra.css