Type Alias: InMemoryMcpSessionOptions<TState, TEvents>
InMemoryMcpSessionOptions<
TState,TEvents> =InMemoryMcpSessionOptionsBase<TState,TEvents> &RenderRouteContextInit
Session options; context holds the request-scoped overrides applied to
every route render in this session; omitting it (or its providers) mounts
the project's conventional providers exactly as the generated server does
(see RenderRouteContextInit).
Type Parameters
TState
TState = unknown
TEvents
TEvents extends AgentStateEventSchemas = AgentStateEventSchemas