MCPcopy Create free account
hub / github.com/diillson/chatcli / Execute

Method Execute

cli/plugins/builtin_memory.go:210–212  ·  view source on GitHub ↗

Execute parses the args and dispatches to the adapter.

(ctx context.Context, args []string)

Source from the content-addressed store, hash-verified

208
209// Execute parses the args and dispatches to the adapter.
210func (p *BuiltinMemoryPlugin) Execute(ctx context.Context, args []string) (string, error) {
211 return p.ExecuteWithStream(ctx, args, nil)
212}
213
214// ExecuteWithStream mirrors Execute — this plugin produces no incremental
215// output, so the stream callback is ignored.

Callers 3

Calls 1

ExecuteWithStreamMethod · 0.95

Tested by 3