UNPKG

structured-thinking-mcp

Version:

MCP server for structured thinking framework - Step-by-step reasoning and systematic problem-solving for LLMs

57 lines (56 loc) 1.47 kB
{ "name": "structured-thinking-mcp", "version": "1.4.22", "description": "MCP server for structured thinking framework - Step-by-step reasoning and systematic problem-solving for LLMs", "repository": { "type": "git", "url": "git+https://github.com/hyunjae-labs/structured-thinking-mcp.git" }, "bugs": { "url": "https://github.com/hyunjae-labs/structured-thinking-mcp/issues" }, "homepage": "https://github.com/hyunjae-labs/structured-thinking-mcp#readme", "type": "module", "main": "dist/index.js", "bin": { "structured-thinking": "dist/index.js", "structured-thinking-mcp": "dist/index.js" }, "files": [ "dist/", "prompts/", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "structured-thinking", "thinking", "reasoning", "llm", "claude", "ai", "framework", "orchestration" ], "author": "Hyunjae Lim <thecurrent.lim@gmail.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "chalk": "^5.3.0", "yaml": "^2.5.1" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.7.1", "typescript": "^5.3.3" } }