UNPKG

mcp-server-debug-thinking

Version:

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

12 lines 289 B
export function createJsonResponse(data, error) { return { content: [ { type: "text", text: JSON.stringify(data, null, 2), }, ], ...(error && { isError: true }), }; } //# sourceMappingURL=format.js.map