MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / Execute

Method Execute

tools/base.go:43–43  ·  view source on GitHub ↗
(ctx context.Context, execCtx ExecutionContext, input any)

Source from the content-addressed store, hash-verified

41 Aliases() []string
42 DeprecatedAliases() map[string]string
43
44 DecodeInput(raw map[string]any) (any, error)
45 ValidateInput(ctx ExecutionContext, input any) (bool, string)
46 Execute(ctx context.Context, execCtx ExecutionContext, input any) (string, error)

Callers 5

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteOneRequestMethod · 0.65
executeOneMethod · 0.65

Implementers 1

BaseTooltools/base.go

Calls

no outgoing calls