flutter_modular_docs_mcp library
MCP server that serves the flutter_modular documentation as resources plus a
keyword search_docs tool. See bin/server.dart for the stdio entry point.
Classes
- DocChunk
- One heading-delimited section of a DocPage — the search unit.
- DocPage
- A whole documentation page.
- ModularDocsServer
- An MCP server over the embedded flutter_modular documentation.
- SearchHit
- One ranked search result.
- SearchIndex
- In-memory BM25 index over documentation chunks.
Constants
- serverVersion → const String
-
Version reported to clients in the MCP
initializehandshake.