Stone.js API
    Preparing search index...
    • Start the MCP dev server over stdio and keep it alive until the process is interrupted.

      The stdio transport speaks JSON-RPC on stdout and keeps the event loop alive by reading stdin, so Ctrl+C (SIGINT) stops it, exactly like stone dev.

      Parameters

      Returns Promise<void>