Versions in this module Expand all Collapse all v0 v0.10.0 Jul 11, 2026 v0.9.0 May 5, 2026 Changes in this version + func FlushQueryCache(cache *mcp.Cache) + func RunStdio(rt *core.Runtime, opts Options) error + type Instance struct + Cache *mcp.Cache + Deps *mcp.Deps + PostprocessSummary func(context.Context) (*postprocesspolicy.StatusSummary, error) + Server *mcpgo.MCPServer + func New(rt *core.Runtime, opts Options) (*Instance, error) + func (i *Instance) Close() + type MCPPostprocessPolicy struct + func NewPostprocessPolicy(db *gorm.DB) *MCPPostprocessPolicy + func (p *MCPPostprocessPolicy) RecordRun(ctx context.Context, record postprocesspolicy.RunRecord) error + func (p *MCPPostprocessPolicy) Reset(ctx context.Context, tool string) error + func (p *MCPPostprocessPolicy) Resolve(ctx context.Context, input postprocesspolicy.DecisionInput) (string, string, error) + func (p *MCPPostprocessPolicy) Status(ctx context.Context, opts postprocesspolicy.StatusOptions) (*postprocesspolicy.StatusSummary, error) + type Options struct + CacheTTL time.Duration + MaxFileBytes int64 + MaxTotalParsedBytes int64 + NamespaceRoot string + NoCache bool + OTELEndpoint string + RagIndexDir string + RagProjectDesc string + RepoRoot string + ServiceVersion string + WorkspaceRoot string