MCPcopy
hub / github.com/multica-ai/multica / codexBackend

Struct codexBackend

server/pkg/agent/codex.go:101–103  ·  view source on GitHub ↗

codexBackend implements Backend by spawning `codex app-server --listen stdio://` and communicating via JSON-RPC 2.0 over stdin/stdout.

Source from the content-addressed store, hash-verified

99// codexBackend implements Backend by spawning `codex app-server --listen stdio://`
100// and communicating via JSON-RPC 2.0 over stdin/stdout.
101type codexBackend struct {
102 cfg Config
103}
104
105func buildCodexArgs(opts ExecOptions, logger *slog.Logger) []string {
106 args := []string{"app-server", "--listen", "stdio://"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected