Skip to content

getBuiltinCapabilityMatrix

function getBuiltinCapabilityMatrix(): BuiltinCapabilityMatrixEntry[];

Defined in: src/providers/capabilityMatrix.ts:55

Returns the capability matrix for every shipped provider factory.

Each call constructs a fresh factory snapshot, so the result reflects the current build (including any future new metadata or notes). Web providers are constructed with a no-op fetch since capability advertisement does not require a live transport.

BuiltinCapabilityMatrixEntry[]