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