MCP.so
登录

JSON-RPC クライアントツール

@yonaka15

关于 JSON-RPC クライアントツール

This is just a private project, for your reference.

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

yonaka15

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-rcp-server": {
      "command": "node",
      "args": [
        "build/index.js",
        "--help"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is JSON-RPC クライアントツール?

A command-line tool for accessing JSON-RPC APIs. It is a private project intended for reference.

How to use JSON-RPC クライアントツール?

Install dependencies with npm install, build with npm run build, then run commands like node build/index.js --help. Available commands include system-info, echo, and CRUD operations for notes (notes list, notes get, notes create, notes update, notes delete).

Key features of JSON-RPC クライアントツール?

  • Retrieve system information
  • Echo text back
  • List, get, create, update, and delete notes
  • Extensible to support new API endpoints
  • Built with TypeScript

Use cases of JSON-RPC クライアントツール?

  • Interact with any JSON-RPC API from the command line
  • Manage notes via a JSON-RPC backend
  • Test or prototype JSON-RPC endpoints
  • Use as a reference for building custom JSON-RPC clients

FAQ from JSON-RPC クライアントツール?

评论

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