Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: a-bonus/google-docs-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: a-bonus/google-docs-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    b3f4b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a922f9c View commit details
    Browse the repository at this point in the history
  3. fix: clean surviving paragraph after deleteContentRange in replaceDoc…

    …umentWithMarkdown
    
    When replaceDocumentWithMarkdown deletes existing content, the Google
    Docs API always leaves one trailing paragraph that cannot be removed.
    If that paragraph has bullet list membership or text formatting from
    the old content, all subsequently inserted text inherits those
    properties, corrupting the new document (e.g., every paragraph
    becomes a bullet list item).
    
    After the delete, re-read the document to locate the survivor, then
    strip its bullet membership (deleteParagraphBullets) and reset text
    styles before inserting the new markdown content.
    elijahr committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5f9438b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from elijahr/elijahr/insert-table-with-data

    feat: add insertTableWithData tool for pre-populated table insertion
    a-bonus authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    bb2c961 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from elijahr/elijahr/rename-tab

    feat: add renameTab tool for renaming document tabs
    a-bonus authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    c2b4fe4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from elijahr/elijahr/fix-survivor-formatting

    fix: clean surviving paragraph after deleteContentRange in replaceDocumentWithMarkdown
    a-bonus authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5e57c86 View commit details
    Browse the repository at this point in the history
  7. style: apply Prettier formatting to replaceDocumentWithMarkdown.ts

    Co-authored-by: Cursor <cursoragent@cursor.com>
    a-bonus and cursoragent committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    6f89aea View commit details
    Browse the repository at this point in the history
  8. 1.0.2

    a-bonus committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    4eb5bc6 View commit details
    Browse the repository at this point in the history
Loading