Skip to content

Commit c44aca1

Browse files
committed
Simplify the Enable Abilities API setting description
The previous description packed three sentences and an internal URL into a single line, making the Stream settings UI visually dense and forcing users to scan past technical details to find the primary action. Trim to one sentence that surfaces what enabling does, treats MCP as a parenthetical secondary fact, and keeps the WP version requirement. Title is unchanged (still "Enable Abilities API and MCP").
1 parent 530dd7b commit c44aca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class_exists( '\WP_Ability' )
417417
'name' => 'enable_abilities_api',
418418
'title' => esc_html__( 'Enable Abilities API and MCP', 'stream' ),
419419
'type' => 'checkbox',
420-
'desc' => esc_html__( 'Expose Stream operations via the WordPress Abilities API REST routes so AI agents and automation tools can query records, manage alerts, and update settings. When the WordPress MCP Adapter plugin (wordpress/mcp-adapter) is also installed, the same operations are exposed as Model Context Protocol tools on the default MCP server (/wp-json/mcp/mcp-adapter-default-server). Requires WordPress 6.9 or newer.', 'stream' ),
420+
'desc' => esc_html__( 'Expose Stream operations to AI agents via the WordPress Abilities API (and MCP when the MCP Adapter plugin is installed). Requires WordPress 6.9.', 'stream' ),
421421
'after_field' => esc_html__( 'Enabled', 'stream' ),
422422
'default' => 0,
423423
);

0 commit comments

Comments
 (0)