{
"name": "@modelcontextprotocol/server-shannon-thinking",
"version": "0.1.0",
"description": "MCP server for applying a Claude Shannon-inspired problem-solving pattern",
"license": "MIT",
"type": "module",
"bin": {
"mcp-server-shannon-thinking": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.10.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
}
}