File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -994,4 +994,8 @@ Run `$ gemini` again. You should observe a significantly faster startup. In my t
994994 - file_search_gas_media_upload
995995 - file_search_gas_remove
996996
997+ - v1.1.0 (January 1, 2026)
998+
999+ 1 . The default model was changed from ` models/gemini-3-flash-preview ` for using Gemini API.
1000+
9971001[ TOP] ( #top )
Original file line number Diff line number Diff line change 33 * Author: Kanshi Tanaike
44 * https://github.com/tanaikech/ToolsForMCPServer
55 *
6- * Updated on 20251114 1416
7- * version 1.0.41
6+ * Updated on 20260101 11:30
7+ * version 1.1.0
88 */
99
10- const ToolsForMCPServerVersion = "1.0.40 " ;
10+ const ToolsForMCPServerVersion = "1.1.0 " ;
1111const ProtocolVersion = "2025-06-18" ;
1212const ServerName = "gas_web_apps" ;
1313
@@ -20,7 +20,7 @@ var apiKey = "";
2020/**
2121 * This is a model of Gemini API.
2222 */
23- var model = "" ;
23+ var model = "models/gemini-3-flash-preview" ; // At v1.1.0 Default model is "models/gemini-3-flash-preview".
2424
2525/**
2626 * This is a calendar ID. When this is not set, the primary calendar is used.
You can’t perform that action at this time.
0 commit comments