JSON-RPC クライアントツール
@yonaka15
关于 JSON-RPC クライアントツール
This is just a private project, for your reference.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论