A TypeScript-based MCP server for handling a simple notes system with NextJS that supports creating and summarizing text notes using MCP concepts.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create new text notes. Takes title and content as required parameters and stores the note in server state.
Generate a summary of all stored notes. Includes all note contents as embedded resources and returns structured prompt for LLM summarization.