8c196b7f6564ef328e3991ebc2682ce35ea18371
All checks were successful
Build and Push Docker Image / build (push) Successful in 38s
- login tool was calling api.login() which did not exist in unified_api,
causing AttributeError on every invocation. Now calls login_to_schwab
directly with proper credential fallback to config.json.
- upload_cookies hardcoded 'cookies.json' instead of get_cookies_path(),
and did not handle wrapped export formats ({cookies: [...]}). Both fixed.
- Result envelopes now match the standard {success, data, error, error_type,
retryable} shape used by other tools.
Schwab MCP exploration
Description
Languages
Python
89.5%
Shell
6%
Dockerfile
4.5%