-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "debate-mcp",
"version": "5.2.0",
"description": "Three thinking tools for Claude Code: debate (adversarial critique), reframe (problem reframing), and diverge (divergent idea generation). Multi-model with web search grounding.",
"type": "module",
"bin": {
"debate-mcp": "./index.js"
},
"files": [
"index.js",
"run.sh",
"README.md",
"LICENSE",
"benchmarks/"
],
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"claude-code",
"ai-debate",
"adversarial",
"multi-llm",
"multi-model",
"openai",
"gemini",
"llm-orchestration",
"developer-tools",
"decision-making",
"divergent-thinking",
"reframe",
"brainstorm",
"creativity"
],
"author": "Robert Grzesik",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grzesir/debate-mcp"
},
"homepage": "https://github.com/grzesir/debate-mcp",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"openai": "^4.80.0",
"@google/generative-ai": "^0.21.0",
"zod": "^3.24.0"
}
}