Skip to main content
Glama
srvrsoorg
by srvrsoorg
app.php697 B
<?php use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware): void { $middleware->validateCsrfTokens(except: [ 'mcp', // For streamable transport (default) 'mcp/*', // For legacy transport (if enabled) ]); }) ->withExceptions(function (Exceptions $exceptions): void { // })->create();

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/srvrsoorg/mcp-server-laravel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server