Author avatar

mcp-rcp-server

by yonaka15

Tags

4.8 (120)

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

JSON-RPC APIにアクセスするためのコマンドラインツールです。

インストール

# 依存関係のインストール
npm install

# ビルド
npm run build

使用方法

# ヘルプを表示
node build/index.js --help

# システム情報を取得
node build/index.js system-info

# エコー実行
node build/index.js echo "Hello, world!"

# メモ一覧を取得
node build/index.js notes list

# メモを取得
node build/index.js notes get <メモID>

# メモを作成
node build/index.js notes create "タイトル" "内容"

# メモを更新
node build/index.js notes update <メモID> "新しいタイトル" "新しい内容"

# メモを削除
node build/index.js notes delete <メモID>

拡張方法

新しいAPIエンドポイントをサポートするには、以下の手順に従います:

  1. src/types.tsに必要な型を追加
  2. src/jsonRpcClient.tsにメソッドを追加
  3. src/cli.tsにコマンドとオプションを追加

ライセンス

ISC

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →