Skip to content

Commit 3909c94

Browse files
committed
* Default MCP model to flash
1 parent 8e34c99 commit 3909c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mcp-server/src/config/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
getCurrentGeminiMdFilename,
1212
ApprovalMode,
1313
GEMINI_CONFIG_DIR as GEMINI_DIR,
14-
DEFAULT_GEMINI_MODEL,
14+
DEFAULT_GEMINI_FLASH_MODEL,
1515
DEFAULT_GEMINI_EMBEDDING_MODEL,
1616
FileDiscoveryService,
1717
TelemetryTarget,
@@ -97,7 +97,7 @@ export async function loadServerConfig(
9797
const model =
9898
process.env.GEMINI_TOOLS_DEFAULT_MODEL ||
9999
process.env.GEMINI_MODEL ||
100-
DEFAULT_GEMINI_MODEL;
100+
DEFAULT_GEMINI_FLASH_MODEL;
101101

102102
return new Config({
103103
sessionId,

0 commit comments

Comments
 (0)