We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8ac9 commit a12db88Copy full SHA for a12db88
cmd/docker-mcp/internal/gateway/run.go
@@ -97,7 +97,7 @@ func (g *Gateway) Run(ctx context.Context) error {
97
server.WithToolHandlerMiddleware(toolCallbacks),
98
server.WithHooks(&server.Hooks{
99
OnBeforeInitialize: []server.OnBeforeInitializeFunc{
100
- func(ctx context.Context, id any, message *mcp.InitializeRequest) {
+ func(_ context.Context, id any, _ *mcp.InitializeRequest) {
101
log("> Initializing MCP server with ID:", id)
102
},
103
0 commit comments