Skip to content

Commit edf4907

Browse files
committed
Add init command docs
1 parent fcc5a69 commit edf4907

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
command: docker mcp server init
2+
short: Initialize a new MCP server project
3+
long: |
4+
Initialize a new MCP server project in the specified directory with boilerplate code, Dockerfile, and compose.yaml
5+
usage: docker mcp server init <directory>
6+
pname: docker mcp server
7+
plink: docker_mcp_server.yaml
8+
options:
9+
- option: language
10+
value_type: string
11+
default_value: go
12+
description: |
13+
Programming language for the server (currently only 'go' is supported)
14+
deprecated: false
15+
hidden: false
16+
experimental: false
17+
experimentalcli: false
18+
kubernetes: false
19+
swarm: false
20+
- option: template
21+
value_type: string
22+
default_value: basic
23+
description: Template to use (basic, chatgpt-app-basic)
24+
deprecated: false
25+
hidden: false
26+
experimental: false
27+
experimentalcli: false
28+
kubernetes: false
29+
swarm: false
30+
deprecated: false
31+
hidden: false
32+
experimental: false
33+
experimentalcli: false
34+
kubernetes: false
35+
swarm: false
36+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# docker mcp server init
2+
3+
<!---MARKER_GEN_START-->
4+
Initialize a new MCP server project in the specified directory with boilerplate code, Dockerfile, and compose.yaml
5+
6+
### Options
7+
8+
| Name | Type | Default | Description |
9+
|:-------------|:---------|:--------|:-----------------------------------------------------------------------|
10+
| `--language` | `string` | `go` | Programming language for the server (currently only 'go' is supported) |
11+
| `--template` | `string` | `basic` | Template to use (basic, chatgpt-app-basic) |
12+
13+
14+
<!---MARKER_GEN_END-->
15+

0 commit comments

Comments
 (0)