fix(handlers): use local db import in mcp tools test #1923

Closed
hongming wants to merge 1 commits from fix/mcp-tools-test-db-import-20260526 into main
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/DATA-DOG/go-sqlmock"
"github.com/Molecule-AI/molecule-monorepo/platform/internal/db"
"git.moleculesai.app/molecule-ai/molecule-core/workspace-server/internal/db"
)
// ─────────────────────────────────────────────────────────────────────────────