Point the notes MCP at this tree's new home

The repository moved from /home/CUBELinux/CUBELinux-2 to /home/CUBEdb, and the
MCP server hardcoded its own CLI's path. One line, no behaviour change; without it
the server would call a binary that no longer exists.
This commit is contained in:
cubelinux
2026-09-18 17:57:24 -04:00
parent b47a5df1b2
commit 10cb4e4075
+1 -1
View File
@@ -9,7 +9,7 @@ which persists to `$CUBE_NOTES_DIR` (default ~/.cubelinux-notes).
"""
import sys, json, subprocess
CUBE = "/home/CUBELinux/CUBELinux-2/target/release/cube"
CUBE = "/home/CUBEdb/target/release/cube"
SERVER_NAME = "cube-notes-mcp"
SERVER_VERSION = "0.2.0"
PROTOCOL_VERSION = "2024-11-05"