create_server( self::SERVER_ID, self::NAMESPACE, self::ROUTE, __( 'Templately', 'templately' ), __( 'Search, preview, and import Templately designs on this WordPress site.', 'templately' ), defined( 'TEMPLATELY_VERSION' ) ? TEMPLATELY_VERSION : '1.0.0', [ HttpTransport::class ], null, null, // Derived from the registry, never a constant (FR-010). Listing the // abilities explicitly surfaces them directly in the adapter's tool // listing rather than behind its default discover/execute indirection. ToolRegistry::get_instance()->ids() ); } }