Wisdom Layer MCP

by PV-Bhat
Verified
{ "name": "wisdom-layer-mcp", "version": "0.1.0", "description": "Wisdom Layer MCP for strategic advice and metacognitive feedback", "main": "build/index.js", "type": "module", "bin": { "wisdom-layer-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "start": "node build/index.js", "dev": "tsc-watch --onSuccess \"node build/index.js\"" }, "dependencies": { "@google/generative-ai": "^0.2.0", "@modelcontextprotocol/sdk": "0.6.0" }, "devDependencies": { "@types/node": "^20.11.0", "tsc-watch": "^6.0.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "claude", "wisdom", "metacognition", "ai" ], "author": "", "license": "MIT" }