Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function mountNativeMcpServer

    • Adds pinned tools to an existing governed toolset. Registry guards, approvals, budgets and signed call recording remain on the toolset's execution path. No automatic allowlist edits, fresh-session reconnect or tenant-global cache. HTTP recovery stays inside the original session, pin and authorization snapshot.

      Parameters

      • options: {
            agentId: string;
            expectedCatalogDigest: string;
            grants: readonly NativeMcpGrant[];
            server: NativeMcpServer;
            signal?: AbortSignal;
            toolset: AgentToolset;
            workspace: string;
        }

      Returns Promise<MountedNativeMcpServer>