package.json
{
"name": "lms-plugin-alexiel-rag",
"version": "1.0.0",
"description": "Grounded folder RAG for Alexiel: index explicitly-allowlisted folders, search them on demand with file+chunk citations. Read-only, no filesystem MCP required.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "lanicorec",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^22.13.5",
"typescript": "^5.7.3"
}
}