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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user