1. 078abd2 Remove a reference to screenshots for generic error (#280) by Greg Spencer · 6 days ago main
  2. bc90433 Add pub add format guidance (#278) by Greg Spencer · 2 weeks ago
  3. 845c126 Bump the github-actions group with 2 updates (#277) by dependabot[bot] · 3 weeks ago
  4. 5568958 add a GEMINI.md file (#279) by Jacob MacDonald · 3 weeks ago
  5. 1547a83 Fix the capitalization of the Cursor editor in the flag description (#276) by Jaime Wren · 3 weeks ago
  6. a9eb685 add an example of using progress tokens to the tools example (#270) by Jacob MacDonald · 4 weeks ago
  7. f167ace fix: Update README.md (#268) by Juan Campuzano · 5 weeks ago
  8. 4c523d5 [dart_mcp_server] Update link of "Add to Cursor" button (#265) by Parker Lougheed · 5 weeks ago
  9. ee5b2b2 Stop reporting errors for non-zero exits (#262) by Greg Spencer · 6 weeks ago
  10. 6b4b2bc Add ability to filter analyzer results on a set of paths (#260) by Greg Spencer · 6 weeks ago
  11. 72a9283 add --exclude-tool option to exclude tools by name (#253) by Jacob MacDonald · 8 weeks ago
  12. 0dbbd8b only run in shell when on windows and running a .bat file (#252) by Jacob MacDonald · 8 weeks ago
  13. 0858b0b further prompt refinement, discourage use of temp ids and encourage getting the widget tree often (#249) by Jacob MacDonald · 8 weeks ago
  14. 912c1f3 release dart_mcp v0.3.3 (#247) by Jacob MacDonald · 8 weeks ago dart_mcp-v0.3.3
  15. 0f7cba8 add analytics tracking for prompts (#246) by Jacob MacDonald · 8 weeks ago
  16. 7fbe88a refine the prompt and fix the extension listener (#244) by Jacob MacDonald · 8 weeks ago
  17. 8d2384b add some intellij files to gitignore (#245) by Jacob MacDonald · 8 weeks ago
  18. e09e469 add prompt for using flutter driver to write a test for a user journey (#243) by Jacob MacDonald · 9 weeks ago
  19. 88d7a4d Flutter driver updates, add screenshot support back (#241) by Jacob MacDonald · 9 weeks ago
  20. 40607dc rename ElicitationHandler.reject to ElicitationHandler.decline (#240) by Jacob MacDonald · 9 weeks ago
  21. ec6efa4 Fix ping request handling from non-dart clients. (#239) by Kostia Sokolovskyi · 9 weeks ago
  22. 00889b4 release dart_mcp version 0.3.2 (#237) by Jacob MacDonald · 9 weeks ago dart_mcp-v0.3.2
  23. 5e93ef4 Deprecate EnumSchema and JsonType.enumeration (#236) by Jacob MacDonald · 10 weeks ago
  24. 66af21b fix the firstMatchOnly and matchRoot schemas to be booleans (#235) by Jacob MacDonald · 10 weeks ago
  25. 141fbe1 release dart_mcp 0.3.1 (#234) by Jacob MacDonald · 10 weeks ago dart_mcp-v0.3.1
  26. ce519e8 Add flutter driver tool (#223) by Jacob MacDonald · 10 weeks ago
  27. 3bf650e add completions support to the prompts example (#233) by Jacob MacDonald · 10 weeks ago
  28. aed93b4 Deprecate the WithElicitationhandler interface (#231) by Jacob MacDonald · 10 weeks ago
  29. 01cf3d4 Require dart_mcp version 0.3.1 (#232) by Jacob MacDonald · 10 weeks ago
  30. 5c28640 add a sampling example (#230) by Jacob MacDonald · 10 weeks ago
  31. df0c4f1 add elicitation example, fix some issues with the elicitation APIs (#229) by Jacob MacDonald · 10 weeks ago
  32. 61ba1ea Add more and better examples (#228) by Jacob MacDonald · 10 weeks ago
  33. b77cda5 add a CI check that the readme file is up-to-date (#192) by Devon Carew · 10 weeks ago
  34. 9c62524 Allow multiple package arguments to pub commands (#226) by Greg Spencer · 10 weeks ago
  35. c1a1027 Started omitting instructions if they are null. (#221) by gaaclarke · 10 weeks ago
  36. 9b007b3 Add failure reasons to tool call analytics events (#219) by Jacob MacDonald · 3 months ago
  37. c8dc5da don't bail early when running in multiple roots (#218) by Jacob MacDonald · 3 months ago
  38. 2541b6c Remove VS Code mcp instructions in favor of Dart-Code setting. (#206) by Kenzie Davisson · 3 months ago
  39. 70daa1f release dart_mcp 0.3.0 (#216) by Jacob MacDonald · 3 months ago dart_mcp-v0.3.0
  40. a252a46 add retry logic to try and make dtd_test less flaky (#214) by Jacob MacDonald · 3 months ago
  41. 9e0b973 add a test that the arg parser library only depends on package:args (#213) by Jacob MacDonald · 3 months ago
  42. 64dfa7f move static argParser variable to a createArgParser function (#212) by Jacob MacDonald · 3 months ago
  43. a5aa053 Bump actions/cache from 4.2.2 to 4.2.3 in the github-actions group (#211) by dependabot[bot] · 3 months ago
  44. 38734ff Migrate to the connected app service (#208) by Jacob MacDonald · 3 months ago
  45. b7d438b disable the screenshots tool by default (#210) by Jacob MacDonald · 3 months ago
  46. c230aaa expose public arg_parser.dart library (#209) by Jacob MacDonald · 3 months ago
  47. 7d7e7f9 Fix `--log-file` option so it doesn't crash the server. (#207) by Greg Spencer · 3 months ago
  48. 2676dec Add documentation for setting up the MCP server in popular clients (#201) by Kenzie Davisson · 3 months ago
  49. 6861301 Pin the SDK git ref and add caching on github actions (#205) by Jacob MacDonald · 3 months ago
  50. 6b84c96 update MCPClient.connectStdioServer to operate on streams and sinks (#204) by Jacob MacDonald · 3 months ago
  51. 04eee07 Fix readme link (#203) by Jacob MacDonald · 3 months ago
  52. 8aa3a8b add a github workflow for mcp_examples/ (#191) by Devon Carew · 3 months ago
  53. 1af73bc auto validate tool arguments, improve validation messages (#200) by Jacob MacDonald · 3 months ago
  54. 0b22b67 Update to new MCP spec version (#193) by Greg Spencer · 3 months ago
  55. a74efc3 Update `simple_client.dart` for updated `hello_world` tool name (#194) by Brett Morgan · 3 months ago
  56. d0b89cf Add enum support to `Schema` (#190) by Greg Spencer · 3 months ago
  57. f219861 Update `simple_server.dart` (#187) by Brett Morgan · 3 months ago
  58. 8e3365f Add error checks for accessing Request members (#184) by Greg Spencer · 3 months ago
  59. 706d224 move logic from bin/main.dart into the DartMCPServer.run (#185) by Jacob MacDonald · 3 months ago
  60. 5f9c50f add analytics support to the Dart MCP server (#174) by Jacob MacDonald · 3 months ago
  61. 12ac0a4 make the log file test less flaky by retrying deletes and reads (#180) by Jacob MacDonald · 3 months ago
  62. dbedc6d fix cruft in description (#179) by Jacob MacDonald · 3 months ago
  63. 3ab9482 improve tool description for the dtd connection tool and improve error messages (#178) by Jacob MacDonald · 3 months ago
  64. 4ca0ff1 Use shared Implementation type, add clientInfo field to MCPServer (#175) by Jacob MacDonald · 3 months ago dart_mcp-v0.2.2
  65. 885a4c5 Add `--log-file` argument to log all protocol traffic to a file (#176) by Jacob MacDonald · 3 months ago
  66. 7ca3eba Add JSON schema for test runner arguments (#169) by Nate Bosch · 3 months ago
  67. f2b48c6 Retain compatibility with 3.7 SDKs (#163) by Nate Bosch · 3 months ago
  68. 52adf08 add homepage, repository, and documentation links to the pub result (#155) by Jacob MacDonald · 4 months ago
  69. fa1c2be Always use the failures-only reporter for testing (#160) by Nate Bosch · 4 months ago
  70. 66a152f Instruct clients to prefer MCP (#161) by Nate Bosch · 4 months ago
  71. 55ad850 Add a retroactive changelog (#157) by Jacob MacDonald · 4 months ago
  72. b08a610 Update instructions, add cursor install link (#159) by Jacob MacDonald · 4 months ago
  73. 1d9d60c handle relative paths under roots without trailing slashes (#152) by Jacob MacDonald · 4 months ago
  74. 6a71aeb run tests on windows, fix executable paths for dart/flutter (#149) by Jacob MacDonald · 4 months ago
  75. 2a5eb30 pass the provided root instead of the resolved root for project type detection (#150) by Jacob MacDonald · 4 months ago
  76. 16799ee Be more flexible about roots by comparing canonicalized paths (#148) by Jacob MacDonald · 4 months ago
  77. cf7d67f create the working dir if it doesn't exist (#147) by Jacob MacDonald · 4 months ago
  78. 47fa2fc Add the --platform and --empty arguments to the flutter create tool (#144) by Greg Spencer · 4 months ago
  79. c5582f4 Invoke dart/flutter in a more robust way (#143) by Jacob MacDonald · 4 months ago
  80. 099a3fc remove qualifiedNames from the pub dev api search (#146) by Jacob MacDonald · 4 months ago
  81. e04e501 release dart_mcp 2.1.0, require it in dart_mcp_server (#141) by Jacob MacDonald · 4 months ago dart_mcp-v0.2.1
  82. b0a224c Flutter/Dart create tool (#140) by Jacob MacDonald · 4 months ago
  83. c24afc1 Limit the tokens returned by the runtime errors tool/resource (#139) by Jacob MacDonald · 4 months ago
  84. 93a9191 rename dart_tooling_mcp_server to dart_mcp_server (#138) by Jacob MacDonald · 4 months ago
  85. 8586402 Move more tests to dart cli tests (#133) by Jacob MacDonald · 4 months ago
  86. 61de6e4 fix readme link (#136) by Jacob MacDonald · 4 months ago
  87. 49f1340 use flutter-tester device, drop xvfb (#137) by Jacob MacDonald · 4 months ago
  88. e89ef17 Add Schema validation (#126) by Greg Spencer · 4 months ago
  89. d100e58 migrate example dir to be a package, add README (#130) by Jacob MacDonald · 4 months ago
  90. ebb80d3 Add RootsFallbackSupport mixin (#132) by Jacob MacDonald · 4 months ago
  91. cd68bdc fix error handling around stream listeners (#131) by Jacob MacDonald · 4 months ago
  92. e67dced A 'pub-dev-search' mcp tool (#103) by Sigurd Meldgaard · 4 months ago
  93. 9842ade migrate several tests off of using the counter app and onto a test descriptor app (#128) by Jacob MacDonald · 4 months ago
  94. b0c38f5 drop pubspec-parse, use yaml instead (#129) by Jacob MacDonald · 4 months ago
  95. 02796a1 Add some flags to example, fix version issue (#127) by Greg Spencer · 4 months ago
  96. f7ef955 use `dart pub run` for the server to speed up tests. (#123) by Jacob MacDonald · 4 months ago
  97. 4ce7da0 handle failing to listen to vm service streams during startup (#124) by Jacob MacDonald · 4 months ago
  98. 49a2388 fix file system server to look up relative paths in the proper root (#125) by Jacob MacDonald · 4 months ago
  99. 9c7b700 Fix notification bug where null parameters caused type error (#120) by Greg Spencer · 5 months ago
  100. dcdaf18 Add tool for enabling/disabling the widget selector (#121) by Jacob MacDonald · 5 months ago