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

Struct procToolAdapter

cli/proc_tool_adapter.go:25–27  ·  view source on GitHub ↗

procToolAdapter is the concrete plugins.ProcAdapter.

Source from the content-addressed store, hash-verified

23
24// procToolAdapter is the concrete plugins.ProcAdapter.
25type procToolAdapter struct {
26 cli *ChatCLI
27}
28
29// supervisor returns the session supervisor, creating it on first use.
30func (a *procToolAdapter) supervisor() *proc.Supervisor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected