<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Model Context Protocol on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/model-context-protocol/</link>
    <description>Recent content in Model Context Protocol on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Thu, 25 Dec 2025 15:24:07 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/model-context-protocol/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Nexus-MCP: A Unified Gateway for Scalable and Deterministic MCP Server Aggregation</title>
      <link>https://tanaikech.github.io/2025/12/25/nexus-mcp-a-unified-gateway-for-scalable-and-deterministic-mcp-server-aggregation/</link>
      <pubDate>Thu, 25 Dec 2025 15:24:07 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/12/25/nexus-mcp-a-unified-gateway-for-scalable-and-deterministic-mcp-server-aggregation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/5fe73221c32a4e1c665b9c8a7f506d70&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251225a/fig1.jpg&#34;&#xA;     alt=&#34;Nexus-MCP: A Unified Gateway for Scalable and Deterministic MCP Server Aggregation&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;Nexus-MCP resolves &amp;ldquo;Tool Space Interference&amp;rdquo; in Large Language Models by aggregating multiple MCP servers into a single gateway. Utilizing a strictly deterministic 4-phase workflow—Discovery, Mapping, Schema Verification, and Bridged Execution—it prevents context saturation and tool hallucinations, enabling the use of massive tool ecosystems without sacrificing reasoning accuracy.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;The integration of Gemini CLI and Google Antigravity with the Model Context Protocol (MCP) has significantly expanded the capabilities of LLM-based agents. However, this expansion introduces a critical performance bottleneck. As the number of available tools grows, Large Language Models (LLMs) suffer from a measurable decline in reasoning accuracy and tool-selection reliability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Modularizing AI Agents: Integrating Google Apps Script Libraries with Gemini CLI and Antigravity</title>
      <link>https://tanaikech.github.io/2025/12/11/modularizing-ai-agents-integrating-google-apps-script-libraries-with-gemini-cli-and-antigravity/</link>
      <pubDate>Thu, 11 Dec 2025 13:39:34 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/12/11/modularizing-ai-agents-integrating-google-apps-script-libraries-with-gemini-cli-and-antigravity/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/fb1526466e4b53d1f00981d4536659b8&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251211a/fig1.jpg&#34;&#xA;     alt=&#34;Modularizing AI Agents: Integrating Google Apps Script Libraries with Gemini CLI and Antigravity&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article introduces a major update to &lt;code&gt;gas-fakes&lt;/code&gt; enabling dynamic loading of Google Apps Script libraries. This enhancement allows developers to build modular, maintainable Model Context Protocol (MCP) servers. We demonstrate this by integrating sophisticated library-based tools with Gemini CLI and Google Antigravity for seamless Google Workspace automation.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;I recently published an article titled &amp;ldquo;&lt;a href=&#34;https://medium.com/google-cloud/power-of-google-apps-script-building-mcp-server-tools-for-gemini-cli-and-google-antigravity-in-71e754e4b740&#34;&gt;Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation&lt;/a&gt;.&amp;rdquo; In that piece, I demonstrated how to bridge the Model Context Protocol (MCP) with Google Workspace by implementing an MCP server using Google Apps Script (GAS) and &lt;code&gt;gas-fakes&lt;/code&gt;. This successfully established a communication channel for sophisticated AI agents—such as the Gemini CLI and Google Antigravity—to interact directly with Workspace data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation</title>
      <link>https://tanaikech.github.io/2025/12/03/power-of-google-apps-script-building-mcp-server-tools-for-gemini-cli-and-google-antigravity-in-google-workspace-automation/</link>
      <pubDate>Wed, 03 Dec 2025 14:37:40 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/12/03/power-of-google-apps-script-building-mcp-server-tools-for-gemini-cli-and-google-antigravity-in-google-workspace-automation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/e7ddfd23e51c0c4fd0278f873f46d752&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251203a/fig1.jpg&#34;&#xA;     alt=&#34;Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article demonstrates how to build Model Context Protocol (MCP) tools directly using Google Apps Script. By leveraging the &lt;code&gt;gas-fakes&lt;/code&gt; CLI, developers can execute Google Apps Script locally to automate Google Workspace via Gemini CLI and Google Antigravity, streamlining development and eliminating the overhead of dynamic tool creation.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;With the rapid advancement of generative AI, ensuring the security of executing AI-generated scripts is of paramount importance to prevent arbitrary code execution vulnerabilities. Addressing this, I previously published a secure sandbox environment for Google Apps Script (GAS) known as &lt;code&gt;gas-fakes&lt;/code&gt;, which emulates the Apps Script environment locally. &lt;a href=&#34;https://medium.com/google-cloud/a-fake-sandbox-for-google-apps-script-a-feasibility-study-on-securely-executing-code-generated-by-cc985ce5dae3&#34;&gt;Ref&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language</title>
      <link>https://tanaikech.github.io/2025/12/01/a-new-era-for-google-apps-script-unlocking-the-future-of-google-workspace-automation-with-natural-language/</link>
      <pubDate>Mon, 01 Dec 2025 10:19:44 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/12/01/a-new-era-for-google-apps-script-unlocking-the-future-of-google-workspace-automation-with-natural-language/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/611d0cc0fe9733994ae547ab4dbe667c&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251201a/fig1.jpg&#34;&#xA;     alt=&#34;A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article redefines Google Apps Script (GAS) as a central integration hub in the AI era. It introduces the forefront of Google Workspace automation, realized through the fusion of the Model Context Protocol (MCP), Agent2Agent (A2A), and the Gemini CLI ecosystem. I cover everything from data integration bridging local and cloud environments (RAG) and sandbox technologies for safely executing AI-generated GAS, to the coordination of autonomous agents on the newly released Google Antigravity. We will explore next-generation work styles and implementation methods where complex workflows are completed autonomously through simple natural language instructions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrating Google Antigravity: Unlocking the Google Workspace Extension for Gemini CLI</title>
      <link>https://tanaikech.github.io/2025/11/25/integrating-google-antigravity-unlocking-the-google-workspace-extension-for-gemini-cli/</link>
      <pubDate>Tue, 25 Nov 2025 14:08:19 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/25/integrating-google-antigravity-unlocking-the-google-workspace-extension-for-gemini-cli/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/346eea6b858e3368d9b34475d1b70e54&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251125a/fig1.jpg&#34;&#xA;     alt=&#34;Integrating Google Antigravity: Unlocking the Google Workspace Extension for Gemini CLI&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article demonstrates how to integrate the Google Workspace Extension for Gemini CLI with Google Antigravity. It addresses a Model Context Protocol (MCP) tool naming incompatibility using a custom proxy script, enabling seamless, authenticated automation of Google Workspace tasks directly within the Antigravity IDE environment.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;Since its release, the &lt;strong&gt;Gemini CLI&lt;/strong&gt; has been rapidly adopted across various development scenarios. &lt;a href=&#34;https://github.com/google-gemini/gemini-cli&#34;&gt;Ref&lt;/a&gt; Its utility increased significantly with the introduction of &lt;strong&gt;Gemini CLI Extensions&lt;/strong&gt;, which simplify the installation and management of Model Context Protocol (MCP) servers. &lt;a href=&#34;https://cloud.google.com/blog/products/ai-machine-learning/automate-app-deployment-and-security-analysis-with-new-gemini-cli-extensions?hl=en&#34;&gt;Ref&lt;/a&gt; Most recently, the &lt;strong&gt;Google Workspace Extension for Gemini CLI&lt;/strong&gt; was released by Google, providing an MCP server specifically designed to manage Workspace automation. &lt;a href=&#34;https://github.com/gemini-cli-extensions/workspace&#34;&gt;Ref&lt;/a&gt; A distinct advantage of this extension is its streamlined authorization process—authentication runs automatically when the Gemini CLI is launched, making it highly efficient.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agentic Automation in Google Workspace: Bridging Antigravity and Gemini 3.0</title>
      <link>https://tanaikech.github.io/2025/11/22/agentic-automation-in-google-workspace-bridging-antigravity-and-gemini-3.0/</link>
      <pubDate>Sat, 22 Nov 2025 14:43:53 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/22/agentic-automation-in-google-workspace-bridging-antigravity-and-gemini-3.0/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/da7deaad19f75db0fd473e84e856529e&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251122a/fig1.jpg&#34;&#xA;     alt=&#34;Agentic Automation in Google Workspace: Bridging Antigravity and Gemini 3.0&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article explores automating Google Workspace by integrating Google Antigravity and Gemini 3.0 with Model Context Protocol (MCP) servers. We demonstrate how to overcome tool limits and utilize custom extensions to enable AI agents to securely execute scripts, manage files, and perform RAG-based tasks using private data.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;Google Antigravity and Gemini 3.0 are ushering in a new era of &amp;ldquo;Agent-First&amp;rdquo; development, transforming how we interact with cloud environments. &lt;a href=&#34;https://antigravity.google/&#34;&gt;Ref&lt;/a&gt; A key component of this evolution is the integration of Model Context Protocol (MCP) servers. When connected to Antigravity, these servers empower the architecture to resolve complex, multi-step tasks by granting the AI direct, standardized access to external tools and proprietary data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Next-Generation Google Apps Script Development: Leveraging Antigravity and Gemini 3.0</title>
      <link>https://tanaikech.github.io/2025/11/21/next-generation-google-apps-script-development-leveraging-antigravity-and-gemini-3.0/</link>
      <pubDate>Fri, 21 Nov 2025 15:20:25 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/21/next-generation-google-apps-script-development-leveraging-antigravity-and-gemini-3.0/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/886e334d639ae4da4f18fe59ef0db0f0&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251121a/fig1.jpg&#34;&#xA;     alt=&#34;Next-Generation Google Apps Script Development: Leveraging Antigravity and Gemini 3.0&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article demonstrates a cutting-edge workflow for Google Apps Script development using Google Antigravity and Gemini 3.0. By integrating &lt;code&gt;gas-fakes&lt;/code&gt; via the Model Context Protocol (MCP), we establish an environment where autonomous agents can generate, unit-test, and execute cloud-based scripts locally, revolutionizing the standard GAS development lifecycle.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Google Antigravity has officially been released. &lt;a href=&#34;https://antigravity.google/&#34;&gt;Ref&lt;/a&gt; This is a revolutionary &amp;ldquo;Agent-first&amp;rdquo; IDE powered by Gemini 3, designed to empower autonomous AI agents to plan, code, and verify tasks across the Editor, Terminal, and Browser. It is anticipated that this platform will trigger a paradigm shift in how we develop applications and auto-generate comprehensive documentation, moving the industry from simple code completion to fully agentic workflows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Data Silos to Unified RAG: Gemini CLI Extensions Unify Local and Google Workspace for a Powerful File Search</title>
      <link>https://tanaikech.github.io/2025/11/15/from-data-silos-to-unified-rag-gemini-cli-extensions-unify-local-and-google-workspace-for-a-powerful-file-search/</link>
      <pubDate>Sat, 15 Nov 2025 11:01:29 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/15/from-data-silos-to-unified-rag-gemini-cli-extensions-unify-local-and-google-workspace-for-a-powerful-file-search/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/46573f903a3bf7aa96e9c4458a361d0c&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251115a/fig1.jpg&#34;&#xA;     alt=&#34;From Data Silos to Unified RAG: Gemini CLI Extensions Unify Local and Google Workspace for a Powerful File Search&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article demonstrates how to create a unified file search for Gemini, integrating disconnected local files and Google Workspace data. Using a Google Apps Script-powered extension, users can directly ingest data from Drive, Sheets, and Gmail, enabling a powerful, context-aware RAG system.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;h2 id=&#34;1-the-challenge-of-data-silos&#34;&gt;1. The Challenge of Data Silos&lt;/h2&gt;&#xA;&lt;p&gt;In modern enterprises, data is fragmented. It lives on local machines, in Google Drive, within Google Sheets, and across countless emails. While the Gemini CLI excels at file searches, it traditionally requires manually downloading cloud files to a local environment before they can be used. This workflow is inefficient, error-prone, and creates unnecessary operational overhead, preventing the creation of a truly comprehensive knowledge base for Retrieval-Augmented Generation (RAG).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI Extension: FileSearchStore-extension</title>
      <link>https://tanaikech.github.io/2025/11/11/gemini-cli-extension-filesearchstore-extension/</link>
      <pubDate>Tue, 11 Nov 2025 15:38:13 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/11/gemini-cli-extension-filesearchstore-extension/</guid>
      <description>&lt;p&gt;Here introduces a new Gemini CLI extension that integrates File Search feature. This tool establishes a fully managed Retrieval-Augmented Generation (RAG) system directly on the command line.&lt;/p&gt;&#xA;&lt;p&gt;The extension is designed to simplify the use of the Gemini API&amp;rsquo;s File Search, a powerful new feature that enables RAG grounded in personal or proprietary knowledge bases. While the underlying API requires scripting, this Node.js-built CLI extension allows users to seamlessly manage File Search stores and generate context-aware content grounded in their private documents without having to leave the terminal interface.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrating File Search with the Gemini CLI Extension</title>
      <link>https://tanaikech.github.io/2025/11/11/integrating-file-search-with-the-gemini-cli-extension/</link>
      <pubDate>Tue, 11 Nov 2025 15:27:12 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/11/integrating-file-search-with-the-gemini-cli-extension/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/468bb58319933303fef78816c6e9dc02&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251111a/fig1.jpg&#34;&#xA;     alt=&#34;Integrating File Search with the Gemini CLI Extension&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article introduces a Gemini CLI extension that integrates File Search feature. This tool provides a fully managed Retrieval-Augmented Generation (RAG) system directly in your command line, enabling content generation grounded in your private documents and data.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;The Gemini API recently introduced File Search, a powerful feature that enables Retrieval-Augmented Generation (RAG) using your own documents as a knowledge base. This allows you to generate content grounded in personal or proprietary information. While powerful, leveraging this via API calls requires scripting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Next-Level Google Apps Script Development</title>
      <link>https://tanaikech.github.io/2025/10/29/next-level-google-apps-script-development/</link>
      <pubDate>Wed, 29 Oct 2025 16:41:39 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/29/next-level-google-apps-script-development/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/Next-Level-Google-Apps-Script-Development&#34;&gt;GitHub&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251029a/fig1.jpg&#34;&#xA;     alt=&#34;Next-Level Google Apps Script Development&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article introduces a powerful method for developing and testing Google Apps Script (GAS) locally. By leveraging the &lt;code&gt;gas-fakes&lt;/code&gt; library, you can build a secure, local Model Context Protocol (MCP) server, enabling the creation of AI-powered tools for Google Workspace automation without deploying to the cloud.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/brucemcpherson/gas-fakes&#34;&gt;gas-fakes&lt;/a&gt;, developed by Bruce McPherson, is an innovative library that enables Google Apps Script (GAS) code to run directly in a local environment by substituting GAS classes and methods with their corresponding Google APIs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Secure and Streamlined Google Apps Script Development with gas-fakes CLI and Gemini CLI Extension</title>
      <link>https://tanaikech.github.io/2025/10/27/secure-and-streamlined-google-apps-script-development-with-gas-fakes-cli-and-gemini-cli-extension/</link>
      <pubDate>Mon, 27 Oct 2025 14:57:56 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/27/secure-and-streamlined-google-apps-script-development-with-gas-fakes-cli-and-gemini-cli-extension/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/e1b57421876e958f5d7f0c5204557f04&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251027a/fig1.jpg&#34;&#xA;     alt=&#34;Secure and Streamlined Google Apps Script Development with gas-fakes CLI and Gemini CLI Extension&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This document introduces a powerful integration of the &lt;code&gt;gas-fakes&lt;/code&gt; CLI and a Gemini CLI extension, creating a secure and streamlined development workflow for Google Apps Script. This setup enables local testing of AI-generated scripts in a secure sandbox, preventing unintended access to your Google Drive, and provides a seamless transition to cloud deployment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://github.com/brucemcpherson/gas-fakes&#34;&gt;gas-fakes&lt;/a&gt; project by Bruce McPherson is a groundbreaking endeavor that recreates the Google Apps Script (GAS) execution environment on Node.js, enabling local testing and debugging. When Bruce invited me to join the project, I first started by understanding gas-fakes. The project enables local execution by converting GAS service calls (e.g., &lt;code&gt;SpreadsheetApp.create()&lt;/code&gt;) into corresponding Google API requests.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI Extension for GAS Development Kit</title>
      <link>https://tanaikech.github.io/2025/10/26/gemini-cli-extension-for-gas-development-kit/</link>
      <pubDate>Sun, 26 Oct 2025 14:18:42 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/26/gemini-cli-extension-for-gas-development-kit/</guid>
      <description>&lt;p&gt;I created a Gemini CLI extension as a GAS Development Kit. For this, I developed the CLI of gas-fakes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;repository&#34;&gt;Repository&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/gas-development-kit-extension&#34;&gt;https://github.com/tanaikech/gas-development-kit-extension&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;&#xA;&lt;h3 id=&#34;1-install-gemini-cli&#34;&gt;1. Install Gemini CLI&lt;/h3&gt;&#xA;&lt;p&gt;First, install the &lt;a href=&#34;https://github.com/google-gemini/gemini-cli&#34;&gt;Gemini CLI&lt;/a&gt; using npm:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm install -g @google/gemini-cli&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Next, you will need to authorize the CLI. Follow the instructions provided in the &lt;a href=&#34;https://github.com/google-gemini/gemini-cli?tab=readme-ov-file#-authentication-options&#34;&gt;official documentation&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-install-clasp&#34;&gt;2. Install Clasp&lt;/h3&gt;&#xA;&lt;p&gt;Even when Clasp is not installed, when gas-fakes is installed, you can run Google Apps Script in a sandbox using gas-fakes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Streamlining Google Apps Script Development with Gemini CLI Extensions and VSCode</title>
      <link>https://tanaikech.github.io/2025/10/21/streamlining-google-apps-script-development-with-gemini-cli-extensions-and-vscode/</link>
      <pubDate>Tue, 21 Oct 2025 16:28:47 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/21/streamlining-google-apps-script-development-with-gemini-cli-extensions-and-vscode/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/0e12338ca99bbddc51fe69c07a1bc36f&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251021a/fig1.jpg&#34;&#xA;     alt=&#34;Streamlining Google Apps Script Development with Gemini CLI Extensions and VSCode&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This guide explores a powerful, next-level workflow for Google Apps Script (GAS) development by integrating Gemini CLI Extensions with Visual Studio Code (VSCode). This combination streamlines the entire development process, from script creation and local testing in a secure sandbox to deploying and managing projects, all within a unified and efficient environment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Visual Studio Code (VSCode) is widely recognized as a premier source code editor. The release of the Gemini CLI has dramatically transformed script development by bringing advanced AI capabilities directly into the terminal. In particular, combining Gemini CLI with VSCode creates a powerful development ecosystem, highly effective for languages typically executed locally, such as Python, Node.js, Go and so on. Beyond coding, this setup streamlines content creation, including articles and papers, by leveraging AI for drafting and editing. &lt;a href=&#34;https://medium.com/google-cloud/streamlining-content-creation-a-guide-to-using-gemini-cli-mcp-server-and-vscode-e623c42419f5&#34;&gt;Ref&lt;/a&gt; For cloud-based Google Apps Script (GAS) development, the standard approach involves using VSCode alongside Clasp to manage projects locally. &lt;a href=&#34;https://github.com/google/clasp&#34;&gt;Ref&lt;/a&gt; Integrating Gemini CLI into this established workflow promises significant synergistic effects. A recent update has further expanded these possibilities by enabling Clasp to function experimentally as a Model Context Protocol (MCP) server, allowing LLMs to directly interact with GAS project structures. &lt;a href=&#34;https://github.com/google/clasp?tab=readme-ov-file#mcp-experimental&#34;&gt;Ref&lt;/a&gt; Furthermore, to address security concerns when executing AI-generated GAS code, I have introduced a &amp;ldquo;fake sandbox&amp;rdquo; environment for safer testing. &lt;a href=&#34;https://medium.com/google-cloud/a-fake-sandbox-for-google-apps-script-a-feasibility-study-on-securely-executing-code-generated-by-cc985ce5dae3&#34;&gt;Ref&lt;/a&gt; and &lt;a href=&#34;https://medium.com/google-cloud/secure-and-conversational-google-workspace-automation-integrating-gemini-cli-with-a-gas-fakes-mcp-0a5341559865&#34;&gt;Ref&lt;/a&gt; With the recent release of Gemini CLI Extensions, which allow for custom AI tools and specialized workflows, combining these assets creates a vastly superior developer environment. In this article, I will introduce next-level Google Apps Script development by leveraging the combined power of Gemini CLI Extensions and VSCode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Developer&#39;s Guide to Building Gemini CLI Extensions</title>
      <link>https://tanaikech.github.io/2025/10/16/a-developers-guide-to-building-gemini-cli-extensions/</link>
      <pubDate>Thu, 16 Oct 2025 13:14:39 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/16/a-developers-guide-to-building-gemini-cli-extensions/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/0a1426535ab3af0c68cf8d79bca770a0&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251016a/fig1.jpg&#34;&#xA;     alt=&#34;A Developer&amp;#39;s Guide to Building Gemini CLI Extensions&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This guide offers a comprehensive walkthrough of the essential steps and key considerations for developing Gemini CLI extensions. It covers setting up a sample project, configuring the &lt;code&gt;gemini-extension.json&lt;/code&gt; file, local testing, and automating dependency management with GitHub Actions, providing developers with the foundational knowledge to create their own custom tools.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;After the release of Gemini CLI Extensions, a growing community of users is developing a wide range of extensions to enhance their command-line workflows. &lt;a href=&#34;https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud?e=48754805&amp;amp;hl=en&#34;&gt;Ref&lt;/a&gt; and &lt;a href=&#34;https://geminicli.com/extensions/&#34;&gt;Ref&lt;/a&gt; This trend is expected to continue and strengthen. As the ecosystem expands, knowing how to develop these extensions becomes increasingly valuable for users who want to create their own custom tools. Many useful articles for understanding Gemini CLI Extensions have already been published. In particular, the articles by Romin Irani are very helpful. &lt;a href=&#34;https://medium.com/google-cloud/gemini-cli-tutorial-series-part-11-gemini-cli-extensions-69a6f2abb659&#34;&gt;Ref&lt;/a&gt; In this article, I would like to introduce the core parts I paid attention to when I developed my own extensions (&lt;a href=&#34;https://medium.com/google-cloud/simplified-google-workspace-automation-with-gemini-cli-extensions-cbd86bcd7948&#34;&gt;Ref&lt;/a&gt;). I hope this article proves useful. As a sample tool in this article, the current time is returned using Node.js.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI Extension: ToolsForMCPServer-extension</title>
      <link>https://tanaikech.github.io/2025/10/15/gemini-cli-extension-toolsformcpserver-extension/</link>
      <pubDate>Wed, 15 Oct 2025 15:26:26 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/15/gemini-cli-extension-toolsformcpserver-extension/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-extension&#34;&gt;ToolsForMCPServer-extension&lt;/h2&gt;&#xA;&lt;p&gt;This Gemini CLI Extension simplifies Google Workspace automation. It installs a local Model Context Protocol (MCP) server that communicates with a powerful, securely authorized backend built on Google Apps Script Web Apps, overcoming previous complex setup and performance bottlenecks.&lt;/p&gt;&#xA;&lt;p&gt;You can see the details at my repository.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer-extension&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer-extension&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simplified Google Workspace Automation with Gemini CLI Extensions</title>
      <link>https://tanaikech.github.io/2025/10/15/simplified-google-workspace-automation-with-gemini-cli-extensions/</link>
      <pubDate>Wed, 15 Oct 2025 15:06:34 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/15/simplified-google-workspace-automation-with-gemini-cli-extensions/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/8693efc439bac83b3aea38317fb7724f&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251015a/fig1.jpg&#34;&#xA;     alt=&#34;Simplified Google Workspace Automation with Gemini CLI Extensions&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This project simplifies Google Workspace automation by using a Gemini CLI Extension. It installs a local Model Context Protocol (MCP) server that communicates with a powerful, securely authorized backend built on Google Apps Script Web Apps, overcoming previous complex setup and performance bottlenecks.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;In order to achieve Google Workspace Automation with seamless authorization and safety, I have published a Model Context Protocol (MCP) server built by Google Apps Script Web Apps. &lt;a href=&#34;https://medium.com/google-cloud/gemini-cli-with-mcp-server-expanding-possibilities-with-google-apps-script-4626c661ac81&#34;&gt;Ref&lt;/a&gt; This is very useful because Google Apps Script provides native, secure authorization for Google Workspace APIs like Gmail, Drive, and Calendar. However, there was a bottleneck in the complex installation and a long loading time of the MCP server. Recently, Gemini Extensions have been released. &lt;a href=&#34;https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud?e=48754805&amp;amp;hl=en&#34;&gt;Ref&lt;/a&gt; By this, tools and MCP servers can be directly and easily installed from sources like GitHub repositories using a simple command. From this situation, I attempted to implement this simplified installation method on the MCP server built by Google Apps Script Web Apps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamic Tool Creation for Google Workspace Automation with Gemini CLI</title>
      <link>https://tanaikech.github.io/2025/10/09/dynamic-tool-creation-for-google-workspace-automation-with-gemini-cli/</link>
      <pubDate>Thu, 09 Oct 2025 14:43:51 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/09/dynamic-tool-creation-for-google-workspace-automation-with-gemini-cli/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/91321df429b3e94f6a71176bd4ecafbb&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251009a/fig1.jpg&#34;&#xA;     alt=&#34;Dynamic Tool Creation for Google Workspace Automation with Gemini CLI&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article presents a method for optimizing Google Workspace automation by dynamically converting frequently used, AI-generated Google Apps Scripts into permanent, reusable tools. By integrating the Gemini CLI with a &lt;code&gt;gas-fakes&lt;/code&gt; sandbox via an MCP server, we demonstrate how to securely add and manage these custom tools, reducing operational costs and improving efficiency.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;When using generative AI to create scripts, ensuring the secure execution of the generated code is critical. This is especially true for applications that manage cloud resources like Google Workspace, where it is paramount to prevent unintended data access or modification. The standard permission model for Google Apps Script often requires broad access, creating a significant security risk when running code from untrusted sources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Collaborative Dialogue Between Gemini CLI and Copilot CLI Through MCP</title>
      <link>https://tanaikech.github.io/2025/10/02/a-collaborative-dialogue-between-gemini-cli-and-copilot-cli-through-mcp/</link>
      <pubDate>Thu, 02 Oct 2025 14:59:18 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/10/02/a-collaborative-dialogue-between-gemini-cli-and-copilot-cli-through-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/e6c41eec8b1fac74979af45ab86c7e7e&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251002a/fig1.jpg&#34;&#xA;     alt=&#34;A Collaborative Dialogue Between Gemini CLI and Copilot CLI Through MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article introduces a method for integrating Google&amp;rsquo;s Gemini CLI and GitHub&amp;rsquo;s Copilot CLI using the Model Context Protocol (MCP). By configuring one CLI as an MCP server, the other can invoke it from a prompt, enabling a powerful, collaborative interaction between the two AI assistants for enhanced development workflows.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Recently, GitHub released the &lt;a href=&#34;https://github.com/github/copilot-cli&#34;&gt;Copilot CLI&lt;/a&gt;, a command-line interface that brings the power of GitHub Copilot directly to your terminal. It assists with various tasks, including answering questions, writing code, and interacting with GitHub. Concurrently, Google has already introduced the &lt;a href=&#34;https://github.com/google-gemini/gemini-cli&#34;&gt;Gemini CLI&lt;/a&gt;, an open-source AI agent that integrates the Gemini models into the command line to help developers with coding, problem-solving, and task management.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Secure and Conversational Google Workspace Automation: Integrating Gemini CLI with a gas-fakes MCP Server</title>
      <link>https://tanaikech.github.io/2025/09/30/secure-and-conversational-google-workspace-automation-integrating-gemini-cli-with-a-gas-fakes-mcp-server/</link>
      <pubDate>Tue, 30 Sep 2025 16:15:11 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/30/secure-and-conversational-google-workspace-automation-integrating-gemini-cli-with-a-gas-fakes-mcp-server/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/e995c03ff066f38a208fa473ac47132b&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250930a/fig1.jpg&#34;&#xA;     alt=&#34;Secure and Conversational Google Workspace Automation: Integrating Gemini CLI with a gas-fakes MCP Server&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article introduces a method for securely executing AI-generated Google Apps Script. By implementing a &amp;ldquo;fake-sandbox&amp;rdquo; using the gas-fakes library as an MCP server, users can empower the Gemini CLI to safely automate Google Workspace tasks with granular, file-specific permissions, avoiding significant security risks.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&amp;ldquo;Have you ever faced a task that isn&amp;rsquo;t part of your routine but is tedious to do manually, like, &amp;lsquo;I need to add a &amp;ldquo;[For Review]&amp;rdquo; prefix to the titles of all Google Docs in a specific folder this afternoon&amp;rsquo;? Or perhaps you&amp;rsquo;ve thought, &amp;lsquo;I want to use AI to work with my spreadsheets, but I&amp;rsquo;m concerned about the security implications of granting a tool full access to my Google Drive&amp;rsquo;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Streamlining Content Creation: A Guide to Using Gemini CLI, MCP Server, and VSCode</title>
      <link>https://tanaikech.github.io/2025/09/24/streamlining-content-creation-a-guide-to-using-gemini-cli-mcp-server-and-vscode/</link>
      <pubDate>Wed, 24 Sep 2025 15:14:30 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/24/streamlining-content-creation-a-guide-to-using-gemini-cli-mcp-server-and-vscode/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/4d2c8418bb8b576aa9c560dde0f54a2f&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250924a/fig1.jpg&#34;&#xA;     alt=&#34;Streamlining Content Creation: A Guide to Using Gemini CLI, MCP Server, and VSCode&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This guide explores a powerful workflow for generating articles and other content by integrating Gemini CLI, a Model Context Protocol (MCP) server, and Visual Studio Code (VSCode). Discover how to leverage this combination for efficient, context-aware content creation, modification, and distribution, complete with practical examples and prompts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The integration of Gemini CLI with Visual Studio Code (VSCode) creates a highly efficient and context-aware environment for developers and writers alike. This setup allows the AI-powered Gemini CLI to access the VSCode workspace, making it aware of open files and selected text to provide relevant and targeted suggestions. A key feature is the native in-editor diffing, which enables a side-by-side review and modification of AI-generated changes before acceptance, offering greater control over the final output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Accelerating Gemini CLI: A Node.js Wrapper for Google Apps Script MCP Servers</title>
      <link>https://tanaikech.github.io/2025/09/17/accelerating-gemini-cli-a-node.js-wrapper-for-google-apps-script-mcp-servers/</link>
      <pubDate>Wed, 17 Sep 2025 16:09:33 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/17/accelerating-gemini-cli-a-node.js-wrapper-for-google-apps-script-mcp-servers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/1d7f0090834431d03194e58ebffdb660&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250917a/fig1.jpg&#34;&#xA;     alt=&#34;Accelerating Gemini CLI: A Node.js Wrapper for Google Apps Script MCP Servers&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article introduces a Node.js wrapper that dramatically reduces the startup time for the Gemini CLI when used with MCP servers built on Google Apps Script. This optimization enhances user experience by accelerating the initialization process, achieving a speed boost of approximately 15 times.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-introduction&#34;&gt;1. Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The Model Context Protocol (MCP) is a vital open standard enabling AI agents to connect with external tools and data sources for complex, real-world tasks. To integrate the Gemini AI agent with Google Workspace, I developed two open-source tools: &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;MCPApp&lt;/a&gt;, for managing the MCP server lifecycle, and &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;ToolsForMCPServer&lt;/a&gt;, a suite of tools for interacting with services like Gmail and Drive. These are built with Google Apps Script for use with the &lt;a href=&#34;https://github.com/google-gemini/gemini-cli&#34;&gt;Gemini CLI&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/09/15/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Mon, 15 Sep 2025 15:09:36 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/15/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1029&#34;&gt;ToolsForMCPServer was updated to v1.0.29&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.29 (September 15, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The following 5 tools were added. These tools provide the information for building the request body of Google APIs.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;explanation_analytics_data_properties_runReport&lt;/li&gt;&#xA;&lt;li&gt;explanation_analytics_data_properties_runRealtimeReport&lt;/li&gt;&#xA;&lt;li&gt;explanation_manage_google_sheets_using_sheets_api&lt;/li&gt;&#xA;&lt;li&gt;explanation_manage_google_docs_using_docs_api&lt;/li&gt;&#xA;&lt;li&gt;explanation_manage_google_slides_using_slides_api&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The following 8 tools were updated.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;get_google_sheet_object_using_sheets_api&lt;/li&gt;&#xA;&lt;li&gt;manage_google_sheets_using_sheets_api&lt;/li&gt;&#xA;&lt;li&gt;get_google_doc_object_using_docs_api&lt;/li&gt;&#xA;&lt;li&gt;manage_google_docs_using_docs_api&lt;/li&gt;&#xA;&lt;li&gt;get_google_slides_object_using_slides_api&lt;/li&gt;&#xA;&lt;li&gt;manage_google_slides_using_slides_api&lt;/li&gt;&#xA;&lt;li&gt;analytics_data_properties_runReport&lt;/li&gt;&#xA;&lt;li&gt;analytics_data_properties_runRealtimeReport&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/09/11/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Thu, 11 Sep 2025 10:36:17 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/11/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1028&#34;&gt;ToolsForMCPServer was updated to v1.0.28&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.28 (September 11, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The following 9 tools were added.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;create_document_body_in_google_docs&lt;/li&gt;&#xA;&lt;li&gt;remove_files_on_google_drive&lt;/li&gt;&#xA;&lt;li&gt;maps_get_route&lt;/li&gt;&#xA;&lt;li&gt;maps_convert_location_to_lat_lon&lt;/li&gt;&#xA;&lt;li&gt;maps_convert_lat_lon_to_location&lt;/li&gt;&#xA;&lt;li&gt;maps_create_map&lt;/li&gt;&#xA;&lt;li&gt;explanation_create_maps_url&lt;/li&gt;&#xA;&lt;li&gt;explanation_reference_generate_google_apps_script&lt;/li&gt;&#xA;&lt;li&gt;explanation_reference_export_google_sheets_as_pdf&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A bug of a tool &amp;ldquo;convert_mimetype_of_file_on_google_drive&amp;rdquo; was removed. This is from &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer/issues/11&#34;&gt;this issue report&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Maps with Natural Language: Integrated Collaboration through Gemini CLI and MCP</title>
      <link>https://tanaikech.github.io/2025/09/11/google-maps-with-natural-language-integrated-collaboration-through-gemini-cli-and-mcp/</link>
      <pubDate>Thu, 11 Sep 2025 10:16:17 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/09/11/google-maps-with-natural-language-integrated-collaboration-through-gemini-cli-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/09db6dd910b458b6d0d97d43cc60209f&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250911a/fig1.jpg&#34;&#xA;     alt=&#34;Google Maps with Natural Language: Integrated Collaboration through Gemini CLI and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This article demonstrates integrating Google Maps with natural language using the Gemini CLI and an MCP server. This powerful combination allows users to automate complex location-based tasks, such as route planning and information retrieval, through simple, intuitive text-based prompts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The Gemini CLI, when paired with Model Context Protocol (MCP) servers, is a powerful tool for integrating various applications with natural language. When the MCP servers are built using Google Apps Script Web Apps, it becomes easy to integrate Google Workspace and other Google APIs with seamless authorization. This concept has been explored in several articles, which you can find here: &lt;a href=&#34;https://medium.com/google-cloud/gemini-cli-with-mcp-server-expanding-possibilities-with-google-apps-script-4626c661ac81&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/gemini-cli-featuring-an-enhanced-toolsformcpserver-7afaadfb5cfa&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/next-level-data-automation-gemini-cli-google-sheets-and-mcp-e6628a382e90&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/next-level-data-automation-gemini-cli-google-calendar-and-mcp-1b9e39e75f34&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/next-level-classroom-automation-gemini-cli-google-classroom-and-mcp-ac4bb9103fa6&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/unifying-google-workspace-with-natural-language-integrated-collaboration-through-gemini-cli-and-a40489ddf17e&#34;&gt;Ref&lt;/a&gt;, &lt;a href=&#34;https://medium.com/google-cloud/streamlining-web-page-insights-with-natural-language-using-gemini-cli-google-analytics-and-mcp-1774d2b735b7&#34;&gt;Ref&lt;/a&gt;. This article introduces the integration of Google Maps and natural language using the Gemini CLI with an MCP server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/08/22/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Fri, 22 Aug 2025 16:33:11 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/22/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1027&#34;&gt;ToolsForMCPServer was updated to v1.0.27&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.27 (August 22, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Following 6 tools for Google Analytics were added.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;analytics_admin_accountSummaries_list&lt;/code&gt;: Retrieves a list of all Google Analytics accounts accessible by the current user&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;analytics_admin_properties_get&lt;/code&gt;: Get detailed information about a single Google Analytics property&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;analytics_data_properties_runReport&lt;/code&gt;: Fetches a custom report from a Google Analytics property&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;analytics_data_properties_runRealtimeReport&lt;/code&gt;: Generates a customized report of real-time event data from a Google Analytics property&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Streamlining Web Page Insights with Natural Language using Gemini CLI, Google Analytics, and MCP</title>
      <link>https://tanaikech.github.io/2025/08/22/streamlining-web-page-insights-with-natural-language-using-gemini-cli-google-analytics-and-mcp/</link>
      <pubDate>Fri, 22 Aug 2025 16:24:34 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/22/streamlining-web-page-insights-with-natural-language-using-gemini-cli-google-analytics-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/1960fb03a38a13363f86966b4fcebbb5&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250822a/fig1.jpg&#34;&#xA;     alt=&#34;Streamlining Web Page Insights with Natural Language using Gemini CLI, Google Analytics, and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report introduces a powerful method for automating Google Analytics tasks using the Gemini CLI and a custom MCP (Model Context Protocol) server built with Google Apps Script. This integration enables streamlined web page analysis through simple natural language commands, simplifying authorization and complex data retrieval workflows.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Accessing and interpreting web analytics data often involves navigating complex interfaces and manual report generation. However, the emergence of natural language interfaces is changing this paradigm. Gemini CLI, when paired with MCP servers, allows users to orchestrate sophisticated, multi-step workflows using conversational commands. This creates a more intuitive and efficient way to interact with powerful services like Google Analytics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unifying Google Workspace with Natural Language: Integrated Collaboration through Gemini CLI and MCP</title>
      <link>https://tanaikech.github.io/2025/08/18/unifying-google-workspace-with-natural-language-integrated-collaboration-through-gemini-cli-and-mcp/</link>
      <pubDate>Mon, 18 Aug 2025 16:12:12 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/18/unifying-google-workspace-with-natural-language-integrated-collaboration-through-gemini-cli-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/625e26dd9cf002311731ce5194b9e810&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250818a/fig1.jpg&#34;&#xA;     alt=&#34;Unifying Google Workspace with Natural Language: Integrated Collaboration through Gemini CLI and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This document demonstrates a transformative method for unifying Google Workspace applications by using natural language. Through the integration of the Gemini CLI with MCP, this approach empowers users to intuitively manage Google Drive, Gmail, Google Calendar, Drive Activity, and Google People. Complex tasks and collaborative workflows are streamlined into simple, conversational text commands.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In today&amp;rsquo;s dynamic, collaborative environments, managing document workflows, tracking changes, and coordinating team efforts can be fragmented and inefficient. This article introduces a powerful solution that unifies these processes by leveraging the &lt;a href=&#34;https://github.com/google-gemini/gemini-cli&#34;&gt;Gemini CLI&lt;/a&gt; and &lt;a href=&#34;https://modelcontextprotocol.io/docs/getting-started/intro&#34;&gt;MCP (Model Context Protocol)&lt;/a&gt;. This integration breaks down the barriers between applications, allowing users to orchestrate complex tasks across Google Workspace with natural language prompts. Whether you&amp;rsquo;re finding a file in Drive, checking its comment history, retrieving contributor details from Contacts, and drafting a thank-you email in Gmail, these actions can now be executed from a single, conversational interface, dramatically boosting productivity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Next-Level Classroom Automation: Gemini CLI, Google Classroom, and MCP</title>
      <link>https://tanaikech.github.io/2025/08/10/next-level-classroom-automation-gemini-cli-google-classroom-and-mcp/</link>
      <pubDate>Sun, 10 Aug 2025 14:20:35 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/10/next-level-classroom-automation-gemini-cli-google-classroom-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/be36c5f544a5e6e1a25c0cff3db04ba6&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250810a/fig1.jpg&#34;&#xA;     alt=&#34;Next-Level Classroom Automation: Gemini CLI, Google Classroom, and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;Automate Google Classroom management with natural language. This guide details using the Gemini CLI and an MCP server to streamline creating classes, managing assignments, and interacting with students.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Unlock the power of natural language to command your Google Workspace. I&amp;rsquo;ve recently demonstrated how you can automate Google Workspace applications using simple, conversational commands through the Gemini CLI and the MCP (Model Context Protocol) server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - MCPApp</title>
      <link>https://tanaikech.github.io/2025/08/06/updated-gas-library-mcpapp/</link>
      <pubDate>Wed, 06 Aug 2025 10:38:30 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/06/updated-gas-library-mcpapp/</guid>
      <description>&lt;h2 id=&#34;mcpapp-was-updated-to-v207&#34;&gt;MCPApp was updated to v2.0.7&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v2.0.7 (August 6, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Starting with v2.0.7, you can now selectively enable or disable the &lt;strong&gt;LockService&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;By default, this library runs with the LockService enabled. To disable it, simply modify &lt;code&gt;return new MCPApp.mcpApp({ accessKey: &amp;quot;sample&amp;quot; })&lt;/code&gt; to &lt;code&gt;return new MCPApp.mcpApp({ accessKey: &amp;quot;sample&amp;quot;, lock: false })&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;When the LockService is disabled (&lt;code&gt;lock: false&lt;/code&gt;), asynchronous requests from clients like the Gemini CLI may see an increase in processing speed. However, it&amp;rsquo;s important to note that the maximum number of concurrent requests must not exceed 30. Please use this option with caution.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detail information here &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;https://github.com/tanaikech/MCPApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/08/01/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Fri, 01 Aug 2025 16:37:00 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/01/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1013&#34;&gt;ToolsForMCPServer was updated to v1.0.13&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.13 (August 1, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;code&gt;prompts/get&lt;/code&gt; was updated. And, 3 prompts were added.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - MCPApp</title>
      <link>https://tanaikech.github.io/2025/08/01/updated-gas-library-mcpapp/</link>
      <pubDate>Fri, 01 Aug 2025 16:35:36 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/01/updated-gas-library-mcpapp/</guid>
      <description>&lt;h2 id=&#34;mcpapp-was-updated-to-v206&#34;&gt;MCPApp was updated to v2.0.6&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v2.0.6 (August 1, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&amp;ldquo;prompts/get&amp;rdquo; method was updated.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detail information here &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;https://github.com/tanaikech/MCPApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enhanced Guide to Using Prompts in Gemini CLI</title>
      <link>https://tanaikech.github.io/2025/08/01/enhanced-guide-to-using-prompts-in-gemini-cli/</link>
      <pubDate>Fri, 01 Aug 2025 16:08:25 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/08/01/enhanced-guide-to-using-prompts-in-gemini-cli/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/68d72654c8b7ca9879388051230a17ae&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report provides a comprehensive overview of how to utilize prompts within the Gemini Command-Line Interface (CLI). Leveraging a Google Apps Script MCP server, we will explore practical examples, including roadmap generation, real-time weather inquiries, and Google Drive file searches. This enhanced document offers more in-depth explanations and a broader context to empower users in their understanding and application of these powerful features.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The Model Context Protocol (MCP) establishes a standardized framework for servers to offer clients predefined, structured prompt templates. These user-controllable prompts, customizable with arguments, are engineered to streamline interactions with large language models. The Gemini CLI, starting with version v0.1.15, integrates support for these prompts, significantly expanding its capabilities.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/31/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Thu, 31 Jul 2025 10:20:00 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/31/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1012&#34;&gt;ToolsForMCPServer was updated to v1.0.12&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.12 (July 31, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;At Gemini CLI v0.1.15, &lt;code&gt;prompts/list&lt;/code&gt; was called even when &lt;strong&gt;&lt;code&gt;prompts&lt;/code&gt; wasn&amp;rsquo;t included in &lt;code&gt;capabilities&lt;/code&gt;&lt;/strong&gt;. This resulted in the error &lt;code&gt;Error discovering prompts from gas_web_apps: MCP error -32001: Request timed out&lt;/code&gt; when &lt;code&gt;prompts&lt;/code&gt; wasn&amp;rsquo;t returned for &lt;code&gt;prompts/list&lt;/code&gt;. To resolve this, I updated &lt;code&gt;ToolsForMCPServer&lt;/code&gt; to &lt;strong&gt;return an empty array for &lt;code&gt;prompts&lt;/code&gt;&lt;/strong&gt;, which eliminated the error. Consequently, with this update in v1.0.12, you can now &lt;strong&gt;set custom &lt;code&gt;prompts&lt;/code&gt; and &lt;code&gt;resources&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - MCPApp</title>
      <link>https://tanaikech.github.io/2025/07/31/updated-gas-library-mcpapp/</link>
      <pubDate>Thu, 31 Jul 2025 10:17:47 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/31/updated-gas-library-mcpapp/</guid>
      <description>&lt;h2 id=&#34;mcpapp-was-updated-to-v205&#34;&gt;MCPApp was updated to v2.0.5&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v2.0.5 (July 31, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A bug was removed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detail information here &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;https://github.com/tanaikech/MCPApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Next-Level Data Automation: Gemini CLI, Google Calendar, and MCP</title>
      <link>https://tanaikech.github.io/2025/07/29/next-level-data-automation-gemini-cli-google-calendar-and-mcp/</link>
      <pubDate>Tue, 29 Jul 2025 13:33:14 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/29/next-level-data-automation-gemini-cli-google-calendar-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/f27e5a6633093b9cf929cb4fb569021f&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250729a/fig1d.jpg&#34;&#xA;     alt=&#34;Next-Level Data Automation: Gemini CLI, Google Calendar, and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report demonstrates managing Google Calendar from the command line using Gemini CLI and an MCP server, enabling powerful, scriptable automation for your schedule.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Following up on my previous report, &amp;ldquo;Next-Level Data Automation: Gemini CLI, Google Sheets, and MCP,&amp;rdquo; I&amp;rsquo;m excited to present the next installment in this series. My earlier report, published on Medium, detailed an innovative approach to managing Google Sheets through the powerful combination of Gemini CLI and an MCP server. &lt;a href=&#34;https://medium.com/google-cloud/next-level-data-automation-gemini-cli-google-sheets-and-mcp-e6628a382e90&#34;&gt;Ref&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/26/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Sat, 26 Jul 2025 15:04:03 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/26/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v1010&#34;&gt;ToolsForMCPServer was updated to v1.0.10&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.10 (July 26, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;When I updated Gemini CLI from v0.1.12 to v0.1.13, an issue related to the schema of MCP occurred. &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer/issues/2&#34;&gt;Ref&lt;/a&gt; So, as a workaround at the time, I updated this library. But when I updated Gemini CLI to v0.1.14, I confirmed that the previous schema could be used. So, I reimplemented the previous schema. By this, the request body for APIs can be directly generated using Gemini CLI v0.1.14.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/24/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Thu, 24 Jul 2025 13:43:50 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/24/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v109&#34;&gt;ToolsForMCPServer was updated to v1.0.9&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.9 (July 24, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The following 2 new tools were added.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;description_youtube: Describe a YouTube video by providing the URL.&lt;/li&gt;&#xA;&lt;li&gt;create_google_docs_from_markdown_on_google_drive: Create a Google Document from a markdown format.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/23/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Wed, 23 Jul 2025 13:11:19 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/23/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v108&#34;&gt;ToolsForMCPServer was updated to v1.0.8&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.8 (July 23, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;An issue occurred when I updated Gemini CLI from v0.1.12 to v0.1.13. &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer/issues/2&#34;&gt;Ref&lt;/a&gt; Fortunately, Google is already aware of this issue, and I&amp;rsquo;m awaiting a resolution. In the meantime, I&amp;rsquo;ve received emails about it, so I&amp;rsquo;ve updated ToolsForMCPServer for Gemini CLI v0.1.13. The detailed updates are as follows: I confirmed that all tools in ToolsForMCPServer v1.0.8 worked when tested with Gemini CLI v0.1.13.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;oneOf&lt;/code&gt; has been removed from the schema of each tool.&lt;/li&gt;&#xA;&lt;li&gt;Following &lt;a href=&#34;https://medium.com/google-cloud/generating-request-body-for-apis-using-gemini-43977961ca2a&#34;&gt;this report&lt;/a&gt;, the request body is now generated on the MCP server side. Therefore, when using the tools &lt;code&gt;manage_google_docs_using_docs_api&lt;/code&gt;, &lt;code&gt;manage_google_sheets_using_sheets_api&lt;/code&gt;, and &lt;code&gt;manage_google_slides_using_slides_api&lt;/code&gt;, please use your API key for the Gemini API.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/19/updated-gas-library-toolsformcpserver/</link>
      <pubDate>Sat, 19 Jul 2025 16:17:26 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/19/updated-gas-library-toolsformcpserver/</guid>
      <description>&lt;h2 id=&#34;toolsformcpserver-was-updated-to-v107&#34;&gt;ToolsForMCPServer was updated to v1.0.7&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.7 (July 19, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Added a &lt;code&gt;getToolList&lt;/code&gt; method for retrieving all current tools in the library.&lt;/li&gt;&#xA;&lt;li&gt;Tools can be filtered using &lt;code&gt;enables&lt;/code&gt; or &lt;code&gt;disables&lt;/code&gt; as an array argument for the &lt;code&gt;getTools&lt;/code&gt; method. If &lt;code&gt;enables&lt;/code&gt; is used, only the tools specified in the &lt;code&gt;enables&lt;/code&gt; array will be used. If &lt;code&gt;disables&lt;/code&gt; is used, all tools except those specified in the &lt;code&gt;disables&lt;/code&gt; array will be used. If neither &lt;code&gt;enables&lt;/code&gt; nor &lt;code&gt;disables&lt;/code&gt; is used, all tools will be used.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detailed information here &lt;a href=&#34;https://github.com/tanaikech/ToolsForMCPServer&#34;&gt;https://github.com/tanaikech/ToolsForMCPServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Managing Google Docs, Sheets, and Slides by Natural Language with Gemini CLI and MCP</title>
      <link>https://tanaikech.github.io/2025/07/17/managing-google-docs-sheets-and-slides-by-natural-language-with-gemini-cli-and-mcp/</link>
      <pubDate>Thu, 17 Jul 2025 15:48:40 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/17/managing-google-docs-sheets-and-slides-by-natural-language-with-gemini-cli-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/07058ee7cefeae8e360be01cd99c6ebc&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250717a/fig1.jpg&#34;&#xA;     alt=&#34;Managing Google Docs, Sheets, and Slides by Natural Language with Gemini CLI and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report explores an optimized approach to integrating the Gemini CLI with Google Workspace via an MCP server. Traditionally, this process requires numerous custom tools, which increases development costs. We propose leveraging the inherent JSON schema requirements of the MCP server tools to directly construct request bodies for the &lt;code&gt;batchUpdate&lt;/code&gt; methods of the Google Docs, Sheets, and Slides APIs. This approach aims to consolidate document management into just three core tools, significantly streamlining development and offering a scalable, cost-effective solution for Google Workspace automation and broader API integrations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Next-Level Data Automation: Gemini CLI, Google Sheets, and MCP</title>
      <link>https://tanaikech.github.io/2025/07/12/next-level-data-automation-gemini-cli-google-sheets-and-mcp/</link>
      <pubDate>Sat, 12 Jul 2025 11:24:44 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/12/next-level-data-automation-gemini-cli-google-sheets-and-mcp/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/9d5a2ebf69781ac37f9b1338949278de&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250712a/fig1.jpg&#34;&#xA;     alt=&#34;Next-Level Data Automation: Gemini CLI, Google Sheets, and MCP&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This article explores the integration of the Gemini Command-Line Interface (CLI) with Google Sheets using the Model Context Protocol (MCP). It demonstrates how to leverage the open-source projects &lt;code&gt;MCPApp&lt;/code&gt; and &lt;code&gt;ToolsForMCPServer&lt;/code&gt; to create a bridge between the Gemini CLI and Google Workspace. This enables users to perform powerful data automation tasks, such as creating, reading, and modifying tables in Google Sheets directly from the command line, using natural language prompts. The article provides practical examples and sample prompts to illustrate the seamless workflow and potential for building sophisticated, AI-powered applications within the Google Cloud ecosystem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI: Featuring an Enhanced ToolsForMCPServer</title>
      <link>https://tanaikech.github.io/2025/07/09/gemini-cli-featuring-an-enhanced-toolsformcpserver/</link>
      <pubDate>Wed, 09 Jul 2025 15:22:17 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/09/gemini-cli-featuring-an-enhanced-toolsformcpserver/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/f56d5c555a46acb6539ac2926b468f62&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250709a/fig1.jpg&#34;&#xA;     alt=&#34;Gemini CLI: Featuring an Enhanced ToolsForMCPServer&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report introduces &lt;code&gt;ToolsForMCPServer&lt;/code&gt;, an enhanced Google Apps Script library that expands the capabilities of Gemini CLI. It showcases new tools that streamline complex workflows, with a special emphasis on facilitating seamless file content transfer and management between a user&amp;rsquo;s local environment and Google Drive.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This report details significant enhancements to &lt;strong&gt;ToolsForMCPServer&lt;/strong&gt;, a powerful Google Apps Script library designed to work in tandem with Gemini CLI. By integrating this library with a Model Context Protocol (MCP) server, the capabilities of Gemini CLI are dramatically expanded, especially in its interaction with Google Workspace services. This document will explore the core architecture that makes this possible, introduce the new tools available in the library, and demonstrate their power through practical examples that bridge the local command line with the cloud.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Processing File Content Using Gemini CLI with an MCP Server Built by Google Apps Script</title>
      <link>https://tanaikech.github.io/2025/07/08/processing-file-content-using-gemini-cli-with-an-mcp-server-built-by-google-apps-script/</link>
      <pubDate>Tue, 08 Jul 2025 15:17:21 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/08/processing-file-content-using-gemini-cli-with-an-mcp-server-built-by-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/d16449e35d0a5d78299ca8028f414765&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250708a/fig1.jpg&#34;&#xA;     alt=&#34;Processing File Content Using Gemini CLI with an MCP Server Built by Google Apps Script&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;This report details two methods for processing files using the Gemini CLI and a Google Apps Script MCP server: direct Base64 encoding and indirect transfer via the Google Drive API using &lt;code&gt;ggsrun&lt;/code&gt;. The direct method proved ineffective due to token limits. The recommended approach, leveraging &lt;code&gt;ggsrun&lt;/code&gt;, allows for efficient, scalable file transfers by using file IDs instead of embedding content within the prompt, enabling advanced automation capabilities.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI with MCP Server: Expanding Possibilities with Google Apps Script</title>
      <link>https://tanaikech.github.io/2025/07/03/gemini-cli-with-mcp-server-expanding-possibilities-with-google-apps-script/</link>
      <pubDate>Thu, 03 Jul 2025 15:45:06 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/07/03/gemini-cli-with-mcp-server-expanding-possibilities-with-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/39b887f108b4896e34fea58df0695abd&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250703a/fig1.jpg&#34;&#xA;     alt=&#34;Gemini CLI with MCP Server: Expanding Possibilities with Google Apps Script&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;The Gemini CLI provides a powerful command-line interface for interacting with Google&amp;rsquo;s Gemini models. By leveraging the Model Context Protocol (MCP), the CLI can be extended with custom tools. This report explores the integration of the Gemini CLI with an MCP server built using Google Apps Script Web Apps. We demonstrate how this combination simplifies authorization for Google Workspace APIs (Gmail, Drive, Calendar, etc.), allowing Gemini to execute complex, multi-step tasks directly within the Google ecosystem. We provide setup instructions and several practical examples showcasing how this integration unlocks significant potential for automation and productivity enhancement.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gemini CLI with MCP Server Built by Web Apps of Google Apps Script</title>
      <link>https://tanaikech.github.io/2025/06/27/gemini-cli-with-mcp-server-built-by-web-apps-of-google-apps-script/</link>
      <pubDate>Fri, 27 Jun 2025 16:12:19 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/06/27/gemini-cli-with-mcp-server-built-by-web-apps-of-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/4052c4dd938c845618746be420c5cc9c&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;The Gemini CLI can be integrated with Google Workspace via Google Apps Script to securely access personal data, enabling powerful automations like email summaries and calendar management.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;The recently released Gemini CLI is a powerful command-line interface for interacting with Google&amp;rsquo;s Gemini models and cloud resources. &lt;a href=&#34;https://cloud.google.com/blog/ja/topics/developers-practitioners/introducing-gemini-cli&#34;&gt;Ref&lt;/a&gt; While powerful on its own, its utility can be significantly enhanced by connecting it to a user&amp;rsquo;s personal Google resources, such as Google Sheets, Docs, Slides, Gmail, and Calendar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Consolidating Generative AI Protocols: A Single Server Solution for MCP and A2A</title>
      <link>https://tanaikech.github.io/2025/06/19/consolidating-generative-ai-protocols-a-single-server-solution-for-mcp-and-a2a/</link>
      <pubDate>Thu, 19 Jun 2025 11:18:25 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/06/19/consolidating-generative-ai-protocols-a-single-server-solution-for-mcp-and-a2a/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/f6e92df66a3a4f057f9bcae7c9d8a339&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250619a/fig1.jpg&#34;&#xA;     alt=&#34;Consolidating Generative AI Protocols: A Single Server Solution for MCP and A2A&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;A new unified Google Apps Script now deploys both Model Context Protocol (MCP) and Agent2Agent (A2A) networks as a single server, streamlining AI model integration for Google Workspace users.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;The rapid growth of generative AI has led to increasing integration between AI models, exemplified by protocols like the Model Context Protocol (MCP) and Agent2Agent (A2A) Protocol. Recently, I released MCPApp and A2AApp, which establish the MCP and A2A networks using Google Apps Script. &lt;a href=&#34;https://medium.com/google-cloud/gmail-processing-using-mcp-network-powered-by-google-apps-script-5ede2a25c94e&#34;&gt;Ref&lt;/a&gt; and &lt;a href=&#34;https://medium.com/google-cloud/enabling-collaborative-agent-systems-through-google-apps-script-based-agent2agent-a2a-network-19e3d0472eaa&#34;&gt;Ref&lt;/a&gt; This approach offers significant advantages for users of Google Workspace and Google APIs, as it enables seamless authorization and integration of these resources directly within the applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - MCPApp</title>
      <link>https://tanaikech.github.io/2025/06/12/updated-gas-library-mcpapp/</link>
      <pubDate>Thu, 12 Jun 2025 15:36:14 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/06/12/updated-gas-library-mcpapp/</guid>
      <description>&lt;h2 id=&#34;mcpapp-was-updated-to-v200&#34;&gt;MCPApp was updated to v2.0.0&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v2.0.0 (June 12, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;From v2.0.0, both the MCP client and the MCP server can be built by Google Apps Script.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detail information here &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;https://github.com/tanaikech/MCPApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gmail Processing using MCP Network Powered by Google Apps Script</title>
      <link>https://tanaikech.github.io/2025/06/12/gmail-processing-using-mcp-network-powered-by-google-apps-script/</link>
      <pubDate>Thu, 12 Jun 2025 15:06:03 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/06/12/gmail-processing-using-mcp-network-powered-by-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/c2b9ef63039510762a1c50a23170b922&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250612a/fig1.jpg&#34;&#xA;     alt=&#34;Gmail Processing using MCP Network Powered by Google Apps Script&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This report details an MCP network using Google Apps Script for both server and client, enabling automated, secure Gmail processing to boost efficiency.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;Recently, I published a report titled &amp;ldquo;Building Model Context Protocol (MCP) Server with Google Apps Script,&amp;rdquo; which you can find &lt;a href=&#34;https://medium.com/google-cloud/building-model-context-protocol-mcp-server-with-google-apps-script-9ff1fe58653c&#34;&gt;here&lt;/a&gt;. In that initial report, I demonstrated the feasibility of creating an MCP server using Google Apps Script, with Claude Desktop serving as the client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - MCPApp</title>
      <link>https://tanaikech.github.io/2025/05/29/updated-gas-library-mcpapp/</link>
      <pubDate>Thu, 29 May 2025 14:20:25 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/05/29/updated-gas-library-mcpapp/</guid>
      <description>&lt;h2 id=&#34;mcpapp-was-updated-to-v102&#34;&gt;MCPApp was updated to v1.0.2&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.0.2 (May 29, 2025)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;From v1.0.2, in order to use MCPApp as a library, LockService is given.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can see the detail information here &lt;a href=&#34;https://github.com/tanaikech/MCPApp&#34;&gt;https://github.com/tanaikech/MCPApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Image Transfer: MCP Server (Web Apps/Google Apps Script) to MCP Client (Gemini/Python)</title>
      <link>https://tanaikech.github.io/2025/05/10/image-transfer-mcp-server-web-apps/google-apps-script-to-mcp-client-gemini/python/</link>
      <pubDate>Sat, 10 May 2025 14:06:39 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/05/10/image-transfer-mcp-server-web-apps/google-apps-script-to-mcp-client-gemini/python/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/8dc35b2e331ec99b0bdbc74b73eab821&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This report details transferring image data via Model Context Protocol (MCP) from Google Apps Script server to a Python/Gemini client, extending capabilities for multimodal applications beyond text.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;Following up on my previous report, &amp;ldquo;Building Model Context Protocol (MCP) Server with Google Apps Script&amp;rdquo; (&lt;a href=&#34;https://medium.com/google-cloud/building-model-context-protocol-mcp-server-with-google-apps-script-9ff1fe58653c&#34;&gt;Ref&lt;/a&gt;), which detailed the transfer of text data between the MCP server and client, this new report focuses on extending the protocol to handle image data. It introduces a practical method for transferring image data efficiently from the Google Apps Script-based MCP server to an MCP client. In this implementation, the MCP client was built using Python and integrated with the Gemini model, allowing for the processing and utilization of the transferred image data alongside text, thereby enabling more complex, multimodal applications within the MCP framework.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Model Context Protocol (MCP) Server with Google Apps Script</title>
      <link>https://tanaikech.github.io/2025/05/08/building-model-context-protocol-mcp-server-with-google-apps-script/</link>
      <pubDate>Thu, 08 May 2025 15:29:04 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/05/08/building-model-context-protocol-mcp-server-with-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/dc74ef2035391bb82d1c1d51ef489e74&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20250508a/fig1.jpg&#34;&#xA;     alt=&#34;Building Model Context Protocol (MCP) Server with Google Apps Script&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;This text introduces the Model Context Protocol (MCP) for standardizing AI interaction with external systems. It explores the potential of using Google Apps Script (GAS) to host an MCP server, leveraging GAS&amp;rsquo;s integration with Google Workspace for data access. A sample script demonstrates feasibility, highlighting the current absence of an official GAS SDK. The work aims to foster understanding and encourage SDK development.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
