The gas-fakes-mcp project is an experimental setup that integrates the Gemini CLI with Google Workspace automation (Sheets, Drive) by utilizing the @mcpher/gas-fakes library. It effectively creates a local, sandboxed environment using Node.js where Google Apps Script (GAS) code can be generated, run, and tested via natural language prompts in the command line. This architecture employs the Model Context Protocol (MCP) to establish a bridge between the local terminal and the Google Cloud APIs, enabling developers to write, execute, and verify native Apps Script logic safely without leaving their local development environment. […]