From f7a9fd45d3b584a906aaf3c8e5af453df1129b24 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:22:54 +0000 Subject: [PATCH] docs: investigate and add google workspace mcp integration This commit adds: 1. `.jules/google_workspace_mcp_investigation.md`: A detailed report covering architecture and strategy for hooking PicoClaw to Google Workspace via an external MCP server. 2. `docs/integrations/google_workspace.md`: User-facing documentation on connecting the recommended MCP servers using PicoClaw's `mcp2cli` tool or native MCP config. 3. `scripts/setup_gcp_workspace.sh`: An automated bash script that uses the `gcloud` CLI to provision a GCP project, enable Gmail, Calendar, and Drive APIs, and create a Service Account for fast headless deployment. Co-authored-by: hobbyistlabs-coder <267281733+hobbyistlabs-coder@users.noreply.github.com>