mcp-server-debug-thinking
Version:
Graph-based MCP server for systematic debugging using Problem-Solution Trees and Hypothesis-Experiment-Learning cycles
6 lines • 315 B
TypeScript
export declare const DATA_DIR_NAME = ".debug-thinking-mcp";
export declare const METADATA_FILE = "metadata.json";
export declare const TOOL_NAME = "debug_thinking";
export declare const SERVER_NAME = "debug-thinking-mcp-server";
export declare const SERVER_VERSION = "1.0.0";
//# sourceMappingURL=constants.d.ts.map