mcp-test-server
0
The project is an MCP server designed for OpenShift deployment, offering note storage features, tools for adding new notes, and prompts for summarizing stored notes. It utilizes a custom URI scheme and allows users to control summary detail levels.
MCP server
The server creates test tools, resources, and prompts that can be deployed on OpenShift
Components
Resources
The server implements a simple note storage system with:
- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description and text/plain mimetype
Prompts
The server provides a single prompt:
- summarize-notes: Creates summaries of all stored notes
- Optional "style" argument to control detail level (brief/detailed)
- Generates prompt combining all current notes with style preference
Tools
The server implements one tool:
- add-note: Adds a new note to the server
- Takes "name" and "content" as required string arguments
- Updates server state and notifies clients of resource changes