{
  "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",
  "dependencies": {
    "@tmcp/adapter-valibot": "^0.1.5",
    "tmcp": "^1.19.0",
    "valibot": "^1.2.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@types/node": "^25.6.0",
    "typescript": "^5.9.3",
    "vite-plus": "^0.1.19",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "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"
  }
}