Skip to main content
Glama

Flutter Inspector MCP Server

base_server.dart915 B
// Copyright (c) 2025, Flutter Inspector MCP Server authors. // Licensed under the MIT License. import 'package:dart_mcp/server.dart'; /// Interface for accessing VM service configuration. typedef VMServiceConfigurationRecord = ({ String vmHost, int vmPort, bool resourcesSupported, bool imagesSupported, bool dumpsSupported, bool dynamicRegistrySupported, String logLevel, String environment, bool awaitDndConnection, bool saveImagesToFiles, }); abstract base class BaseMCPToolkitServer extends MCPServer with LoggingSupport, ToolsSupport, ResourcesSupport { BaseMCPToolkitServer.fromStreamChannel( super.channel, { required this.configuration, required super.implementation, required super.instructions, super.protocolLogSink, }) : super.fromStreamChannel(); final VMServiceConfigurationRecord configuration; }

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