Skip to content

Commit 7bc3f56

Browse files
committed
add todo
1 parent 3a94d8e commit 7bc3f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/mcp/mcp_args.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func BuildArgFlagSet(tool *ToolDef) (*flag.FlagSet, map[string]any, error) {
6767
fs.Var(strSlice, name, pv.Description)
6868
flagVars[name] = strSlice
6969
case *SchemaObject:
70+
// TODO(burmudar): we can support SchemaObject as part of stdin echo '{ stuff }' | sg mcp commit-search
7071
// not supported yet
7172
}
7273
}

0 commit comments

Comments
 (0)