Interface: InMemoryMcpSessionOptionsBase<TState, TEvents>
Type Parameters
TState
TState = unknown
TEvents
TEvents extends AgentStateEventSchemas = AgentStateEventSchemas
Properties
lineage?
readonlyoptionallineage?:AgentLineageRegistry
A lineage registry the generated server resolves tool calls through,
exactly as the artifact does; omitted sessions observe request.lineage
as unavailable('not-provided').
lineageHost?
readonlyoptionallineageHost?:LineageHost
The host vocabulary the registry applies when the in-memory client name maps to none.
manifest?
readonlyoptionalmanifest?:AgentBundleTestManifest
server?
readonlyoptionalserver?:string
MCP server name. Optional when the project compiled exactly one server.
state?
readonlyoptionalstate?:object
Optional state owner input for parity with a generated Flight worker.
definition
readonlydefinition:AgentStateDefinition<TState,TEvents>
driver
readonlydriver:AgentStateDriver