🔧 Troubleshooting
-
Connection Issues
- Ensure your Flutter app is running in debug mode
- Verify the port matches in both Flutter app and MCP server
- Check if the port is not being used by another process
-
AI Tool Not Detecting Inspector
- Restart the AI tool after configuration changes
- Verify the configuration JSON syntax
- Check the tool's logs for connection errors
-
Dynamic Tools Not Appearing
- Ensure
mcp_toolkitpackage is properly initialized in your Flutter app - Check that tools are registered using
MCPToolkitBinding.instance.addEntries() - Use
listClientToolsAndResourcesto verify registration - Hot reload your Flutter app after adding new tools
- Ensure