Skip to content

v1.3.2

Choose a tag to compare

@jmcerda jmcerda released this 28 Jun 02:48
cad273a

Fixed

  • drupal_config_set now forwards the configuration map under the data key the governed server tool (tool_api.mcp_sentinel_config_set) requires, instead of value. Previously every config_set was rejected with -32602 … Missing required properties: data. The public tool surface is unchanged — callers still pass value (a map of top-level keys to new values); it is translated to data at the call site. config_get / config_list were unaffected.

Full Changelog: v1.3.1...v1.3.2