We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aarongrtech/laravel-ascend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Handler.php•213 B
<?php
declare(strict_types=1);
namespace App\Exceptions;
use Exception;
class Handler
{
public function report(Exception $exception)
{
// Legacy signature expecting update to Throwable
}
}