Stone.js API
    Preparing search index...
    McpDevLogger: (message: string) => void

    A logger for the dev server's activity. It writes to stderr so stdout stays reserved for the MCP protocol (stdio transport speaks JSON-RPC on stdout — any other write there corrupts it).

    Type Declaration

      • (message: string): void
      • Parameters

        • message: string

        Returns void