Files
schwab-mcp-custom/server.py
b3nw f51e61b8d7
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
fix(logging): configure stderr logging + tee capture, add debug confirmation
- Set up logging.basicConfig() at module load so scraper logs reach stderr
  (visible in docker logs instead of silently dropped)
- Replace StringIO-only capture with TeeHandler that writes to BOTH stderr
  and the StringIO buffer, so logs remain visible in docker while also
  being returned in tool responses
- Add explicit 'LOGIN TOOL CALLED' and 'DEBUG MODE ENABLED' log lines
  at the start of the login tool so users can verify logging is active
2026-04-28 02:16:31 +00:00

15 KiB