@suluk/platform - v0.6.0
    Preparing search index...

    Interface AuthServiceOpts

    auth's serviceOpts: optionally activate the MCP OAuth server (Better Auth mcp() plugin).

    interface AuthServiceOpts {
        mcpScopes?: string[];
        mcp?: McpOAuthOpts;
    }
    Index

    Properties

    Properties

    mcpScopes?: string[]

    C058: activate the MCP OAuth server by declaring its SCOPE SET — the loginPage/consentPage/resource URLs are DERIVED from LIVE_BASE_URL (no host boilerplate). This is the single-source authoring path.

    LEGACY: the full MCP OAuth URL block. Prefer mcpScopes (URLs derived). Kept for back-compat with hand-authored URLs.