Versions in this module Expand all Collapse all v0 v0.12.0 Jul 19, 2026 Changes in this version + func FlushQueryCache(cache *mcp.Cache) + func RunStdio(components Components, opts Options) error + type Components struct + Logger *slog.Logger + Search ingest.SearchWriter + SearchMaintenance document.Maintenance + SearchReader *searchsql.Reader + Store *graphgorm.Store + Syncer *incremental.Syncer + UnitOfWork ingest.UnitOfWork + Walkers map[string]*treesitter.Walker + type Instance struct + Cache *mcp.Cache + Deps *mcp.Deps + Server *mcpgo.MCPServer + func New(components Components, opts Options) (*Instance, error) + func (i *Instance) Close() + type Options struct + CacheTTL time.Duration + MaxFileBytes int64 + MaxTotalParsedBytes int64 + NamespaceRoot string + NoCache bool + OTELEndpoint string + RagIndexDir string + RagProjectDesc string + RepoRoot string + ServiceVersion string