-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: a-bonus/google-docs-mcp
base: v1.0.1
head repository: a-bonus/google-docs-mcp
compare: v1.0.2
- 8 commits
- 7 files changed
- 3 contributors
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b3f4b53 - Browse repository at this point
Copy the full SHA b3f4b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a922f9c - Browse repository at this point
Copy the full SHA a922f9cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5f9438b - Browse repository at this point
Copy the full SHA 5f9438bView commit details -
Merge pull request #74 from elijahr/elijahr/insert-table-with-data
feat: add insertTableWithData tool for pre-populated table insertion
Configuration menu - View commit details
-
Copy full SHA for bb2c961 - Browse repository at this point
Copy the full SHA bb2c961View commit details -
Merge pull request #75 from elijahr/elijahr/rename-tab
feat: add renameTab tool for renaming document tabs
Configuration menu - View commit details
-
Copy full SHA for c2b4fe4 - Browse repository at this point
Copy the full SHA c2b4fe4View commit details -
Merge pull request #76 from elijahr/elijahr/fix-survivor-formatting
fix: clean surviving paragraph after deleteContentRange in replaceDocumentWithMarkdown
Configuration menu - View commit details
-
Copy full SHA for 5e57c86 - Browse repository at this point
Copy the full SHA 5e57c86View commit details -
style: apply Prettier formatting to replaceDocumentWithMarkdown.ts
Co-authored-by: Cursor <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for 6f89aea - Browse repository at this point
Copy the full SHA 6f89aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb5bc6 - Browse repository at this point
Copy the full SHA 4eb5bc6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.1...v1.0.2