Skip to main content
Glama
todo.entity.ts350 B
import { ApiProperty } from '@nestjs/swagger'; export class Todo { @ApiProperty({ example: 1 }) id: number; @ApiProperty({ example: 'Buy milk' }) title: string; @ApiProperty({ example: 'Go to the supermarket and buy milk', required: false, }) description?: string; @ApiProperty({ example: false }) completed: boolean; }

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/javascripto/mcp-server'

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