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

TypeAlias ExecutionContext

tools/base.go:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const (
19 DefaultToolTimeoutSeconds = 30.0
20 DefaultMaxOutputChars = 50_000
21)
22
23type ExecutionContext map[string]any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected