Bridge-README: MCP-Client-neutral formuliert (kein Tool-spezifischer Name)
This commit is contained in:
parent
41f2925b13
commit
6b52678e7e
@ -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 "<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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user