diff --git a/cube-notes-mcp.py b/cube-notes-mcp.py index 27d474e..f75a147 100644 --- a/cube-notes-mcp.py +++ b/cube-notes-mcp.py @@ -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"