@debatetalk/mcp 1.0.4 → 1.0.6
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/.claude-plugin/marketplace.json +11 -0
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +24 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "debatetalk",
|
|
3
3
|
"description": "Run structured multi-model AI debates from your AI assistant. Multiple models argue independently, deliberate, and converge on a 4-part synthesis: Strong Ground, Fault Lines, Blind Spots, and Your Call.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "DebateTalk",
|
|
7
7
|
"email": "support@debatetalk.ai"
|
package/README.md
CHANGED
|
@@ -17,6 +17,30 @@ DebateTalk makes multiple AI models argue a question independently, challenge ea
|
|
|
17
17
|
|
|
18
18
|
## Quickstart
|
|
19
19
|
|
|
20
|
+
### Claude Code — plugin marketplace
|
|
21
|
+
|
|
22
|
+
**1. Add the DebateTalk marketplace:**
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/plugin marketplace add DebateTalk-AI/mcp
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
**2. Install the plugin:**
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/plugin install debatetalk@DebateTalk-AI/mcp
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
**3. Set your API key:**
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
/plugin config debatetalk DEBATETALK_API_KEY=dt_your_key_here
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
The five DebateTalk tools are immediately available in your session — no config file editing required.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
20
44
|
### MCP (Claude Desktop, Cursor, Cline, Goose, and any MCP-compatible client)
|
|
21
45
|
|
|
22
46
|
**1. Get an API key**
|