From 2104f648281ff38fe5a40edae5e5165d1fbf0259 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Tue, 9 Dec 2025 16:51:14 +0200 Subject: [PATCH] remove experimental notice not neeed since command isn't advertised so experimental is implied --- cmd/src/mcp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/src/mcp.go b/cmd/src/mcp.go index b6934b466c..d991410ab0 100644 --- a/cmd/src/mcp.go +++ b/cmd/src/mcp.go @@ -22,7 +22,6 @@ func init() { }) } func mcpMain(args []string) error { - fmt.Println("NOTE: This command is still experimental") apiClient := cfg.apiClient(nil, mcpFlagSet.Output()) ctx := context.Background()