Skip to content

Not sure if Cursor still requires the experimental flag when setting up the MCP server #12622

@sethladd

Description

@sethladd

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.

  • I will try and fix this problem on docs.flutter.dev.

Metadata

Metadata

Assignees

No one assigned

    Labels

    from.page-issueReported in a reader-filed concernp1-highMajor but not urgent concern: Resolve in months. Update each month.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions