We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c333d commit ab93438Copy full SHA for ab93438
1 file changed
cmd/src/mcp.go
@@ -48,7 +48,6 @@ func mcpMain(args []string) error {
48
fmt.Printf(" src mcp <tool-name> schema\n")
49
return nil
50
}
51
-
52
tool, ok := tools[subcmd]
53
if !ok {
54
return errors.Newf("tool definition for %q not found - run src mcp list-tools to see a list of available tools", subcmd)
0 commit comments