analyze_files
tool should return error when roots are not set.
#80
Labels
dart_tooling_mcp_server: analyzer tools
Issues related to Dart Analyzer MCP server tools
package:dart_tooling_mcp_server
The MCP client will be responsible for setting roots, but in the case that roots are not set or where something goes wrong, we should return an error response instead of a false-positive success response.
To do this, we could require
roots
in theanalyze_files
schema like we do for the Dart CLI roots that require root(s).The text was updated successfully, but these errors were encountered: