flutter_modular_docs_mcp 0.2.3
flutter_modular_docs_mcp: ^0.2.3 copied to clipboard
MCP server that serves the flutter_modular documentation to AI coding clients as searchable resources plus a keyword search tool.
Changelog #
0.2.3 #
- Re-embed the navigation page with the reworked Transitions section: the
open
PageTransitioncontract, theCustomTransitionconvenience, customPageTransitionimplementations, and the app-wideModularApp.defaultTransition(precedence: route-local → app default →material).
0.2.2 #
- Re-embed the state-management page documenting
context.select<T, R>— the method-based twin of theSelectorwidget (provider-style granular rebuilds).
0.2.1 #
- Re-embed the refreshed state-management page: documents the page-scoped
addStreamable/addListenableescape hatches and BLoC/Cubit registration (aaddBlocextension overaddStreamable).
0.2.0 #
- Re-embed the documentation rewritten for flutter_modular v7 (the served content now matches the v7 API instead of v6).
- Add the new
mcp-server.mdpage to the index. - Exclude the archived
legacy-6/v6 pages from the index (the scope filter only excludedlegacy/before, so v6 content was leaking into search).
0.1.0 #
- Initial release.
- MCP server serving the flutter_modular documentation over stdio.
search_docstool: BM25 keyword search over heading-delimited doc sections.read_doctool: fetch a full page by path ormodular-docs://resource URI.- One MCP resource per documentation page.
- Documentation embedded at build time via
bin/build_index.dart.