package.jsonā¢1.94 kB
{
"name": "@saralegui-solutions/mcp-self-learning-server",
"version": "1.0.0",
"description": "MCP Self-Learning Server with autonomous knowledge improvement and system-wide integration",
"main": "mcp-self-learning-server.js",
"bin": {
"mcp-learn": "./bin/mcp-learn.js"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test",
"bin": "bin",
"api": "api"
},
"scripts": {
"test": "npm run test:unit && npm run test:integration",
"test:unit": "node test/unit/learning-engine.test.js",
"test:integration": "node test/integration/mcp-server.test.js",
"start": "node mcp-self-learning-server.js",
"dev": "NODE_ENV=development node mcp-self-learning-server.js",
"debug": "NODE_ENV=development DEBUG=1 node mcp-self-learning-server.js",
"health": "node tools/health-check.js",
"monitor": "node tools/monitor.js",
"monitor:details": "node tools/monitor.js --details",
"api": "node api/rest-server.js",
"install-global": "npm link",
"uninstall-global": "npm unlink -g @saralegui-solutions/mcp-self-learning-server",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"mcp",
"learning",
"ai",
"assistant",
"autonomous",
"knowledge",
"claude",
"anthropic"
],
"author": "Saralegui Solutions LLC",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"express": "^4.18.2",
"cors": "^2.8.5",
"ws": "^8.14.2",
"commander": "^11.1.0"
},
"devDependencies": {
"axios": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/saralegui-solutions/mcp-self-learning-server"
},
"homepage": "https://github.com/saralegui-solutions/mcp-self-learning-server#readme",
"bugs": {
"url": "https://github.com/saralegui-solutions/mcp-self-learning-server/issues"
}
}