- Step1: Install the package via Composer using 'composer require swisnl/mcp-client'.
- Step2: Initialize the client with desired transport method, e.g., SSE, process, or stdio.
- Step3: Connect to the MCP server using the 'connect' method.
- Step4: List available tools using 'listTools'.
- Step5: Call a specific tool with 'callTool' providing the tool name and parameters.
- Step6: Handle the response as needed and disconnect when done.