Skip to content

Commit 737fe5c

Browse files
committed
add docblock to Mcp facade
1 parent 417890c commit 737fe5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Server/Facades/Mcp.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
use Illuminate\Support\Facades\Facade;
88

9+
/**
10+
* @method static void local(string $handle, string $serverClass)
11+
* @method static \Illuminate\Routing\Route web(string $handle, string $serverClass)
12+
* @method static callable|null getLocalServer(string $handle)
13+
* @method static string|null getWebServer(string $handle)
14+
*
15+
* @see \Laravel\Mcp\Server\Registrar
16+
*/
917
class Mcp extends Facade
1018
{
1119
/**

0 commit comments

Comments
 (0)