{
"name": "claude-chunks",
"version": "0.1.0",
"description": "MCP server for intelligent document chunking and progressive summarization, optimized for Claude context windows.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"start": "node dist/index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vetlefo/claude-chunks.git"
},
"keywords": [
"claude",
"mcp",
"document-processing",
"summarization",
"nlp"
],
"author": "vetlefo",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.0"
}
}