Page URL
https://docs.flutter.dev/ai/mcp-server
Page source
https://github.com/flutter/website/blob/main/src/content/ai/mcp-server.md
Describe the problem
The other tools' MCP configurations look like:
"command": "dart",
"args": [
"mcp-server"
]
but for Cursor (on this page), we still say:
dart": {
"command": "dart",
"args": [
"mcp-server",
"--experimental-mcp-server",
"--force-roots-fallback"
]
Not sure if experimental and force-roots-fallback are still required for Cursor?
Expected fix
No response
Additional context
No response
I would like to fix this problem.