flutter_modular_docs_mcp 0.1.0
flutter_modular_docs_mcp: ^0.1.0 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.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.