-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
I am running WSL2 on Windows 11 and installed docker mcp gateway in ~/.docker/cli-plugins. I have added DOCKER_MCP_IN_CONTAINER=1 to my .bashrc file. Below is a log of my enabling the profile feature and attempting to create a profile file.
martin@HPSpectre:~$ docker mcp feature enable profiles
Feature 'profiles' enabled successfully.
This feature enables profile management tools.
When enabled, the cli provides commands for managing profiles:
- docker mcp profile <subcommand> ...
This also enables the --profile flag for the docker mcp gateway run command.
martin@HPSpectre:~$ docker mcp feature list
Available experimental features:
oauth-interceptor disabled
Enable GitHub OAuth flow interception for automatic authentication
mcp-oauth-dcr enabled
Enable Dynamic Client Registration (DCR) for automatic OAuth client setup
dynamic-tools enabled
Enable internal MCP management tools (mcp-find, mcp-add, mcp-remove)
tool-name-prefix disabled
Prefix all tool names with server name to avoid conflicts
use-embeddings disabled
Enable vector similarity search for find-tools (requires OPENAI_API_KEY)
profiles enabled
Enable profile management tools (docker mcp profile <subcommand>)
martin@HPSpectre:~$ docker mcp profile create --name my-workflow
unable to open database file: out of memory (14)
martin@HPSpectre:~$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels