Skip to main content
Glama
configSchema.ts533 B
import { z } from 'zod'; // Define the configuration schema using Zod export const configSchema = z.object({ GHOST_API_URL: z.string().describe('Ghost API URL'), GHOST_ADMIN_API_KEY: z.string().describe('Ghost Admin API Key'), GHOST_CONTENT_API_KEY: z.string().describe('Ghost Content API Key'), GHOST_API_VERSION: z.string().default('v6.0').describe('Ghost API Version'), port: z.number().default(8080).describe('HTTP server port'), }); // Export the inferred type export type ConfigType = z.infer<typeof configSchema>;

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/hithereiamaliff/mcp-ghostcms'

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