UNPKG

mcp-server-debug-thinking

Version:

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

8 lines 323 B
// ファイルパス export const DATA_DIR_NAME = ".debug-thinking-mcp"; export const METADATA_FILE = "metadata.json"; // ツールメタデータ export const TOOL_NAME = "debug_thinking"; export const SERVER_NAME = "debug-thinking-mcp-server"; export const SERVER_VERSION = "1.0.0"; //# sourceMappingURL=constants.js.map