Skip to content

Commit becae67

Browse files
committed
improve serialization for workflow interrupt
1 parent 4c3aae8 commit becae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MCP/McpConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(protected array $config)
5252
/**
5353
* @throws McpException
5454
*/
55-
protected function client(): MCPClient
55+
protected function client(): McpClient
5656
{
5757
return $this->client ??= new McpClient($this->config);
5858
}

0 commit comments

Comments
 (0)