Skip to content

Commit 1b52af1

Browse files
fix lint violation
1 parent 56f15e1 commit 1b52af1

File tree

1 file changed

+1
-1
lines changed
  • cmd/docker-mcp/internal/gateway

1 file changed

+1
-1
lines changed

cmd/docker-mcp/internal/gateway/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (g *Gateway) Run(ctx context.Context) error {
137137
g.ListRoots(ctx, ss)
138138
},
139139
CompletionHandler: nil,
140-
InitializedHandler: func(ctx context.Context, ss *mcp.ServerSession, _ *mcp.InitializedParams) {
140+
InitializedHandler: func(_ context.Context, ss *mcp.ServerSession, _ *mcp.InitializedParams) {
141141
log("- Client initialized: ", ss.ID())
142142
},
143143
HasPrompts: true,

0 commit comments

Comments
 (0)