@hmodecode/multimind-mcpserver
Version:
tool to get the best results out of an LLM!
47 lines (46 loc) • 941 B
JSON
{
"name": "@hmodecode/multimind-mcpserver",
"version": "0.8.4",
"description": " tool to get the best results out of an LLM!",
"main": "main.js",
"type": "module",
"bin": {
"mctool": "./main.js"
},
"scripts": {
"start": "node main.js",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"modelcontextprotocol",
"llm",
"ai",
"multi-agent",
"dialogue",
"debate",
"reasoning",
"critical-thinking",
"ai-debate",
"chain-of-thought",
"constructive-dialogue",
"collaborative-ai",
"ai-reflection",
"llm-feedback-loop",
"multi-llm",
"ai-evaluation",
"ai-planning",
"ai-decision-making",
"llm-orchestration",
"thought-refinement",
"prompt-engineering",
"ai-tools"
],
"author": "hamodeben",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"dotenv": "^16.5.0",
"groq-sdk": "^0.23.0",
"openai": "^5.3.0"
}
}