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 3a94d8e commit 7bc3f56Copy full SHA for 7bc3f56
internal/mcp/mcp_args.go
@@ -67,6 +67,7 @@ func BuildArgFlagSet(tool *ToolDef) (*flag.FlagSet, map[string]any, error) {
67
fs.Var(strSlice, name, pv.Description)
68
flagVars[name] = strSlice
69
case *SchemaObject:
70
+ // TODO(burmudar): we can support SchemaObject as part of stdin echo '{ stuff }' | sg mcp commit-search
71
// not supported yet
72
}
73
0 commit comments