Skip to main content
Glama
types.ts822 B
export interface LogAnalysis { rootCause: string; confidence: number; suggestedFixes: string[]; relatedErrors: string[]; followUpQuestions: string[]; metadata: { errorType: string; severity: 'low' | 'medium' | 'high' | 'critical'; timestamp: Date; lineNumbers?: number[]; stackTrace?: string; }; } export interface FileWatchResult { filePath: string; newErrors: LogAnalysis[]; totalErrors: number; lastUpdate: Date; } export interface LogParsingOptions { logFormat: 'auto' | 'json' | 'plain'; contextLines: number; maxFileSize?: number; } export interface WatchOptions { pollInterval?: number; ignoreInitial?: boolean; usePolling?: boolean; } export interface MCPToolResult { success: boolean; data?: any; error?: string; metadata?: Record<string, any>; }

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/ChiragPatankar/loganalyzer-mcp'

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