mcp-server-debug-thinking
Version:
Graph-based MCP server for systematic debugging using Problem-Solution Trees and Hypothesis-Experiment-Learning cycles
71 lines (70 loc) • 1.78 kB
JSON
{
"name": "mcp-server-debug-thinking",
"version": "0.1.3",
"description": "Graph-based MCP server for systematic debugging using Problem-Solution Trees and Hypothesis-Experiment-Learning cycles",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-server-debug-thinking": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"clean": "rm -rf dist",
"rebuild": "npm run clean && npm run build",
"dev": "tsc --watch",
"prepare": "npm run build",
"check": "biome check --write src",
"format": "biome format --write src",
"test": "vitest",
"test:coverage": "vitest --coverage",
"typecheck": "tsc --noEmit"
},
"keywords": [
"mcp",
"model-context-protocol",
"debugging",
"graph",
"knowledge-graph",
"problem-solution-tree",
"hypothesis-experiment-learning",
"pattern-learning",
"development-tools",
"claude",
"ai-assistant"
],
"author": "tosssssy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tosssssy/mcp-server-debug-thinking.git"
},
"bugs": {
"url": "https://github.com/tosssssy/mcp-server-debug-thinking/issues"
},
"homepage": "https://github.com/tosssssy/mcp-server-debug-thinking#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.7",
"@vitest/coverage-v8": "^1.1.0",
"typescript": "^5.3.0",
"vitest": "^1.1.0"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}