Discover Packages
github.com/universal-tool-calling-protocol/go-utcp
src
plugins
shell
package
Version:
v1.10.13
Opens a new window with list of versions in this module.
Published: Jun 11, 2026
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type RunResult struct {
Stdout string `json:"stdout"`
Stderr string `json:"stderr"`
ExitCode int `json:"exit_code"`
}
Run executes command (looked up by base name from PATH) only if it is in the
allowlist. A non-zero exit code is surfaced in RunResult, not as an error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.