Versions in this module Expand all Collapse all v0 v0.14.0 Jan 2, 2026 Changes in this version type CodexCLIMCPAdapter + func (a *CodexCLIMCPAdapter) FormatFactsOutput(facts *types.FactsIndex, format integrations.OutputFormat) (string, error) v0.13.0 Dec 10, 2025 Changes in this version + const MCPIntegrationName + const MCPIntegrationVersion + const MCPServerName + type CodexCLIMCPAdapter struct + func NewCodexCLIMCPAdapter() *CodexCLIMCPAdapter + func (a *CodexCLIMCPAdapter) Detect() (bool, error) + func (a *CodexCLIMCPAdapter) FormatOutput(index *types.GraphIndex, format integrations.OutputFormat) (string, error) + func (a *CodexCLIMCPAdapter) GetCommand(binaryPath string, format integrations.OutputFormat) string + func (a *CodexCLIMCPAdapter) GetDescription() string + func (a *CodexCLIMCPAdapter) GetName() string + func (a *CodexCLIMCPAdapter) GetVersion() string + func (a *CodexCLIMCPAdapter) IsEnabled() (bool, error) + func (a *CodexCLIMCPAdapter) Reload(newConfig integrations.IntegrationConfig) error + func (a *CodexCLIMCPAdapter) Remove() error + func (a *CodexCLIMCPAdapter) Setup(binaryPath string) error + func (a *CodexCLIMCPAdapter) Update(binaryPath string) error + func (a *CodexCLIMCPAdapter) Validate() error + type CodexMCPConfig struct + MCPServers map[string]CodexMCPServer + type CodexMCPServer struct + Args []string + Command string + Enabled *bool + Env map[string]string + StartupTimeoutSec *int + ToolTimeoutSec *int