Add action parameter to browse_screens for state transitions
- Add optional action parameter for processing before rendering - Action values: null (browse), submit (form), create, update, or transition name - Action processing queued and passed through to screen rendering - Add actionResult and actionError to browse response - Update tool schema to expose action parameter - Keep moqui_render_screen for direct screen access This enables models to trigger form submissions and transitions through browse_screens.
Showing
1 changed file
with
32 additions
and
4 deletions
-
Please register or sign in to post a comment