reasonkit-think-mcp 0.1.1

Rust MCP server for auditable sequential and tree-of-thoughts reasoning, aligned with ReasonKit skills.
{
	"name": "mcp-sequentialthinking-tools",
	"version": "0.0.5",
	"description": "Lightweight MCP sequential thinking scratchpad with optional tool-plan validation",
	"keywords": [
		"ai",
		"llm",
		"mcp",
		"model-context-protocol",
		"planning",
		"reasoning",
		"sequential-thinking",
		"tmcp",
		"tool-validation"
	],
	"homepage": "https://github.com/spences10/mcp-sequentialthinking-tools#readme",
	"bugs": {
		"url": "https://github.com/spences10/mcp-sequentialthinking-tools/issues"
	},
	"license": "MIT",
	"author": "Scott Spence",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/spences10/mcp-sequentialthinking-tools.git"
	},
	"bin": {
		"mcp-sequentialthinking-tools": "./dist/index.js"
	},
	"files": [
		"dist",
		"README.md",
		"LICENSE"
	],
	"type": "module",
	"scripts": {
		"build": "vp pack",
		"dev": "vp pack --watch",
		"start": "node ./dist/index.js",
		"check": "vp check",
		"check:fix": "vp check --fix",
		"format": "vp check --fix",
		"test": "vp test",
		"test:watch": "vp test watch",
		"changeset": "changeset",
		"version": "changeset version",
		"release": "pnpm run build && changeset publish"
	},
	"dependencies": {
		"@tmcp/adapter-valibot": "^0.1.5",
		"tmcp": "^1.19.3",
		"valibot": "^1.3.1"
	},
	"devDependencies": {
		"@changesets/cli": "^2.31.0",
		"@types/node": "^25.6.0",
		"typescript": "^6.0.3",
		"vite-plus": "^0.1.19",
		"vitest": "^4.1.5"
	},
	"engines": {
		"node": ">=22.0.0"
	},
	"packageManager": "pnpm@10.33.2"
}