Skip to main content
Glama
by ghrud92
loki-query-options.ts293 B
/** * Loki query options type definition */ export interface LokiQueryOptions { from?: Date; to?: Date; limit?: number; batch?: number; quiet?: boolean; forward?: boolean; output?: "default" | "raw" | "jsonl"; } /** * Default constants */ export const DEFAULT_LIMIT = 1000;

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/ghrud92/loki-mcp'

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