Stone.js API
    Preparing search index...
    • Create or update .mcp.json at cwd so a coding agent discovers this server. Idempotent: it writes only when the stone entry is missing, and never overwrites the rest of the file.

      Parameters

      • cwd: string

        The project root.

      • io: McpJsonIo = defaultIo

        The filesystem surface (defaults to node:fs).

      Returns { changed: boolean; file: string }

      The file path and whether it was written.