Skip to content

Releases: alfredobs97/dart_docs_mcp

0.0.6

Choose a tag to compare

@alfredobs97 alfredobs97 released this 23 May 16:50
e457c14

Fix runner for MacOS publish

0.0.5

Choose a tag to compare

@alfredobs97 alfredobs97 released this 23 May 16:43
c4b5723

Fix for tool discovery errors by providing mandatory Annotation Titles

0.0.4

Choose a tag to compare

@alfredobs97 alfredobs97 released this 28 Mar 22:27
29a0498
  • Added new get_changelog tool: fetches and parses a targeted version range from a package's CHANGELOG.md to provide precise migration context.
  • Enhanced error handling across ArchivePubService and GithubPubService to provide descriptive error messages for package/file discovery failures.
  • Implemented ChangelogParser utility with robust regex-based extraction and fuzzy version matching.
  • Added new search_package_code tool: performs a case-insensitive keyword or regex search across a package's internal lib/ source files, returning file paths, 1-based line numbers, and ±3-line context snippets.
  • Generated files (.g.dart, .freezed.dart, .gr.dart, .mocks.dart, .config.dart) are automatically excluded from search results to reduce noise.
  • Search results are capped at 15 matches to prevent LLM context overflow.
  • Updated README to document the new tools including parameter references and real output examples.

0.0.3

0.0.3 Pre-release
Pre-release

Choose a tag to compare

@alfredobs97 alfredobs97 released this 25 Feb 19:05
10c19ab

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

0.0.2 Pre-release
Pre-release

Choose a tag to compare

@alfredobs97 alfredobs97 released this 25 Feb 13:22

Included Flutter references into MCP

0.0.1

0.0.1 Pre-release
Pre-release

Choose a tag to compare

@alfredobs97 alfredobs97 released this 25 Feb 08:44
chore: update package version and add repository URL