Skip to content

Commit bec4100

Browse files
committed
remove redundant "configured" print
1 parent e7ad29f commit bec4100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-mcp/commands/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func serverCommand(docker docker.Client, dockerCli command.Cli) *cobra.Command {
4949
// atlassian ✓ done ✓ done Confluence and Jira tools
5050

5151
enabledCount := len(list)
52-
fmt.Fprintf(cmd.OutOrStdout(), "\nMCP Servers (%d enabled, %d configured)\n\n", enabledCount, enabledCount)
52+
fmt.Fprintf(cmd.OutOrStdout(), "\nMCP Servers (%d enabled)\n\n", enabledCount)
5353

5454
// Print table headers
5555
fmt.Fprintf(cmd.OutOrStdout(), "%-25s %-12s %-12s %-12s %-50s\n", "NAME", "OAUTH", "SECRETS", "CONFIG", "DESCRIPTION")

0 commit comments

Comments
 (0)