package.json•1.6 kB
{
"name": "mcp-system-info",
"version": "1.0.0",
"description": "A comprehensive Model Context Protocol server for system information, monitoring, and diagnostics",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"system-info",
"monitoring",
"diagnostics",
"cpu",
"memory",
"disk",
"network",
"process",
"hardware",
"battery",
"temperature",
"claude",
"ai"
],
"author": "Your Name",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"systeminformation": "^5.22.7",
"node-disk-info": "^1.3.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"@types/jest": "^29.5.12",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/mcp-system-info.git"
},
"bugs": {
"url": "https://github.com/yourusername/mcp-system-info/issues"
},
"homepage": "https://github.com/yourusername/mcp-system-info#readme"
}