MCP.so
登录

MCP server

@Shreyanand

关于 MCP server

暂无概览

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

Shreyanand

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Adds a new note to the server

概览

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.

评论

开发工具 分类下的更多 MCP 服务器