You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runCmd.Flags().StringVar(&options.LogFilePath, "log", options.LogFilePath, "Path to log file for stderr output (relative or absolute)")
213
-
runCmd.Flags().StringVar(&options.SessionName, "session", "", "Session name for loading and persisting configuration from ~/.docker/mcp/{SessionName}/")
Copy file name to clipboardExpand all lines: docs/generator/reference/mcp_gateway_run.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Run the gateway
29
29
|`--registry`|`stringSlice`|`[registry.yaml]`| Paths to the registry files (absolute or relative to ~/.docker/mcp/) |
30
30
|`--secrets`|`string`|`docker-desktop`| Colon separated paths to search for secrets. Can be `docker-desktop` or a path to a .env file (default to using Docker Desktop's secrets API) |
31
31
|`--servers`|`stringSlice`|| Names of the servers to enable (if non empty, ignore --registry flag) |
32
-
|`--session`|`string`|| Session name for loading and persisting configuration from ~/.docker/mcp/{SessionName}/ |
Description: "Set a session name for the gateway configuration. When set, configuration changes will be persisted to ~/.docker/mcp/{SessionName}/ directory.",
850
-
InputSchema: &jsonschema.Schema{
851
-
Type: "object",
852
-
Properties: map[string]*jsonschema.Schema{
853
-
"name": {
854
-
Type: "string",
855
-
Description: "Session name to set (alphanumeric and hyphens only)",
0 commit comments