- Add DimensionIconsContext for app-wide dimension icon sharing - Enhanced getNodeIcon() with favicon/YouTube/PDF detection + dimension icons - Propagate dynamic icons to GridView, ListView, SearchModal, FocusPanel, ViewsOverlay, FolderViewOverlay - Add RahEdge component with hover labels for map edges - Update RahNode with dimension-colored borders and icon support - Add MiniMap with dimension color coding to MapPane - MCP server: add description field to rah_update_node, bump standalone to v1.4.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "ra-h-mcp-server",
|
|
"version": "1.4.2",
|
|
"description": "Connect Claude Code/Desktop to your RA-H knowledge base. Direct SQLite access - no web app required.",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"ra-h-mcp-server": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"claude",
|
|
"claude-code",
|
|
"claude-desktop",
|
|
"knowledge-base",
|
|
"knowledge-management",
|
|
"sqlite",
|
|
"ra-h",
|
|
"rah",
|
|
"pkm",
|
|
"second-brain"
|
|
],
|
|
"author": "Bradley Morris <bradwmorriswork@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bradwmorris/ra-h"
|
|
},
|
|
"homepage": "https://ra-h.app",
|
|
"bugs": {
|
|
"url": "https://github.com/bradwmorris/ra-h/issues"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"better-sqlite3": "^11.0.0",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <24.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"services/",
|
|
"guides/",
|
|
"README.md"
|
|
]
|
|
}
|