package.json•1.05 kB
{
"name": "@pimzino/agentic-tools-mcp",
"version": "1.8.1",
"description": "A comprehensive MCP server for task management and agent memories with JSON file storage",
"main": "dist/index.js",
"type": "module",
"bin": {
"agentic-tools-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"task-management",
"agent-memories",
"json-storage",
"file-storage",
"text-search",
"productivity",
"ai-tools"
],
"author": "Pimzino",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pimzino/agentic-tools-mcp.git"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
]
}