sync: harden standalone mcp and chunk recovery

This commit is contained in:
“BeeRad”
2026-04-16 09:53:56 +10:00
parent 097c4c61bb
commit c2f880d957
15 changed files with 222 additions and 279 deletions
+8 -5
View File
@@ -1,13 +1,16 @@
{
"name": "ra-h-mcp-server",
"version": "2.1.1",
"description": "Connect Claude Code/Desktop to your RA-H knowledge base. Direct SQLite access - no web app required.",
"version": "2.1.2",
"description": "Connect Claude Code/Desktop to your RA-H knowledge base. Direct SQLite access to an existing RA-H database.",
"main": "index.js",
"bin": {
"ra-h-mcp-server": "./index.js"
"ra-h-mcp-server": "index.js"
},
"scripts": {
"start": "node index.js"
"start": "node index.js",
"validate:syntax": "node --check index.js && node --check services/*.js",
"validate:publish": "npm run validate:syntax && npm pack --dry-run >/dev/null",
"prepublishOnly": "npm run validate:publish"
},
"keywords": [
"mcp",
@@ -26,7 +29,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bradwmorris/ra-h"
"url": "git+https://github.com/bradwmorris/ra-h.git"
},
"homepage": "https://ra-h.app",
"bugs": {