I see these warnings in VS Code:
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__analyze_files failed validation: schema must have a properties object
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__get_active_location failed validation: schema must have a properties object
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__get_selected_widget failed validation: schema must have a properties object
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__get_widget_tree failed validation: schema must have a properties object
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__pub_dev_search failed validation: object description is too long (truncated to 1024 chars)
2025-06-17 11:15:28.036 [warning] Tool mcp_dart_sdk_mcp__take_screenshot failed validation: schema must have a properties object
I don't think they're fatal, but maybe should be addressed (I used an empty properties object for the VS Code tool that doesn't require any arguments).