Overview
What is MCP server?
MCP server creates test tools, resources, and prompts that can be deployed on OpenShift. It implements a simple note storage system with a custom URI scheme, a summarize-notes prompt, and an add-note tool.
How to use MCP server?
—
Key features of MCP server
- 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
Use cases of MCP server
- Testing MCP server capabilities in OpenShift environments
- Managing a simple note system through resources, prompts, and tools
- Summarizing stored notes with adjustable detail levels
- Adding notes dynamically and receiving client notifications
FAQ from MCP server
What resources does the server provide?
The server provides note:// URI scheme resources for accessing individual notes, each with a name, description, and text/plain MIME type.
What prompts are available?
The server offers one prompt: summarize-notes, which creates a summary of all stored notes. It accepts an optional style argument to control the level of detail (brief or detailed).
What tools are implemented?
The server implements one tool: add-note, which requires name and content as required string arguments, updates the server state, and notifies clients of the change.
Can the server be deployed outside of OpenShift?
The README only describes deployment on OpenShift; no other environments or platforms are mentioned.