For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/functions/mcp-entry.runGeneratedStdioMcpEntry.md.
  • English
  • 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>