MCP server
Description
# 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…
About
# 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 ###…
Details
- Author
- Shreyanand
- Downloads
- 292
- Categories
- Developer Tools
Jump to
- Creates test tools, resources, and prompts deployable on OpenShift
- Custom note:// URI scheme for accessing individual notes
- Each note resource includes name, description, and text/plain mimetype
- Provides a summarize-notes prompt with optional style argument (brief/detailed)
- Implements add-note tool with required name and content string arguments
- Updates server state and notifies clients of changes
—
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





