@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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "DebateTalk-AI/mcp",
3
+ "owner": { "name": "DebateTalk AI" },
4
+ "plugins": [
5
+ {
6
+ "name": "debatetalk",
7
+ "source": ".",
8
+ "description": "Run structured multi-model AI debates from your AI assistant."
9
+ }
10
+ ]
11
+ }
@@ -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",
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**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debatetalk/mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Official MCP server and CLI for DebateTalk — run structured multi-model AI debates from your AI assistant or terminal.",
5
5
  "keywords": [
6
6
  "mcp",