docker mcp server init
| 内容説明 | Initialize a new MCP server project |
|---|---|
| 利用方法 | docker mcp server init <directory> |
内容説明
Initialize a new MCP server project in the specified directory with boilerplate code, Dockerfile, and compose.yaml
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
--language | go | Programming language for the server (currently only 'go' is supported) |
--template | basic | Template to use (basic, chatgpt-app-basic) |