From 74bccf85598be835fbba701adb26b9654d271c30 Mon Sep 17 00:00:00 2001 From: Derek Etherton Date: Fri, 1 Aug 2025 12:11:04 -0700 Subject: [PATCH] fix lint issue --- src/cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/root.go b/src/cmd/root.go index 03df0e7..4e69127 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -417,8 +417,8 @@ For complete reference: "accountMetadata", mcp.WithDescription("Get metadata about the OpsLevel account including component types, tiers, & lifecycles, and maturity levels. Use this tool to retrieve relevant context (including indexes and ids for filters) before making other tool calls. Provide `types` whenever possible."), mcp.WithArray( - "types", - mcp.Description(fmt.Sprintf("Optional array of specific metadata types to fetch. Valid values: %s. If omitted, all metadata types will be fetched.", strings.Join(AllAccountMetadataStrings(), ", "))), + "types", + mcp.Description(fmt.Sprintf("Optional array of specific metadata types to fetch. Valid values: %s. If omitted, all metadata types will be fetched.", strings.Join(AllAccountMetadataStrings(), ", "))), mcp.WithStringEnumItems(AllAccountMetadataStrings()), ), mcp.WithToolAnnotation(mcp.ToolAnnotation{