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.
2 parents 417890c + 91a35c5 commit 6d6284aCopy full SHA for 6d6284a
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