nexus-agents - v2.80.0
    Preparing search index...

    Variable RepoAnalyzeInputSchemaConst

    RepoAnalyzeInputSchema: ZodObject<
        {
            repo: ZodString;
            depth: ZodDefault<
                ZodOptional<ZodEnum<{ deep: "deep"; shallow: "shallow" }>>,
            >;
        },
        $strip,
    > = ...

    MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports