Skip to content

v5.2.0 — Workspace Bridge Write Tools

Latest

Choose a tag to compare

@fideguch fideguch released this 29 Mar 13:28
· 12 commits to main since this release

Workspace Bridge Read+Write (Phase 1)

5 new MCP tools for bidirectional Notion + Google Workspace integration.

New Write Tools

Tool API Purpose
workspace_update_sheet Sheets v4 PUT Update cell values in range
workspace_append_sheet Sheets v4 POST Append rows to sheet
workspace_create_event Calendar v3 POST Create events (RFC3339 + all-day)
notion_update_page Notion PATCH Update page properties (13 types)
notion_archive_page Notion PATCH Archive/unarchive pages (reversible)

Infrastructure

  • googleFetchCore refactored for POST/PUT/PATCH/DELETE
  • 403 OAuth scope detection with actionable re-authorization message
  • is2DArray type guard (zero as casts in new tools)
  • Security audit: 0 vulnerabilities (brace-expansion fixed)

Quality

  • Tests: 476 → 514 (+38: 26 unit + 12 scenario)
  • MCP tools: 22 → 27
  • 8-axis score: 66/80 → 70/80 (Ship-ready)
  • npm audit: 0 vulnerabilities

OAuth Scope Changes

Write tools require updated OAuth scopes:

  • Sheets: spreadsheets.readonlyspreadsheets
  • Calendar: calendar.readonlycalendar

See docs/workspace-bridge.md for migration steps.

Full Changelog

See CHANGELOG.md for details.