@debatetalk/mcp 1.0.6 → 1.0.8

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.
@@ -1,10 +1,13 @@
1
1
  {
2
- "name": "DebateTalk-AI/mcp",
2
+ "name": "debatetalk-mcp",
3
3
  "owner": { "name": "DebateTalk AI" },
4
4
  "plugins": [
5
5
  {
6
6
  "name": "debatetalk",
7
- "source": ".",
7
+ "source": {
8
+ "source": "github",
9
+ "repo": "DebateTalk-AI/mcp"
10
+ },
8
11
  "description": "Run structured multi-model AI debates from your AI assistant."
9
12
  }
10
13
  ]
@@ -5,5 +5,13 @@
5
5
  "author": {
6
6
  "name": "DebateTalk",
7
7
  "email": "support@debatetalk.ai"
8
+ },
9
+ "userConfig": {
10
+ "DEBATETALK_API_KEY": {
11
+ "title": "DebateTalk API Key",
12
+ "description": "Your DebateTalk API key from console.debatetalk.ai/api-keys",
13
+ "type": "string",
14
+ "sensitive": true
15
+ }
8
16
  }
9
17
  }
package/README.md CHANGED
@@ -28,16 +28,12 @@ DebateTalk makes multiple AI models argue a question independently, challenge ea
28
28
  **2. Install the plugin:**
29
29
 
30
30
  ```
31
- /plugin install debatetalk@DebateTalk-AI/mcp
31
+ /plugin install debatetalk@debatetalk-mcp
32
32
  ```
33
33
 
34
- **3. Set your API key:**
34
+ Claude Code will prompt you for your API key during installation. Get one at [console.debatetalk.ai/api-keys](https://console.debatetalk.ai/api-keys).
35
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.
36
+ The five DebateTalk tools are immediately available in your session once installed.
41
37
 
42
38
  ---
43
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debatetalk/mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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",