personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #129 from kognova/codex/fix-import-logic-between-dream-and-mcp_tools

Fix Dream chat MCP import

authored by

Jer Miller and committed by
GitHub
2d239b60 c7a807ae

+1 -1
+1 -1
dream/views/chat.py
··· 8 8 from google import genai 9 9 from google.genai import types 10 10 11 - from mcp_tools import sunstone_toolset 11 + from think.mcp_tools import sunstone_toolset 12 12 from think.models import GEMINI_FLASH 13 13 14 14 bp = Blueprint("chat", __name__, template_folder="../templates")
mcp_tools.py think/mcp_tools.py
sunstone_server.py think/sunstone_server.py