Manages and provides access to notes via a custom URI scheme and offers a summarization prompt and note-adding tool.
The weather_service MCP server provides a simple note-saving system accessible through a custom note:// URI scheme. It allows users to interact with individual notes that include a name, description, and text/plain content. The server offers a 'summarize-notes' prompt, enabling the creation of summaries with varying detail levels. Additionally, it features an 'add-note' tool, which allows the addition of new notes to the server, updating its state and notifying clients of the changes.