Type Alias: ContractAppCoverage
ContractAppCoverage =
"auto"|"explicit"
How MCP App routes are covered at boundaries that register app resources.
'auto'(default): app routes need no fixture entry;coveragepasses and the sweep reads the compiledui://resource. Explicit entries are still accepted.'explicit': every compiled app route must have a fixture entry ({ kind: 'resource' }), matching the rule for every other route kind.
Has no effect at mcp-in-memory, where apps are never registered.