package:dart_mcp_server v1.1.0
·
52 commits
to main
since this release
- Build against the published
dart_mcppackage instead of a local path
override. - Create vm_service meta tool, which allows direct connections to apps via vm
service URIs, and also handles the direct vm service method calls. - Add additional failure reasons to tool call analytics.
- Move
SdkSupporttoimplementsinstead ofonin
DartToolingDaemonSupport. - Harden various tools against compromised agents.
- Use new analysis request that blocks until analysis is complete, instead of
waiting for notifications, which may never come. - Use shared logic from unified_analytics to parse the Dart version.
- Log error types for uncaught errors.