v0.6.2: Stable GraphQL Fix
π§ Critical Bug Fix
Fixed GraphQL Server Error in get_accounts()
- Resolved persistent "Something went wrong while processing: None" error
- Simplified query to use only stable fields that work reliably
- Accounts now fetch successfully with:
id,displayName,currentBalance - Removed problematic fields:
availableBalance,displayBalance, nested objects
β Tested & Verified
- Authentication works perfectly
get_accounts()returns data without errors- Session management functioning correctly
π Installation
pip install monarchmoney-enhanced==0.6.2π Important Notes
The get_accounts() method now returns a simplified but stable response. This ensures reliable operation while the Monarch Money GraphQL API issues are being addressed.
π€ Generated with Claude Code