Skip to content

Commit 0da2b2c

Browse files
jskorlolgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 912cec1 commit 0da2b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Protocol/MCPProtocol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Exception;
66
use Illuminate\Support\Facades\Log;
7-
use Throwable;
87
use OPGG\LaravelMcpServer\Data\ProcessMessageData;
98
use OPGG\LaravelMcpServer\Data\Requests\NotificationData;
109
use OPGG\LaravelMcpServer\Data\Requests\RequestData;
@@ -17,6 +16,7 @@
1716
use OPGG\LaravelMcpServer\Protocol\Handlers\RequestHandler;
1817
use OPGG\LaravelMcpServer\Transports\TransportInterface;
1918
use OPGG\LaravelMcpServer\Utils\DataUtil;
19+
use Throwable;
2020

2121
/**
2222
* MCPProtocol

0 commit comments

Comments
 (0)