Function: runGeneratedStdioMcpEntry()
runGeneratedStdioMcpEntry(
options):Promise<StdioServerHandle>
The body of every generated stdio MCP entry: install the stdout guard, evaluate the consumer module, build the server from its default-exported factory, hand raw stdout back for protocol frames, and serve under the managed lifecycle.
Parameters
options
RunGeneratedStdioMcpEntryOptions
Returns
Promise<StdioServerHandle>