Skip to main content
Glama

Flutter Inspector MCP Server

flutter_core_profile_platform_channels

Enable or disable platform channel profiling in Flutter apps to analyze widget trees, navigation, and layout issues effectively. Integrates with Flutter Inspector MCP Server for debugging.

Instructions

RPC: Enable or disable profiling of platform channels

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to enable or disable platform channel profiling
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to enable or disable platform channel profiling", "type": "boolean" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "enabled" ], "type": "object" }
Install Server

Other Tools from Flutter Inspector MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arenukvern/mcp_flutter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server