@debatetalk/mcp 1.1.1 → 1.1.2
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/plugin.json +1 -1
- package/README.md +0 -12
- 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.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "DebateTalk",
|
|
7
7
|
"email": "support@debatetalk.ai"
|
package/README.md
CHANGED
|
@@ -250,18 +250,6 @@ Public tools (`get_model_status`, `recommend_models`) work without an API key.
|
|
|
250
250
|
|
|
251
251
|
---
|
|
252
252
|
|
|
253
|
-
## Plans & Limits
|
|
254
|
-
|
|
255
|
-
| Plan | Debates/day | API keys | Debaters |
|
|
256
|
-
|------|-------------|----------|---------|
|
|
257
|
-
| Free | 5 | — | 3 |
|
|
258
|
-
| Pro | Unlimited | 2 | 5 |
|
|
259
|
-
| Enterprise | Unlimited | Unlimited | 10 |
|
|
260
|
-
|
|
261
|
-
[Full pricing →](https://debatetalk.ai/resources/plans-and-limits)
|
|
262
|
-
|
|
263
|
-
---
|
|
264
|
-
|
|
265
253
|
## Development
|
|
266
254
|
|
|
267
255
|
```bash
|