Implements a Model Context Protocol (MCP) server for managing and summarizing notes.
This TypeScript-based server demonstrates core MCP concepts through a simple notes system. It provides resources representing text notes, tools for creating new notes with titles and content, and prompts for generating summaries of all stored notes. The server exposes note content as plain text and includes an MCP inspector for debugging.