We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0b82f commit ee83af1Copy full SHA for ee83af1
1 file changed
cmd/src/mcp.go
@@ -33,7 +33,6 @@ func mcpUsage() {
33
}
34
35
func mcpMain(args []string) error {
36
- fmt.Println("NOTE: This command is still experimental")
37
apiClient := cfg.apiClient(nil, mcpFlagSet.Output())
38
39
ctx := context.Background()
0 commit comments