Skip to content

v2.1.0

Choose a tag to compare

@pottsy17 pottsy17 released this 22 Aug 01:01
· 58 commits to main since this release

First release of the maintained fork (@drpottsy/skylight-mcp), continuing rjhalvorson/skylight-mcp.

Highlights

  • "Up For Grabs" chore supportcreate_chore accepts upForGrabs: true for unassigned chores any family member can claim (verified live; note: the Skylight API does not return UFG chores on the read endpoint, so get_chores cannot list them)
  • IDs exposed + names accepted everywhereget_family_members/get_lists/get_list_items print IDs; calendar tools accept categoryNames; update_list_item/delete_list_item accept itemLabel+listName (these two tools were previously unreachable — no path existed to obtain an item ID)
  • Deletes no longer report failure on success — the API returns 200 with an empty body on DELETE; the client no longer chokes parsing it
  • Timezone fix — naked ISO datetimes are interpreted in the frame's timezone instead of UTC
  • Source-calendar sync params on calendar event tools (port of @avinashjoshi's work)

Full details in CHANGELOG.md.

Install

Claude Desktop (easiest): Download skylight-mcp-2.1.0.mcpb below and double-click to install.

npm: npx @drpottsy/skylight-mcp