- 9c96bfe Add test for DTD discovery (#465) by Jacob MacDonald · 2 days ago main
- af7e829 Add test for DTD discovery (#465) by Jacob MacDonald · 2 days ago
- f151df9 Bump actions/cache from 5.0.4 to 5.0.5 in the github-actions group (#464) by dependabot[bot] · 5 days ago
- 03d251c add obsolete issues skill (#462) by Jacob MacDonald · 6 days ago
- 7270c43 fix: graceful shutdown of orphaned test apps on windows (#438) by Sourav-Sonkar · 8 days ago
- 07af327 Update dependencies (#453) by Jacob MacDonald · 8 days ago
- ff1866d fix: Add empty properties object to tool input schemas to resolve Claude 400 validation error (#444) by Goweii · 8 days ago dart_mcp-v0.5.1
- 8ce7450 add gemini code assist configuration for reviews (#443) by Jacob MacDonald · 3 weeks ago
- 899e562 Merge cherry-pick branch into main (#442) by Jacob MacDonald · 3 weeks ago
- 5eae0ae Merge remote-tracking branch 'origin/cherry-pick' into merge-cherry-pick by Jake Macdonald · 3 weeks ago
- 1e69aa8 re-implement most of #440 for the current stable release (#441) by Jacob MacDonald · 3 weeks ago cherry-pick
- 3d3b7fd Enable roots tools always, collapse under one tool (#440) by Jacob MacDonald · 3 weeks ago
- 07df396 add some instructions for connecting to apps to the README.md (#425) by Jacob MacDonald · 4 weeks ago
- f1cddc8 Add support for custom tool metrics, implement some for analyzer tools (#423) by Jacob MacDonald · 5 weeks ago
- 4bc6fd7 Bump the github-actions group with 2 updates (#421) by dependabot[bot] · 5 weeks ago
- a5ed11e Add `listDtdUris` command to the DTD tool, drop auto DTD connection logic. (#418) by Jacob MacDonald · 5 weeks ago
- e637e7f [dart_mcp_server] flutter_driver: expose set_frame_sync command (#392) by Ortes · 6 weeks ago
- 62370cb enable the set_semantics flutter driver command (#415) by Jacob MacDonald · 6 weeks ago
- 325fe27 start analysis server instances lazily, and time them out after 10 mins (#411) by Jacob MacDonald · 6 weeks ago
- 326a0a3 include subcommand name in tool name when present for analytics (#410) by Jacob MacDonald · 6 weeks ago
- 8370c7b change analyze output to be more compact (#409) by Jacob MacDonald · 6 weeks ago
- 67a879e disable launch_app and all related features by default (#408) by Jacob MacDonald · 6 weeks ago
- ab352a5 add tests for getting runtime errors from multiple apps (#406) by Jacob MacDonald · 6 weeks ago
- 8536160 Enable quick fixes (#400) by Jacob MacDonald · 7 weeks ago
- 738019b re-enable the pub tool by default (#401) by Jacob MacDonald · 7 weeks ago
- 8c64b4c update server instructions (#402) by Jacob MacDonald · 7 weeks ago
- 237fe55 [dart_mcp_server] Add automatic DTD discovery and app fallback (#393) by Jaime Wren · 7 weeks ago
- a619d4b disable all CLI tools by default, as well as get_active_location (#382) by Jacob MacDonald · 9 weeks ago
- 05f5e5e Merge the LSP tools into a single tool (#380) by Jacob MacDonald · 9 weeks ago
- 85201e5 Collapse dtd tools into a single tool (#381) by Jacob MacDonald · 9 weeks ago
- 7206217 feat: Merge widget related MCP tools into a single widget_inspector MCP tool (#377) by Chase Knowlden · 9 weeks ago
- f2748d8 Add metadata to ElicitRequest objects, forward tool call metadata with with the requests. (#369) by Jacob MacDonald · 9 weeks ago dart_mcp-v0.5.0
- 1777aaf add ConstSchema type (#378) by Jacob MacDonald · 9 weeks ago
- 5a9ffc7 fix: canonicalize paths in _analyzeFiles to match diagnostic URIs (#358) by Babelon Codes · 10 weeks ago
- 07693bc fix version from 2025-11-05 to 2025-11-25 (#366) by Jacob MacDonald · 10 weeks ago
- 4f57be8 add --version flag (#364) by Jacob MacDonald · 10 weeks ago
- 72a8252 Support multiple dtd connections (#359) by Jacob MacDonald · 10 weeks ago
- 9c8a2f8 use string constants for all map keys in api library (#361) by Jacob MacDonald · 2 months ago
- 44b22f4 Update dart_mcp to spec version 2025-11-25 (#357) by Jacob MacDonald · 2 months ago
- fd7ce1e dart_mcp_server: add `args` parameter to `launch_app` tool (#354) by Daniel Llamas · 3 months ago
- ae7b97f Enable rip_grep_packages and read_package_uris to read files outside `lib/` (#349) by Jacob MacDonald · 3 months ago
- 4e05df1 Fix nested finder JSON serialization for flutter_driver (#350) by Igor Liška · 3 months ago
- cbfab0f Add categories to all tools and prompts (#346) by Jacob MacDonald · 3 months ago
- 0821f9c fix new lints (#344) by Jacob MacDonald · 3 months ago
- 55fad05 Bump the github-actions group with 2 updates (#343) by dependabot[bot] · 3 months ago
- b1d172a Add more reasons to tool call failures (#341) by Jacob MacDonald · 3 months ago
- 3dcae0e add reason to launch_app failures, refactor tests (#340) by Jacob MacDonald · 3 months ago
- 74d9578 make some ResourceLink properties nullable (description/mimeType) (#337) by Jacob MacDonald · 3 months ago
- 25a6278 Add tool for running ripgrep on package dependencies. (#338) by Jacob MacDonald · 4 months ago
- 372fba1 Add analytics events for initialization and list* method calls (#332) by Jacob MacDonald · 4 months ago dart_mcp-v0.4.1
- a3a196b fix the timeout parameter for flutter_driver to be of type String (#331) by Jacob MacDonald · 4 months ago
- 12beb9a Bump the github-actions group with 2 updates (#329) by dependabot[bot] · 4 months ago
- 8488dea Register `samplingRequest` with a unique service name (#328) by Elliott Brooks · 5 months ago
- c5ee303 Add service extension for sending a sampling request to the MCP server (#325) by Elliott Brooks · 5 months ago
- 4e5f447 make invalid roots test less flaky (#324) by Jacob MacDonald · 5 months ago
- 4eb2446 Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#323) by dependabot[bot] · 5 months ago
- 1f08fe9 add 'additionalProperties: false' to most schemas (#321) by Jacob MacDonald · 6 months ago
- 058f8f5 Adds a tool for reading package uris (#318) by Jacob MacDonald · 6 months ago
- c1f1656 fix analyze command roots validation (#315) by Jacob MacDonald · 6 months ago
- 71a0b00 detect VM service connections and return a nicer error (#316) by Jacob MacDonald · 6 months ago dart_mcp-v0.4.0
- 2c1b352 add retry logic to the analyze test (#313) by Jacob MacDonald · 6 months ago
- e8c89a4 release version 0.4.0 of dart_mcp (#312) by Jacob MacDonald · 6 months ago
- f870fec remove local.properties file from the checkout (#314) by Jacob MacDonald · 6 months ago
- 9c49326 Make parameters nullable, if nullable in the spec. (#311) by Jacob MacDonald · 6 months ago
- 2c2e2c5 Include name, ID, and target platform in list devices output (#309) by Jacob MacDonald · 6 months ago
- af7881d Add a `--tools=dart|all` flag (#308) by Jacob MacDonald · 6 months ago
- 0a85ddf Parse output from flutter run with --machine (#301) by Greg Spencer · 7 months ago
- a29274b Provide output logs when the process launch fails. (#293) by Greg Spencer · 7 months ago
- d33ed02 [Feat] Add hot restart tool (#297) by Greg Spencer · 7 months ago
- 59db320 Add the Flutter launcher tools (#292) by Greg Spencer · 7 months ago
- e285b26 Fix hot reload subscription problem (#291) by Greg Spencer · 7 months ago
- ec5d6aa Bump the github-actions group with 2 updates (#288) by dependabot[bot] · 7 months ago
- 901e2ce Mark "root" as required. (#285) by Greg Spencer · 8 months ago
- 078abd2 Remove a reference to screenshots for generic error (#280) by Greg Spencer · 8 months ago
- bc90433 Add pub add format guidance (#278) by Greg Spencer · 8 months ago
- 845c126 Bump the github-actions group with 2 updates (#277) by dependabot[bot] · 8 months ago
- 5568958 add a GEMINI.md file (#279) by Jacob MacDonald · 8 months ago
- 1547a83 Fix the capitalization of the Cursor editor in the flag description (#276) by Jaime Wren · 8 months ago
- a9eb685 add an example of using progress tokens to the tools example (#270) by Jacob MacDonald · 9 months ago
- f167ace fix: Update README.md (#268) by Juan Campuzano · 9 months ago
- 4c523d5 [dart_mcp_server] Update link of "Add to Cursor" button (#265) by Parker Lougheed · 9 months ago
- ee5b2b2 Stop reporting errors for non-zero exits (#262) by Greg Spencer · 9 months ago
- 6b4b2bc Add ability to filter analyzer results on a set of paths (#260) by Greg Spencer · 9 months ago
- 72a9283 add --exclude-tool option to exclude tools by name (#253) by Jacob MacDonald · 9 months ago
- 0dbbd8b only run in shell when on windows and running a .bat file (#252) by Jacob MacDonald · 9 months ago
- 0858b0b further prompt refinement, discourage use of temp ids and encourage getting the widget tree often (#249) by Jacob MacDonald · 9 months ago
- 912c1f3 release dart_mcp v0.3.3 (#247) by Jacob MacDonald · 9 months ago dart_mcp-v0.3.3
- 0f7cba8 add analytics tracking for prompts (#246) by Jacob MacDonald · 9 months ago
- 7fbe88a refine the prompt and fix the extension listener (#244) by Jacob MacDonald · 10 months ago
- 8d2384b add some intellij files to gitignore (#245) by Jacob MacDonald · 10 months ago
- e09e469 add prompt for using flutter driver to write a test for a user journey (#243) by Jacob MacDonald · 10 months ago
- 88d7a4d Flutter driver updates, add screenshot support back (#241) by Jacob MacDonald · 10 months ago
- 40607dc rename ElicitationHandler.reject to ElicitationHandler.decline (#240) by Jacob MacDonald · 10 months ago
- ec6efa4 Fix ping request handling from non-dart clients. (#239) by Kostia Sokolovskyi · 10 months ago
- 00889b4 release dart_mcp version 0.3.2 (#237) by Jacob MacDonald · 10 months ago dart_mcp-v0.3.2
- 5e93ef4 Deprecate EnumSchema and JsonType.enumeration (#236) by Jacob MacDonald · 10 months ago
- 66af21b fix the firstMatchOnly and matchRoot schemas to be booleans (#235) by Jacob MacDonald · 10 months ago
- 141fbe1 release dart_mcp 0.3.1 (#234) by Jacob MacDonald · 10 months ago dart_mcp-v0.3.1
- ce519e8 Add flutter driver tool (#223) by Jacob MacDonald · 10 months ago
- 3bf650e add completions support to the prompts example (#233) by Jacob MacDonald · 10 months ago