Interface: RunGeneratedStdioMcpEntryOptions
Properties
lifecycle?
readonlyoptionallifecycle?:Omit<RunStdioServerOptions,"server"|"transport"|"serverName">
Test seam mirroring RunStdioServerOptions.
loadEntry
readonlyloadEntry: () =>Promise<GeneratedStdioMcpEntryModule>
Loads the consumer entry module. Deferred so the console guard is active before any consumer module side effect can print to the protocol channel.
Returns
Promise<GeneratedStdioMcpEntryModule>
serverName
readonlyserverName:string