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 クライアントツール?

コメント

「開発者ツール」の他のコンテンツ