Skip to content

Commit 83f62a6

Browse files
committed
fix: correct formatting in server.php
1 parent 8362241 commit 83f62a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/09-cached-discovery-stdio/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* file that was distributed with this source code.
1313
*/
1414

15-
require_once dirname(__DIR__) . '/bootstrap.php';
15+
require_once dirname(__DIR__).'/bootstrap.php';
1616
chdir(__DIR__);
1717

1818
use Mcp\Server;

0 commit comments

Comments
 (0)