- Step 1: Install the plugin via bun add mcp-client-plugin.
- Step 2: Configure your MCP server details (stdio or SSE transport).
- Step 3: Initialize the manager with the server configuration using 'manager()'.
- Step 4: Use 'use()' to connect to desired servers, chaining commands as needed.
- Step 5: Access clients via 'getClient()' and interact with server tools or resources.
- Step 6: Handle notifications with a custom callback during initialization.
- Step 7: Disconnect all servers with 'disconnectAll()' when finished.