MCP: Add tool to pull/see draft mode status
complete
B
Brody Brimley
I am trying to build some automations (currently using Codex), but ran into a blocker because Hive does not expose a tool that can pull/see project draft mode status. This is causing the automations to pull actions that aren't ready due to draft mode being enabled. I can't filter out draft mode projects with the current MCP tools available.
Log In
John Furneaux
updated the status to
complete
This is going live on Friday. Hive MCP's getProjects now returns isDraftMode for each project, and you can pass isDraftMode: false to list only published projects. getActions also accepts excludeDraftModeProjects: true to skip actions that belong to draft-mode projects, so your automations can ignore work that isn't ready yet.
B
Brody Brimley
John Furneaux, that is perfect. Thank you for the quick turnaround.