File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 77use Illuminate \Support \Facades \Facade ;
88
99/**
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- */
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+ */
1717class Mcp extends Facade
1818{
1919 /**
You can’t perform that action at this time.
0 commit comments