1. 8488dea Register `samplingRequest` with a unique service name (#328) by Elliott Brooks · 3 weeks ago main
  2. c5ee303 Add service extension for sending a sampling request to the MCP server (#325) by Elliott Brooks · 3 weeks ago
  3. 4e5f447 make invalid roots test less flaky (#324) by Jacob MacDonald · 4 weeks ago
  4. 4eb2446 Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#323) by dependabot[bot] · 4 weeks ago
  5. 1f08fe9 add 'additionalProperties: false' to most schemas (#321) by Jacob MacDonald · 5 weeks ago
  6. 058f8f5 Adds a tool for reading package uris (#318) by Jacob MacDonald · 7 weeks ago
  7. c1f1656 fix analyze command roots validation (#315) by Jacob MacDonald · 7 weeks ago
  8. 71a0b00 detect VM service connections and return a nicer error (#316) by Jacob MacDonald · 7 weeks ago dart_mcp-v0.4.0
  9. 2c1b352 add retry logic to the analyze test (#313) by Jacob MacDonald · 7 weeks ago
  10. e8c89a4 release version 0.4.0 of dart_mcp (#312) by Jacob MacDonald · 7 weeks ago
  11. f870fec remove local.properties file from the checkout (#314) by Jacob MacDonald · 7 weeks ago
  12. 9c49326 Make parameters nullable, if nullable in the spec. (#311) by Jacob MacDonald · 7 weeks ago
  13. 2c2e2c5 Include name, ID, and target platform in list devices output (#309) by Jacob MacDonald · 7 weeks ago
  14. af7881d Add a `--tools=dart|all` flag (#308) by Jacob MacDonald · 7 weeks ago
  15. 0a85ddf Parse output from flutter run with --machine (#301) by Greg Spencer · 10 weeks ago
  16. a29274b Provide output logs when the process launch fails. (#293) by Greg Spencer · 3 months ago
  17. d33ed02 [Feat] Add hot restart tool (#297) by Greg Spencer · 3 months ago
  18. 59db320 Add the Flutter launcher tools (#292) by Greg Spencer · 3 months ago
  19. e285b26 Fix hot reload subscription problem (#291) by Greg Spencer · 3 months ago
  20. ec5d6aa Bump the github-actions group with 2 updates (#288) by dependabot[bot] · 3 months ago
  21. 901e2ce Mark "root" as required. (#285) by Greg Spencer · 3 months ago
  22. 078abd2 Remove a reference to screenshots for generic error (#280) by Greg Spencer · 3 months ago
  23. bc90433 Add pub add format guidance (#278) by Greg Spencer · 4 months ago
  24. 845c126 Bump the github-actions group with 2 updates (#277) by dependabot[bot] · 4 months ago
  25. 5568958 add a GEMINI.md file (#279) by Jacob MacDonald · 4 months ago
  26. 1547a83 Fix the capitalization of the Cursor editor in the flag description (#276) by Jaime Wren · 4 months ago
  27. a9eb685 add an example of using progress tokens to the tools example (#270) by Jacob MacDonald · 4 months ago
  28. f167ace fix: Update README.md (#268) by Juan Campuzano · 4 months ago
  29. 4c523d5 [dart_mcp_server] Update link of "Add to Cursor" button (#265) by Parker Lougheed · 4 months ago
  30. ee5b2b2 Stop reporting errors for non-zero exits (#262) by Greg Spencer · 5 months ago
  31. 6b4b2bc Add ability to filter analyzer results on a set of paths (#260) by Greg Spencer · 5 months ago
  32. 72a9283 add --exclude-tool option to exclude tools by name (#253) by Jacob MacDonald · 5 months ago
  33. 0dbbd8b only run in shell when on windows and running a .bat file (#252) by Jacob MacDonald · 5 months ago
  34. 0858b0b further prompt refinement, discourage use of temp ids and encourage getting the widget tree often (#249) by Jacob MacDonald · 5 months ago
  35. 912c1f3 release dart_mcp v0.3.3 (#247) by Jacob MacDonald · 5 months ago dart_mcp-v0.3.3
  36. 0f7cba8 add analytics tracking for prompts (#246) by Jacob MacDonald · 5 months ago
  37. 7fbe88a refine the prompt and fix the extension listener (#244) by Jacob MacDonald · 5 months ago
  38. 8d2384b add some intellij files to gitignore (#245) by Jacob MacDonald · 5 months ago
  39. e09e469 add prompt for using flutter driver to write a test for a user journey (#243) by Jacob MacDonald · 5 months ago
  40. 88d7a4d Flutter driver updates, add screenshot support back (#241) by Jacob MacDonald · 5 months ago
  41. 40607dc rename ElicitationHandler.reject to ElicitationHandler.decline (#240) by Jacob MacDonald · 5 months ago
  42. ec6efa4 Fix ping request handling from non-dart clients. (#239) by Kostia Sokolovskyi · 5 months ago
  43. 00889b4 release dart_mcp version 0.3.2 (#237) by Jacob MacDonald · 6 months ago dart_mcp-v0.3.2
  44. 5e93ef4 Deprecate EnumSchema and JsonType.enumeration (#236) by Jacob MacDonald · 6 months ago
  45. 66af21b fix the firstMatchOnly and matchRoot schemas to be booleans (#235) by Jacob MacDonald · 6 months ago
  46. 141fbe1 release dart_mcp 0.3.1 (#234) by Jacob MacDonald · 6 months ago dart_mcp-v0.3.1
  47. ce519e8 Add flutter driver tool (#223) by Jacob MacDonald · 6 months ago
  48. 3bf650e add completions support to the prompts example (#233) by Jacob MacDonald · 6 months ago
  49. aed93b4 Deprecate the WithElicitationhandler interface (#231) by Jacob MacDonald · 6 months ago
  50. 01cf3d4 Require dart_mcp version 0.3.1 (#232) by Jacob MacDonald · 6 months ago
  51. 5c28640 add a sampling example (#230) by Jacob MacDonald · 6 months ago
  52. df0c4f1 add elicitation example, fix some issues with the elicitation APIs (#229) by Jacob MacDonald · 6 months ago
  53. 61ba1ea Add more and better examples (#228) by Jacob MacDonald · 6 months ago
  54. b77cda5 add a CI check that the readme file is up-to-date (#192) by Devon Carew · 6 months ago
  55. 9c62524 Allow multiple package arguments to pub commands (#226) by Greg Spencer · 6 months ago
  56. c1a1027 Started omitting instructions if they are null. (#221) by gaaclarke · 6 months ago
  57. 9b007b3 Add failure reasons to tool call analytics events (#219) by Jacob MacDonald · 6 months ago
  58. c8dc5da don't bail early when running in multiple roots (#218) by Jacob MacDonald · 6 months ago
  59. 2541b6c Remove VS Code mcp instructions in favor of Dart-Code setting. (#206) by Kenzie Davisson · 6 months ago
  60. 70daa1f release dart_mcp 0.3.0 (#216) by Jacob MacDonald · 6 months ago dart_mcp-v0.3.0
  61. a252a46 add retry logic to try and make dtd_test less flaky (#214) by Jacob MacDonald · 6 months ago
  62. 9e0b973 add a test that the arg parser library only depends on package:args (#213) by Jacob MacDonald · 6 months ago
  63. 64dfa7f move static argParser variable to a createArgParser function (#212) by Jacob MacDonald · 6 months ago
  64. a5aa053 Bump actions/cache from 4.2.2 to 4.2.3 in the github-actions group (#211) by dependabot[bot] · 6 months ago
  65. 38734ff Migrate to the connected app service (#208) by Jacob MacDonald · 6 months ago
  66. b7d438b disable the screenshots tool by default (#210) by Jacob MacDonald · 6 months ago
  67. c230aaa expose public arg_parser.dart library (#209) by Jacob MacDonald · 6 months ago
  68. 7d7e7f9 Fix `--log-file` option so it doesn't crash the server. (#207) by Greg Spencer · 6 months ago
  69. 2676dec Add documentation for setting up the MCP server in popular clients (#201) by Kenzie Davisson · 6 months ago
  70. 6861301 Pin the SDK git ref and add caching on github actions (#205) by Jacob MacDonald · 6 months ago
  71. 6b84c96 update MCPClient.connectStdioServer to operate on streams and sinks (#204) by Jacob MacDonald · 6 months ago
  72. 04eee07 Fix readme link (#203) by Jacob MacDonald · 6 months ago
  73. 8aa3a8b add a github workflow for mcp_examples/ (#191) by Devon Carew · 6 months ago
  74. 1af73bc auto validate tool arguments, improve validation messages (#200) by Jacob MacDonald · 6 months ago
  75. 0b22b67 Update to new MCP spec version (#193) by Greg Spencer · 6 months ago
  76. a74efc3 Update `simple_client.dart` for updated `hello_world` tool name (#194) by Brett Morgan · 6 months ago
  77. d0b89cf Add enum support to `Schema` (#190) by Greg Spencer · 6 months ago
  78. f219861 Update `simple_server.dart` (#187) by Brett Morgan · 6 months ago
  79. 8e3365f Add error checks for accessing Request members (#184) by Greg Spencer · 6 months ago
  80. 706d224 move logic from bin/main.dart into the DartMCPServer.run (#185) by Jacob MacDonald · 6 months ago
  81. 5f9c50f add analytics support to the Dart MCP server (#174) by Jacob MacDonald · 6 months ago
  82. 12ac0a4 make the log file test less flaky by retrying deletes and reads (#180) by Jacob MacDonald · 6 months ago
  83. dbedc6d fix cruft in description (#179) by Jacob MacDonald · 6 months ago
  84. 3ab9482 improve tool description for the dtd connection tool and improve error messages (#178) by Jacob MacDonald · 6 months ago
  85. 4ca0ff1 Use shared Implementation type, add clientInfo field to MCPServer (#175) by Jacob MacDonald · 6 months ago dart_mcp-v0.2.2
  86. 885a4c5 Add `--log-file` argument to log all protocol traffic to a file (#176) by Jacob MacDonald · 6 months ago
  87. 7ca3eba Add JSON schema for test runner arguments (#169) by Nate Bosch · 7 months ago
  88. f2b48c6 Retain compatibility with 3.7 SDKs (#163) by Nate Bosch · 7 months ago
  89. 52adf08 add homepage, repository, and documentation links to the pub result (#155) by Jacob MacDonald · 7 months ago
  90. fa1c2be Always use the failures-only reporter for testing (#160) by Nate Bosch · 7 months ago
  91. 66a152f Instruct clients to prefer MCP (#161) by Nate Bosch · 7 months ago
  92. 55ad850 Add a retroactive changelog (#157) by Jacob MacDonald · 7 months ago
  93. b08a610 Update instructions, add cursor install link (#159) by Jacob MacDonald · 7 months ago
  94. 1d9d60c handle relative paths under roots without trailing slashes (#152) by Jacob MacDonald · 7 months ago
  95. 6a71aeb run tests on windows, fix executable paths for dart/flutter (#149) by Jacob MacDonald · 7 months ago
  96. 2a5eb30 pass the provided root instead of the resolved root for project type detection (#150) by Jacob MacDonald · 7 months ago
  97. 16799ee Be more flexible about roots by comparing canonicalized paths (#148) by Jacob MacDonald · 7 months ago
  98. cf7d67f create the working dir if it doesn't exist (#147) by Jacob MacDonald · 7 months ago
  99. 47fa2fc Add the --platform and --empty arguments to the flutter create tool (#144) by Greg Spencer · 7 months ago
  100. c5582f4 Invoke dart/flutter in a more robust way (#143) by Jacob MacDonald · 7 months ago