Interface: PackedContractMatrixOptions
Properties
apps?
readonlyoptionalapps?:ContractAppCoverage
App route coverage at this boundary; defaults to 'auto'.
eventRuntime?
readonlyoptionaleventRuntime?:ContractEventRuntimeAddress
Read-only status address for the generated event runtime, when this artifact has one.
fixtures
readonlyfixtures:Readonly<Record<string,ContractRouteFixture>>
Route id -> fixture. Every compiled tool, prompt, and resource route on
the server must be covered; app routes are auto-covered unless
apps: 'explicit'.
manifest
readonlymanifest:AgentBundleTestManifest
restart?
readonlyoptionalrestart?: () =>Promise<ContractMatrixRestartSession>
Caller-owned packed restart; it must close the initial session and reopen the same artifact/store.
Returns
Promise<ContractMatrixRestartSession>
server?
readonlyoptionalserver?:string
session
readonlysession:PackedMcpSession
An already-open packed session; this entry point never opens or closes it.