Bootstraps MCP frontend components during application startup.
This contribution ensures that the MCPToolFrontendDelegate is properly instantiated
and available in the dependency injection container when the frontend application starts.
It acts as a lightweight initializer to activate MCP functionality in the browser.
Called when the application is started. The application shell is not attached yet when this method runs.
Should return a promise if it runs asynchronously.
Bootstraps MCP frontend components during application startup.
This contribution ensures that the MCPToolFrontendDelegate is properly instantiated and available in the dependency injection container when the frontend application starts. It acts as a lightweight initializer to activate MCP functionality in the browser.