Skip to content

Commit a12db88

Browse files
committed
Make linter happy
Signed-off-by: David Gageot <[email protected]>
1 parent 7fa8ac9 commit a12db88

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
@@ -97,7 +97,7 @@ func (g *Gateway) Run(ctx context.Context) error {
9797
server.WithToolHandlerMiddleware(toolCallbacks),
9898
server.WithHooks(&server.Hooks{
9999
OnBeforeInitialize: []server.OnBeforeInitializeFunc{
100-
func(ctx context.Context, id any, message *mcp.InitializeRequest) {
100+
func(_ context.Context, id any, _ *mcp.InitializeRequest) {
101101
log("> Initializing MCP server with ID:", id)
102102
},
103103
},

0 commit comments

Comments
 (0)