diff --git a/routers/api/v2/mcp_pages.go b/routers/api/v2/mcp_pages.go index a96e9781b0..9645814efc 100644 --- a/routers/api/v2/mcp_pages.go +++ b/routers/api/v2/mcp_pages.go @@ -270,7 +270,7 @@ func toolGetLandingConfig(ctx *context.APIContext, args map[string]any) (any, er return buildFullResponse(config), nil } -func toolListLandingTemplates(_ *context.APIContext, _ map[string]any) (any, error) { +func toolListLandingTemplates(_ *context.APIContext, _ map[string]any) (any, error) { //nolint:unparam templates := pages_module.ValidTemplates() displayNames := pages_module.TemplateDisplayNames()