Bridge-README: MCP-Client-neutral formuliert (kein Tool-spezifischer Name)

This commit is contained in:
Sucukdeluxe 2026-06-19 17:19:35 +02:00
parent 41f2925b13
commit 6b52678e7e

View File

@ -1,7 +1,7 @@
# rd-diagnostics-mcp # rd-diagnostics-mcp
Standalone **stdio MCP bridge** to the Real-Debrid-Downloader debug-server. It runs on the machine where the 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. read-only HTTP diagnostics API (`/diagnostics`, `/status`, `/errors`, `/logs/*`, `/accounts`, …) as MCP tools.
One bridge serves all 56 servers; you pass a `code` (or a configured `server` name) per call. One bridge serves all 56 servers; you pass a `code` (or a configured `server` name) per call.
@ -14,10 +14,10 @@ cd tools/rd-diagnostics-mcp
npm install 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 ```bash
claude mcp add rd-diag -- node "<repo>/tools/rd-diagnostics-mcp/src/bridge.mjs" node "<repo>/tools/rd-diagnostics-mcp/src/bridge.mjs"
``` ```
Provide servers via environment variables (codes contain a token — treat like passwords): Provide servers via environment variables (codes contain a token — treat like passwords):