Manages and summarizes textual notes, offering a custom URI scheme for resource access and interactive tools.
This MCP server project provides a foundational system for managing and interacting with textual notes. It features a custom `note://` URI scheme, enabling unique identification and access to individual notes, each with a defined name, description, and `text/plain` mimetype. The server includes a `summarize-notes` prompt capable of generating summaries of all stored notes, with adjustable detail levels. Furthermore, an `add-note` tool allows for the creation of new notes, seamlessly updating the server's state and notifying connected clients of resource modifications, making it a versatile base for note-centric applications.