A minimal MCP server for the Quarto Book project. Exposes tools for connectivity checks and rule retrieval based on editing context. Designed for extensibility with future features like scoring and vector search.
- An MCP server that fetches and processes the `rules-catalog.json` produced by a Quarto Book, and returns the rules that apply. - The server knows nothing about any specific Book. It depends only on the catalog's **schema contract (version)** and receives the catalog's location through environment variables (loose coupling).