package.json•887 B
{
"name": "thinkingcap",
"version": "0.2.0",
"description": "Multi-agent research MCP server supporting OpenAI, Anthropic, xAI, Google, OpenRouter, Groq, and Cerebras",
"type": "module",
"bin": {
"thinkingcap": "dist/index.js"
},
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js"
},
"files": [
"dist"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"keywords": [
"mcp",
"ai",
"agents",
"openai",
"anthropic",
"groq",
"cerebras",
"openrouter",
"research"
],
"author": "infatoshi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/infatoshi/thinkingcap.git"
}
}