UNPKG

mcp-server-debug-thinking

Version:

Graph-based MCP server for systematic debugging using Problem-Solution Trees and Hypothesis-Experiment-Learning cycles

8 lines 213 B
export declare function createJsonResponse(data: unknown, error?: boolean): { content: Array<{ type: string; text: string; }>; isError?: boolean; }; //# sourceMappingURL=format.d.ts.map