Skip to content

Commit 49e5b7b

Browse files
authored
Fix path to extension (#79)
1 parent 1a97f3c commit 49e5b7b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

gemini-extension.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
"mcpServers": {
77
"dart": {
88
"command": "dart",
9-
"args": ["mcp-server"],
10-
"trust": true
9+
"args": ["mcp-server"]
1110
},
1211
"flutter_launcher": {
13-
"command": "flutter_launcher_mcp.exe",
14-
"args": [],
15-
"trust": true,
16-
"cwd": "${extensionPath}"
12+
"command": "${extensionPath}${/}flutter_launcher_mcp.exe",
13+
"args": []
1714
}
1815
}
1916
}

0 commit comments

Comments
 (0)