[cleanup] Consider pruning the flutter runtime errors output to only what is useful for the LLM #57
Labels
dart_tooling_mcp_server: dtd tools
Issues related to DTD MCP server tools
package:dart_tooling_mcp_server
This output currently has duplicate error entries (because Flutter sends duplicates) and likely contains a lot of information that the LLM does not need in order to fix the error. We are currently returning the entire JSON payload for the 'Flutter.Error' events.
The text was updated successfully, but these errors were encountered: