feat: add frictionless RA-H OS setup

- Add MCP setup, doctor, init-db, config, and rules CLI commands
- Publish latest MCP package wiring and local setup helper
- Update OS install docs for MCP-only, full app, and demo-safe setup

Generated with Claude Code
This commit is contained in:
“BeeRad”
2026-04-21 08:29:31 +10:00
parent 14b5784cd6
commit 21772fcba7
17 changed files with 718 additions and 49 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "ra-h-mcp-server",
"version": "2.1.2",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ra-h-mcp-server",
"version": "2.1.2",
"version": "3.2.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
@@ -17,7 +17,7 @@
"ra-h-mcp-server": "index.js"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.0.0 <24.0.0"
}
},
"node_modules/@hono/node-server": {