Skip to content

Commit e5089ea

Browse files
authored
[infra] Enable the Dart MCP server by default in Gemini CLI (#2660)
I am reluctant to commit any opinionated rule sets for AI to the repo, as I have no idea what's good or not. However, enabling the MCP server seems good always.
1 parent dab03ea commit e5089ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gemini/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"mcpServers": {
3+
"dart": {
4+
"command": "dart",
5+
"args": [
6+
"mcp-server"
7+
]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)