v0.2.1 - Fix Claude Desktop views parsing
Bug Fix
- Fix Claude Desktop MCP views parameter: Claude Desktop sends
viewsas JSON string instead of dict object. Addedjson.loads()parsing to handle this.
views as JSON string instead of dict object. Added json.loads() parsing to handle this.