Skip to main content
Glama
main.ts531 B
import { NestFactory } from '@nestjs/core'; import { PresentationModule } from './presentation/presentation.module'; import { ValidationPipe } from '@nestjs/common'; import { GlobalExceptionHandler } from './infrastructure/global-error-handler/global-error-handler.error'; async function bootstrap() { const app = await NestFactory.create(PresentationModule); app.useGlobalPipes(new ValidationPipe({ transform: true, })); app.useGlobalFilters(new GlobalExceptionHandler()); await app.listen(3000); } bootstrap();

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/RenzoReccio/nestjs-mcp'

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