diff --git a/tools/rd-diagnostics-mcp/README.md b/tools/rd-diagnostics-mcp/README.md index a9e8e62..987f9d6 100644 --- a/tools/rd-diagnostics-mcp/README.md +++ b/tools/rd-diagnostics-mcp/README.md @@ -1,7 +1,7 @@ # rd-diagnostics-mcp Standalone **stdio MCP bridge** to the Real-Debrid-Downloader debug-server. It runs on the machine where the -AI assistant (Claude Code) runs, takes a **connection code** for a downloader server, and exposes that server's +MCP client runs, takes a **connection code** for a downloader server, and exposes that server's read-only HTTP diagnostics API (`/diagnostics`, `/status`, `/errors`, `/logs/*`, `/accounts`, …) as MCP tools. One bridge serves all 5–6 servers; you pass a `code` (or a configured `server` name) per call. @@ -14,10 +14,10 @@ cd tools/rd-diagnostics-mcp npm install ``` -Register it with Claude Code (single default server): +Register it with your MCP client as a stdio server that launches the bridge: ```bash -claude mcp add rd-diag -- node "/tools/rd-diagnostics-mcp/src/bridge.mjs" +node "/tools/rd-diagnostics-mcp/src/bridge.mjs" ``` Provide servers via environment variables (codes contain a token — treat like passwords):