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

    Function registerResearchResource

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

    • Registers the nexus://research/papers resource with the MCP server.

      Exposes the research registry (papers, techniques, stats) as a read-only JSON resource. Gracefully returns an empty result when the registry YAML files are not present.

      Parameters

      • server: McpServer

        MCP server instance

      • logger: ILogger

        Logger for registration events

      Returns void