Skip to content

package:dart_mcp_server v1.1.0

Choose a tag to compare

@jakemac53 jakemac53 released this 23 Jul 16:24
· 52 commits to main since this release
7ee46a3
  • Build against the published dart_mcp package 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 SdkSupport to implements instead of on in
    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.