Skip to content

Commit ddeb3da

Browse files
committed
Updated to v1.1.0
1 parent 8e5344e commit ddeb3da

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

library_src/main_library_side.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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";
1111
const ProtocolVersion = "2025-06-18";
1212
const 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.

0 commit comments

Comments
 (0)