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

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