Skip to main content
Glama
index.ts609 B
/** * Crash Analysis Tools Module * Exports all crash-related MCP tools */ export { analyzeCrash, registerAnalyzeCrashTool, formatAnalysisForAI, type AnalyzeCrashArgs, type ExtendedCrashAnalysis, } from './analyze-crash.js'; export { analyzePatterns, generateCrashDescription, getTopSuspects, isLikelyReproducible, type PatternAnalysis, type CrashCategory, } from './pattern-detector.js'; /** * Register all crash analysis tools */ export function registerCrashTools(): void { const { registerAnalyzeCrashTool } = require('./analyze-crash.js'); registerAnalyzeCrashTool(); }

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/abd3lraouf/specter-mcp'

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