We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417890c commit 737fe5cCopy full SHA for 737fe5c
src/Server/Facades/Mcp.php
@@ -6,6 +6,14 @@
6
7
use Illuminate\Support\Facades\Facade;
8
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
+*/
17
class Mcp extends Facade
18
{
19
/**
0 commit comments