4 Commits

Author SHA1 Message Date
Taylor Wilsdon
aa75b3f2dd pr feedback 2026-03-10 11:45:24 -04:00
github-actions[bot]
dd547c931a style: auto-fix ruff lint and format 2026-03-09 16:20:51 +00:00
Taylor Wilsdon
ea078623b3 add 2026-03-09 12:20:04 -04:00
Ugo Anomelechi
134cffc88e feat(forms): Add batch_update_form tool for Google Forms API
Add batch_update_form MCP tool that exposes the Google Forms
batchUpdate API endpoint. Supports createItem, updateItem,
deleteItem, moveItem, updateFormInfo, and updateSettings operations.

Includes _batch_update_form_impl internal function for testability
and 6 unit tests covering multiple requests, single request, empty
replies, missing replies key, URL generation, and mixed reply types.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 16:47:47 +00:00