ToolsForMCPServer was updated to v1.0.9 v1.0.9 (July 24, 2025)
The following 2 new tools were added. description_youtube: Describe a YouTube video by providing the URL. create_google_docs_from_markdown_on_google_drive: Create a Google Document from a markdown format. You can see the detailed information here https://github.com/tanaikech/ToolsForMCPServer
ToolsForMCPServer was updated to v1.0.8 v1.0.8 (July 23, 2025)
An issue occurred when I updated Gemini CLI from v0.1.12 to v0.1.13. Ref Fortunately, Google is already aware of this issue, and I’m awaiting a resolution. In the meantime, I’ve received emails about it, so I’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.
Gists
Abstract Effortlessly generate API request bodies from natural language commands. This guide demonstrates using Gemini and Google Apps Script to streamline automation and accelerate development for Google Workspace APIs and beyond.
Introduction In a recent article, “Managing Google Docs, Sheets, and Slides by Natural Language with Gemini CLI and MCP,” I showcased a powerful method for dynamically creating API request bodies using natural language. This approach, utilizing the Gemini CLI and a My Custom Proxy (MCP) server, allows users to manage Google Workspace applications with simple, human-readable commands.
GeminiWithFiles was updated to v2.0.13 v2.0.13 (July 22, 2025)
responseJsonSchema was added. The default model was changed from models/gemini-2.5-flash-preview-04-17 to models/gemini-2.5-flash. You can see the detail information here https://github.com/tanaikech/GeminiWithFiles
ToolsForMCPServer was updated to v1.0.7 v1.0.7 (July 19, 2025)
Added a getToolList method for retrieving all current tools in the library. Tools can be filtered using enables or disables as an array argument for the getTools method. If enables is used, only the tools specified in the enables array will be used. If disables is used, all tools except those specified in the disables array will be used.