Skip to content

Commit 33b163c

Browse files
authored
feat: include the official Dart MCP server in the list of MCP servers (#35)
1 parent 61f1b8c commit 33b163c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.mcp.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"mcpServers": {
3+
"dart": {
4+
"command": "dart",
5+
"args": [
6+
"mcp-server"
7+
]
8+
},
39
"very-good-cli": {
410
"command": "very_good",
5-
"args": ["mcp"],
11+
"args": [
12+
"mcp"
13+
],
614
"env": {}
715
}
816
}
9-
}
17+
}

0 commit comments

Comments
 (0)