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.4.0
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.5.0
Choose a head ref
  • 12 commits
  • 28 files changed
  • 4 contributors

Commits on Mar 23, 2026

  1. feat: add downloadFile tool for Google Drive

    Downloads any file from Google Drive to a local path. For blob files (PDFs, images, etc.), downloads raw bytes. For Google Workspace files (Docs, Sheets, Slides), exports to a configurable format with text-friendly defaults (Docs->markdown, Sheets->CSV).
    
    Features: optional savePath (defaults to cwd), automatic text extraction for text-based files (up to 50KB), parent directory auto-creation, partial file cleanup on error, Shared Drive support.
    
    Includes 32 Vitest tests covering pure unit tests and mocked integration tests.
    
    Made-with: Cursor
    Mawox committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    44a492f View commit details
    Browse the repository at this point in the history
  2. style: fix Prettier formatting in replaceRangeWithMarkdown.ts

    Made-with: Cursor
    Mawox committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    d3bd011 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from Mawox/feat/download-file

    feat: add downloadFile tool for Google Drive
    a-bonus authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    4e1f8f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. feat: add remote mode (httpStream + MCP OAuth 2.1)

    Made-with: Cursor
    Mawox committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d863b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce49158 View commit details
    Browse the repository at this point in the history
  3. feat: landing page (en/cs) and README refresh with all 67 tools

    Made-with: Cursor
    Mawox committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    5e12328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    440cac3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97 from Mawox/feat/remote-mode

    feat: remote deployment mode (Streamable HTTP + MCP OAuth 2.1)
    a-bonus authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    975186e View commit details
    Browse the repository at this point in the history
  6. fix: comprehensive security hardening (audit findings)

    Made-with: Cursor
    Mawox committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    e3541db View commit details
    Browse the repository at this point in the history
  7. docs: update README with Firestore token storage, generic MCP client …

    …refs, Web app OAuth note
    
    Made-with: Cursor
    Mawox committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d9554c5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #98 from Mawox/fix/security-audit

    fix: comprehensive security hardening (audit findings)
    a-bonus authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    1010fb8 View commit details
    Browse the repository at this point in the history
  9. chore: bump version to 1.5.0

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    a-bonus and claude committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    069d676 View commit details
    Browse the repository at this point in the history
Loading