For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/types/test.ContractAppCoverage.md.
  • 简体中文
  • 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; coverage passes and the sweep reads the compiled ui:// 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.