Bug: The session_search tool returns {"success": false, "error": "Session database not available."} when called from a cron-scheduled session. The session database exists and the handler is reachable (the tool schema is visible to the model), but the database connection fails at runtime.
Impact: Any cron-scheduled task that uses session_search gets an error instead of session data. The tool appears available but silently fails.
Bug: The
session_searchtool returns{"success": false, "error": "Session database not available."}when called from a cron-scheduled session. The session database exists and the handler is reachable (the tool schema is visible to the model), but the database connection fails at runtime.Impact: Any cron-scheduled task that uses
session_searchgets an error instead of session data. The tool appears available but silently fails.