Test Server
0
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.
主要功能
- Real-time updates and client notifications
- Summarize-notes prompt with optional style argument
- 0 GitHub stars
- Custom note:// URI scheme for accessing individual notes
- Add-note tool for creating new notes
- Includes instructions for debugging with MCP Inspector
使用案例
- Demonstrates basic MCP server functionality
- Facilitates note-taking and summarization workflows
- Provides a template for building more complex MCP servers