@debatetalk/mcp 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,24 @@ DebateTalk makes multiple AI models argue a question independently, challenge ea
|
|
|
17
17
|
|
|
18
18
|
## Quickstart
|
|
19
19
|
|
|
20
|
+
### Claude Code — one-command install
|
|
21
|
+
|
|
22
|
+
If you use Claude Code, install directly from the marketplace:
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/plugin install DebateTalk-AI/mcp
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Then set your API key:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/plugin config debatetalk DEBATETALK_API_KEY=dt_your_key_here
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
The five DebateTalk tools are immediately available in your session — no config file editing required.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
20
38
|
### MCP (Claude Desktop, Cursor, Cline, Goose, and any MCP-compatible client)
|
|
21
39
|
|
|
22
40
|
**1. Get an API key**
|