Releases: alfredobs97/dart_docs_mcp
Releases · alfredobs97/dart_docs_mcp
Release list
0.0.6
0.0.5
Fix for tool discovery errors by providing mandatory Annotation Titles
0.0.4
- Added new
get_changelogtool: fetches and parses a targeted version range from a package'sCHANGELOG.mdto provide precise migration context. - Enhanced error handling across
ArchivePubServiceandGithubPubServiceto provide descriptive error messages for package/file discovery failures. - Implemented
ChangelogParserutility with robust regex-based extraction and fuzzy version matching. - Added new
search_package_codetool: performs a case-insensitive keyword or regex search across a package's internallib/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
What's Changed
- Feature/api surface extraction by @alfredobs97 in #1
- Feature/type hierarchy tree by @alfredobs97 in #2
- Implement Documentation-to-Repository Cross-Referencing tool by @alfredobs97 in #3
Full Changelog: 0.0.2...0.0.3
0.0.2
Included Flutter references into MCP
0.0.1
chore: update package version and add repository URL