We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839034 commit 700a6cbCopy full SHA for 700a6cb
internal/mcp/mcp_args.go
@@ -86,6 +86,7 @@ func BuildArgFlagSet(tool *ToolDef) (*flag.FlagSet, map[string]any, error) {
86
case *SchemaObject:
87
// TODO(burmudar): we can support SchemaObject as part of stdin echo '{ stuff }' | sg mcp commit-search
88
// not supported yet
89
+ // Also support sg mcp commit-search --json '{ stuff }'
90
}
91
92
0 commit comments