flutter_modular_docs_mcp 0.2.3 copy "flutter_modular_docs_mcp: ^0.2.3" to clipboard
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 PageTransition contract, the CustomTransition convenience, custom PageTransition implementations, and the app-wide ModularApp.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 the Selector widget (provider-style granular rebuilds).

0.2.1 #

  • Re-embed the refreshed state-management page: documents the page-scoped addStreamable/addListenable escape hatches and BLoC/Cubit registration (a addBloc extension over addStreamable).

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.md page to the index.
  • Exclude the archived legacy-6/ v6 pages from the index (the scope filter only excluded legacy/ before, so v6 content was leaking into search).

0.1.0 #

  • Initial release.
  • MCP server serving the flutter_modular documentation over stdio.
  • search_docs tool: BM25 keyword search over heading-delimited doc sections.
  • read_doc tool: fetch a full page by path or modular-docs:// resource URI.
  • One MCP resource per documentation page.
  • Documentation embedded at build time via bin/build_index.dart.
0
likes
150
points
388
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

MCP server that serves the flutter_modular documentation to AI coding clients as searchable resources plus a keyword search tool.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#mcp #flutter-modular #documentation

License

MIT (license)

Dependencies

dart_mcp, stream_channel

More

Packages that depend on flutter_modular_docs_mcp