Skip to main content
Glama
by ggiraudon
SmtpConfig.ts327 B
// Namespace: EmailModels import { z } from 'zod'; export const SmtpConfigSchema = z.object({ host: z.string(), port: z.number(), user: z.string(), password: z.string(), secure: z.boolean().optional(), authMethod: z.string().optional(), }); export type SmtpConfig = z.infer<typeof SmtpConfigSchema>;

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/ggiraudon/emailMCPServer'

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