01Utilizes Zod (v3) for robust input validation of tool arguments.
020 GitHub stars
03Includes a `search-backbone` tool for full-text search across all chapters, returning resource links and excerpts.
04Registers each Markdown chapter as an MCP resource with a stable URI (e.g., `backbone://chapter/NN`).
05Provides functionality to read the plain text content of any requested chapter.
06Modular architecture separating server, resource handling, and Markdown reading logic.