Skip to content

Commit dfe30da

Browse files
authored
Remove extra flags from Cursor configuration (#12634)
Fixes #12622
1 parent 52e6bce commit dfe30da

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/content/ai/mcp-server.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ documentation for [enabling MCP support][].
198198
The easiest way to configure the Dart and Flutter MCP server with
199199
Cursor is by clicking the **Add to Cursor** button:
200200

201-
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=dart&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoiZGFydCBtY3Atc2VydmVyIC0tZXhwZXJpbWVudGFsLW1jcC1zZXJ2ZXIgLS1mb3JjZS1yb290cy1mYWxsYmFjayJ9){:.light-mode-visible}
202-
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-light.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=dart&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoiZGFydCBtY3Atc2VydmVyIC0tZXhwZXJpbWVudGFsLW1jcC1zZXJ2ZXIgLS1mb3JjZS1yb290cy1mYWxsYmFjayJ9){:.dark-mode-visible}
201+
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=dart&config=eyJjb21tYW5kIjoiZGFydCBtY3Atc2VydmVyIn0%3D){:.light-mode-visible}
202+
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-light.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=dart&config=eyJjb21tYW5kIjoiZGFydCBtY3Atc2VydmVyIn0%3D){:.dark-mode-visible}
203203

204204
Alternatively, you can configure the server manually:
205205

@@ -218,9 +218,7 @@ Alternatively, you can configure the server manually:
218218
"dart": {
219219
"command": "dart",
220220
"args": [
221-
"mcp-server",
222-
"--experimental-mcp-server",
223-
"--force-roots-fallback"
221+
"mcp-server"
224222
]
225223
}
226224
}

0 commit comments

Comments
 (0)