github taylorwilsdon/google_workspace_mcp v1.27.0

6 hours ago

Google Docs reading gets a lot more faithful this release: get_doc_content can now return the link destinations, smart chips, table boundaries and footnotes the Docs API exposes, and the Markdown reader stops mangling links and code spans. Auth also stops quietly writing FastMCP variables into your process environment.

What's Changed

  • gdocs Preserve Google Doc link and chip context with opt-in plain text by @pspenano in #1138
    • New preserve_context=True on get_doc_content renders a readable plain-text view: link URLs, internal heading/bookmark/tab targets, smart-chip values, table boundaries, headers, footers and footnotes, and whitespace-only paragraphs are kept. Default output is unchanged and stays index-aligned for editing.
    • The Markdown reader now emits one link when a label is split across styled runs, picks a backtick fence that survives backticks inside a code span, keeps link destinations containing spaces or parentheses intact, and marks page, column and section breaks instead of dropping them.
  • auth fix(auth): stop OAuthConfig writing unused FASTMCP_SERVER_AUTH* vars into os.environ by @taylorwilsdon in #1137
    • Constructing OAuthConfig no longer mutates the process environment, so those variables stay whatever you set them to.

New Contributors

Full Changelog: v1.26.2...v1.27.0

Don't miss a new google_workspace_mcp release

NewReleases is sending notifications on new releases.