Debug Docker MCP Gateway installation and configuration
/plugin marketplace add docker/claude-plugins/plugin install docker-mcp-toolkit-plugins-mcp-toolkit@docker/claude-plugins# Docker MCP Gateway Debug Run comprehensive diagnostics on the Docker MCP Gateway setup to identify and resolve configuration issues. ## System Checks ### 1. Docker Installation - **Docker command available**: !`which docker` - **Docker daemon status**: !`docker ps 2>&1 | head -5` ### 2. Docker MCP CLI Installation - **Docker MCP command available**: !`docker mcp --help 2>&1 | head -5` ### 3. Gateway Test - **Gateway command**: !`docker mcp gateway run --help 2>&1 | head -10` ## Analysis Please analyze the above diagnostic results and provide: ### ✅ Working Components List what is ...