Provides a simple note storage system accessible via a custom URI scheme, prompts, and tools.
Test Server is a Python-based MCP server that demonstrates a simple note storage system. It allows clients to interact with notes through a custom `note://` URI scheme. The server offers a `summarize-notes` prompt to generate summaries of stored notes with configurable detail levels. Additionally, it provides an `add-note` tool to create new notes, updating the server's state and notifying clients of resource changes.