Skip to content

feat: add --flutter-mcp flag to host Flutter MCP server#72

Open
Norbert515 wants to merge 2 commits intomainfrom
feat/flutter-mcp-flag
Open

feat: add --flutter-mcp flag to host Flutter MCP server#72
Norbert515 wants to merge 2 commits intomainfrom
feat/flutter-mcp-flag

Conversation

@Norbert515
Copy link
Owner

Summary

  • Adds vide --flutter-mcp flag that runs the Flutter MCP server in stdio mode
  • Adds startStdio() method to McpServerBase so any MCP server can be hosted via stdio
  • Simplifies standalone flutter_runtime_mcp entry point to use the shared method

Usage

vide --flutter-mcp

Claude Desktop / Claude Code config:

{
  "mcpServers": {
    "flutter-runtime": {
      "command": "vide",
      "args": ["--flutter-mcp"]
    }
  }
}

Test plan

  • Run vide --flutter-mcp and verify it starts in stdio mode
  • Verify vide --help shows the new flag
  • Verify dart analyze passes

Add startStdio() to McpServerBase so any MCP server can be run in stdio
mode. Wire it into the CLI as `vide --flutter-mcp`, making it easy to
configure in Claude Desktop or other MCP clients without needing to
point at the standalone binary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments