webmcp_user_forms
No security coverage
A Drupal module that adds WebMCP-style tool metadata attributes to core user forms.
Compatibility
- Drupal 10, 11, and 12
- Uses procedural hooks in
webmcp_user_forms.moduleso we have Drupal 10 compatibility. A future release will convert these to OOP hook attributes.
What it alters
- User login form (
user_login_form) - User password reset form (
user_pass) - User registration form (
user_register_form)
For these forms, the module adds tool* and toolparamdescription attributes to relevant form elements, including the registration profile picture upload widget.
Enable
drush en webmcp_user_forms -y
drush cr