ToolsForMCPServer was updated to v1.0.12
-
v1.0.12 (July 31, 2025)
- At Gemini CLI v0.1.15,
prompts/list
was called even whenprompts
wasn’t included incapabilities
. This resulted in the errorError discovering prompts from gas_web_apps: MCP error -32001: Request timed out
whenprompts
wasn’t returned forprompts/list
. To resolve this, I updatedToolsForMCPServer
to return an empty array forprompts
, which eliminated the error. Consequently, with this update in v1.0.12, you can now set customprompts
andresources
.
- At Gemini CLI v0.1.15,
You can see the detailed information here https://github.com/tanaikech/ToolsForMCPServer