diff --git a/config.py b/config.py index 4256d7a..87365b6 100644 --- a/config.py +++ b/config.py @@ -32,20 +32,20 @@ exa_config_arg_string_single_dump = json.dumps(exa_config_dict) # Use this one # --- MCP Server Configuration --- MCP_SERVERS = { - # "exa": { # Temporarily commented out to prevent blocking startup - # "command": "cmd", - # "args": [ - # "/c", - # "npx", - # "-y", - # "@smithery/cli@latest", - # "run", - # "exa", - # "--config", - # # Pass the dynamically created config string with the environment variable key - # exa_config_arg_string_single_dump # Use the single dump variable - # ], - # }, + "exa": { # Temporarily commented out to prevent blocking startup + "command": "cmd", + "args": [ + "/c", + "npx", + "-y", + "@smithery/cli@latest", + "run", + "exa", + "--config", + # Pass the dynamically created config string with the environment variable key + exa_config_arg_string_single_dump # Use the single dump variable + ], + }, "servers": { "command": "npx", "args": [ diff --git a/llm_interaction.py b/llm_interaction.py index 2ee41d0..7e18ff3 100644 --- a/llm_interaction.py +++ b/llm_interaction.py @@ -12,7 +12,7 @@ import mcp_client # To call MCP tools # --- Debug 配置 --- # 要關閉 debug 功能,只需將此變數設置為 False 或註釋掉該行 -DEBUG_LLM = False +DEBUG_LLM = True # 設置 debug 輸出文件 # 要關閉文件輸出,只需設置為 None diff --git a/templates/Profile_page.png b/templates/Profile_page.png index 7bbd6ef..05ebe3f 100644 Binary files a/templates/Profile_page.png and b/templates/Profile_page.png differ diff --git a/templates/profile_option.png b/templates/profile_option.png index 0864ff3..d458e1d 100644 Binary files a/templates/profile_option.png and b/templates/profile_option.png differ