@debatetalk/mcp 1.0.5 → 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,15 +17,21 @@ DebateTalk makes multiple AI models argue a question independently, challenge ea
17
17
 
18
18
  ## Quickstart
19
19
 
20
- ### Claude Code — one-command install
20
+ ### Claude Code — plugin marketplace
21
21
 
22
- If you use Claude Code, install directly from the marketplace:
22
+ **1. Add the DebateTalk marketplace:**
23
23
 
24
24
  ```
25
- /plugin install DebateTalk-AI/mcp
25
+ /plugin marketplace add DebateTalk-AI/mcp
26
26
  ```
27
27
 
28
- Then set your API key:
28
+ **2. Install the plugin:**
29
+
30
+ ```
31
+ /plugin install debatetalk@DebateTalk-AI/mcp
32
+ ```
33
+
34
+ **3. Set your API key:**
29
35
 
30
36
  ```
31
37
  /plugin config debatetalk DEBATETALK_API_KEY=dt_your_key_here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debatetalk/mcp",
3
- "version": "1.0.5",
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",