1. e0f7073 send notifications/message only when a 2026-07-28 request asks (#595) by Yusuf İhsan Görgel · 2 days ago main
  2. f7d7ba6 publish package:skills 1.0.0 (#598) by Jacob MacDonald · 2 days ago skills-v1.0.0
  3. 6142d5f reject the methods the 2026-07-28 revision removed (#593) by Yusuf İhsan Görgel · 2 days ago
  4. b9e0c53 add a test that the list endpoints keep their registration order (#594) by Yusuf İhsan Görgel · 2 days ago
  5. 625d43f refuse listRoots and createMessage without the client capability (#597) by Yusuf İhsan Görgel · 2 days ago
  6. 5342cf3 add the capability extensions maps from protocol 2026-07-28 (#592) by Yusuf İhsan Görgel · 4 days ago
  7. 15cec35 add the subscriptions/listen types from protocol 2026-07-28 (#589) by Yusuf İhsan Görgel · 5 days ago
  8. 7c80f1b report -32602 when a resource URI has no handler (#587) by Yusuf İhsan Görgel · 5 days ago
  9. 3d06d93 emit -32021 when a client asks to elicit without the capability (#588) by Yusuf İhsan Görgel · 5 days ago
  10. dde2f6d add the server/discover types from protocol 2026-07-28 (#584) by Yusuf İhsan Görgel · 5 days ago
  11. b319a46 publish dart_mcp_server version 1.1.1 (#583) by Jacob MacDonald · 8 days ago dart_mcp_server-v1.1.1
  12. 4a6359b send the result fields the 2026-07-28 revision requires (#580) by Yusuf İhsan Görgel · 8 days ago
  13. fca1cda Update README to include version badges (#582) by Jacob MacDonald · 9 days ago
  14. d8a9d79 fix RequestId so it can hold a JSON-RPC id (#581) by Yusuf İhsan Görgel · 10 days ago
  15. 83ad946 let servers set the caching hints on cacheable results (#579) by Yusuf İhsan Görgel · 10 days ago
  16. 5cb0ae1 Improve hot reload flow with more proactive instructions and better errors (#578) by Jacob MacDonald · 11 days ago
  17. e6192ee add the streamable HTTP POST handler from protocol 2026-07-28 (#572) by Yusuf İhsan Görgel · 12 days ago
  18. 88f2bb6 Report the install directory in skills get output (#573) by Yusuf İhsan Görgel · 2 weeks ago
  19. bca0afc increase test timeout for flaky tests (#576) by Jacob MacDonald · 2 weeks ago
  20. ee17018 feat(skills): clean up unused git repo sources in skills prune and skills get (#568) by Jacob MacDonald · 2 weeks ago
  21. c65be8f add the error code constants from protocol 2026-07-28 (#571) by Yusuf İhsan Görgel · 2 weeks ago
  22. 307a8a1 Emphasize the actual skill name in dialogs (#549) by Jacob MacDonald · 3 weeks ago
  23. ca364ab add CacheableResult from protocol 2026-07-28 (#570) by Yusuf İhsan Görgel · 3 weeks ago
  24. d1405de Make list command more consistent and informative (#554) by Jacob MacDonald · 3 weeks ago
  25. 816e82c Auto-select suggested skill repos in source-selection dialog (#558) (#569) by Jacob MacDonald · 3 weeks ago
  26. eb11f59 add Result.resultType from protocol 2026-07-28 (#565) by Yusuf İhsan Görgel · 3 weeks ago
  27. 4cde5c9 Don't install skills from third_party directories (#563) by Jacob MacDonald · 3 weeks ago
  28. eb0c7b8 Support hyphens in package name prefixes when matching and creating skills (#566) by Jacob MacDonald · 3 weeks ago
  29. 0d0f001 fix(skills): Do not save repositories in skills add when git clone fails (fixes #561) (#564) by Jacob MacDonald · 3 weeks ago
  30. 857ba43 update wording for selection dialogs (#557) by Jacob MacDonald · 3 weeks ago
  31. a1f67a6 add version flag (#545) by Jacob MacDonald · 3 weeks ago
  32. 7d404cf Fix skills create description escaping (#547) by Jacob MacDonald · 3 weeks ago
  33. 7ee46a3 use the dart/workspace/analysis/complete request where possible (#544) by Jacob MacDonald · 3 weeks ago dart_mcp_server-v1.1.0
  34. 5b2b835 use parseDartSDKVersion from unified_analytics (#538) by Jacob MacDonald · 3 weeks ago
  35. 85a5da7 log error types for unhandled errors (#539) by Jacob MacDonald · 3 weeks ago
  36. 7e7a2f6 update the github repo link to the new location (#540) by Jacob MacDonald · 3 weeks ago skills-v1.0.0-beta.4
  37. 61c0f0c Revise CLI description for clarity (#543) by Michael Thomsen · 3 weeks ago
  38. ae8d438 Harden various tools (#534) by Jacob MacDonald · 3 weeks ago skills-v1.0.0-beta.3
  39. e69f9ec add basic analytics for commands ran and errors (#533) by Jacob MacDonald · 4 weeks ago
  40. 78ea03e operate on decoded messages instead of JSON strings (#531) by Yusuf İhsan Görgel · 4 weeks ago
  41. 1e2f7c7 improve security of workflow files (#530) by Jacob MacDonald · 4 weeks ago
  42. cf04e97 add request-scoped message dispatch for MCP servers (#528) by Yusuf İhsan Görgel · 4 weeks ago
  43. ed0f12a add create command for creating a skill to share (#529) by Jacob MacDonald · 4 weeks ago skills-v1.0.0-beta.2
  44. 0b8e661 publish package:skills 1.0.0-beta.1 (#527) by Jacob MacDonald · 4 weeks ago skills-v1.0.0-beta.1
  45. 6923032 suggest installing dart/flutter skill repos (#521) by Jacob MacDonald · 4 weeks ago dart_mcp_server-0.6.0-wip
  46. 4386608 rename --ide to --agent and all APIs similarly (#525) by Jacob MacDonald · 4 weeks ago
  47. 4783415 Separate server feature registration from legacy initialization (#524) by Yusuf İhsan Görgel · 4 weeks ago
  48. a067ab8 Support `internal: true` metadata to skip installing certain skills (#520) by Jacob MacDonald · 4 weeks ago
  49. de3ea73 Revert "Add a Claude Code plugin (#511)" (#523) by Keerti Parthasarathy · 5 weeks ago
  50. 0461a5d Fix vm service disconnection hangs (#519) by Jacob MacDonald · 5 weeks ago
  51. 50dae98 Fork package:skills into this repo at pkgs/skills (#507) by Jacob MacDonald · 5 weeks ago
  52. 5f503c9 move SdkSupport to implements clause of DartToolingDaemonSupport (#515) by Jacob MacDonald · 5 weeks ago
  53. 171ca06 Add a Claude Code plugin (#511) by Keerti Parthasarathy · 5 weeks ago
  54. bdfe08c add some missing tool call failure reasons (#514) by Jacob MacDonald · 6 weeks ago
  55. 359069e allow connecting directly to vm service URIs (#512) by Jacob MacDonald · 6 weeks ago
  56. 7fbc983 Bump the github-actions group with 2 updates (#513) by dependabot[bot] · 6 weeks ago
  57. 254852c try using package:test version 1.30.0 to avoid test hangs on exit (#509) by Jacob MacDonald · 7 weeks ago
  58. d4c0045 normalize roots so they always have a scheme (#508) by Jacob MacDonald · 7 weeks ago dart_mcp-v0.5.2
  59. e7a3405 try enabling long paths in git by Jake Macdonald · 7 weeks ago
  60. 97df09f use a test descriptor validator in git_sync_test.dart by Jake Macdonald · 7 weeks ago
  61. 62f38bd format with the dev SDK by Jake Macdonald · 7 weeks ago
  62. 693e0f0 append google license, update github workflows, update README.md by Jake Macdonald · 7 weeks ago
  63. 5059d49 Merge branch 'temp-skills-merge' into merge-skills-with-history by Jake Macdonald · 7 weeks ago
  64. 377e6d8 Move files to pkgs/skills by Jake Macdonald · 7 weeks ago
  65. d71f3a3 Replace registries with new `add` command which installs from git without filtering (#32) by Jacob MacDonald · 7 weeks ago
  66. 1326501 Improve update flow with computed diffs (#30) by Jacob MacDonald · 8 weeks ago
  67. 025cc11 send a sigkill to analysis server if it doesnt respond to sigterm (#501) by Jacob MacDonald · 8 weeks ago dart_mcp_server-v1.0.2
  68. 82d2374 only install skills from immediate deps (#29) by Jacob MacDonald · 8 weeks ago
  69. def0bac add architecture doc for the mcp server (#496) by Jacob MacDonald · 9 weeks ago
  70. 7e4a1eb Improve update flow by checking for local modifications first (#25) by Jacob MacDonald · 9 weeks ago
  71. ee736ac feat: Make dialogs use up all the vertical space available (#28) by Jacob MacDonald · 9 weeks ago
  72. 0efbc6a chore: Hotfix a 0.3.1 release that allows config 0.9.x (#27) by Jacob MacDonald · 9 weeks ago
  73. 1aabbab Support workspace security advisories (#24) by Jacob MacDonald · 10 weeks ago
  74. 2f0ae26 Add skill selection dialogs when installing and removing skills (#21) by Jacob MacDonald · 2 months ago
  75. 4536dc6 Provide a package selection dialog when installing skills (#17) by Jacob MacDonald · 2 months ago
  76. 26b3db1 move local manifest file to .config/dart_skills/skils_config.json (#20) by Jacob MacDonald · 2 months ago
  77. e0c3992 feat: add registry command to manage global and local skill registries, drop built-in registries (#19) by Jacob MacDonald · 2 months ago
  78. f9d8789 Bump actions/labeler from 6.0.1 to 6.1.0 in the github-actions group (#492) by dependabot[bot] · 2 months ago
  79. 736b945 make some minor changes to improve the pub score (#490) by Jacob MacDonald · 3 months ago dart_mcp_server-v1.0.1
  80. ce2bf90 prep to publish dart_mcp_server, remove vendored pubspec, fix lints (#489) by Jacob MacDonald · 3 months ago dart_mcp_server-v1.0.0
  81. 09ac9b1 add back executable section, necessary for dart run (#488) by Jacob MacDonald · 3 months ago
  82. b05dbe8 vendor language_server_protocol under lib/src/third_party (#486) by Jacob MacDonald · 3 months ago
  83. 6cc1e16 Check for security advisories when installing skills and warn. (#15) by Jacob MacDonald · 3 months ago
  84. 261f526 enable analytics if DASH__TOOL is set when running as a package (#483) by Jacob MacDonald · 3 months ago
  85. 2816cd6 Graduate dart_mcp_server to be a published package (#485) by Jacob MacDonald · 3 months ago
  86. cc2d19a check for DART_ROOT environment variable to find the SDK (#481) by Jacob MacDonald · 3 months ago
  87. 04307f8 refactor: Migrate cache directory from `.dart_skills` to `.dart_tool/skills`. (#14) by Jacob MacDonald · 3 months ago
  88. 8d052ac add a tool to make arbitrary vm service method calls (#473) by Jacob MacDonald · 3 months ago
  89. 5e6fa8d add selection dialog to choose an IDE if not detected (#16) by Jacob MacDonald · 3 months ago
  90. 047655e feat: Add migration from `.agent/skills` to `.agents/skills` with auto migration script (#12) by Jacob MacDonald · 3 months ago
  91. e91b9aa chore: Bumps version to 0.3.0 and updates CHANGELOG by Marcelo Soares · 3 months ago
  92. 17c33a2 feat: inject user-invocable: false in ClaudeAdapter (#4) by Hugo Alberto Garcia · 3 months ago
  93. a9972a8 feat: Export `getSkills` for programmatic usage as part of the public API by Marcelo Soares · 3 months ago
  94. 0f33025 feat: Adds support for OpenCode (#8) by Aboo · 3 months ago
  95. c2f79f0 chore: Bumps version to 0.2.2 and updates CHANGELOG by Marcelo Soares · 3 months ago
  96. 7ffcf36 chore: Add publish CI pipeline by Marcelo Soares · 3 months ago
  97. 611337d feat: Extract skill installation into `getSkills` method for external usage (#13) by Lucky Ebere · 3 months ago
  98. 9c96bfe Add test for DTD discovery (#465) by Jacob MacDonald · 3 months ago
  99. af7e829 Add test for DTD discovery (#465) by Jacob MacDonald · 3 months ago
  100. f151df9 Bump actions/cache from 5.0.4 to 5.0.5 in the github-actions group (#464) by dependabot[bot] · 4 months ago