Skip to main content
Glama
index.ts1.04 kB
/** * @fileOverview: Debug tools module exports * @module: DebugTools * @keyFunctions: * - localDebugContextTool: Local debug context gathering tool * - aiDebugTool: AI-powered debug analysis tool * - Tool handlers and utilities * @context: Provides comprehensive debugging tools combining local context gathering with AI analysis */ // Tool definitions and handlers export { localDebugContextTool, handleLocalDebugContext, type DebugContextReport, type ParsedError, type SymbolInfo, type SearchMatch, } from './localDebugContext'; export { aiDebugTool, handleAIDebug } from './aiDebug'; // Import for convenience import { localDebugContextTool, handleLocalDebugContext } from './localDebugContext'; import { aiDebugTool, handleAIDebug } from './aiDebug'; // Tool arrays for easy registration export const debugTools = [localDebugContextTool, aiDebugTool]; // Handler object for easy registration export const debugHandlers = { local_debug_context: handleLocalDebugContext, ai_debug: handleAIDebug, };

Implementation Reference

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/sbarron/AmbianceMCP'

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