mcp-sequentialthinking-qa
Version:
A QA-focused adaptation of the MCP Sequential Thinking Server to guide tool usage in verification processes
49 lines • 1.25 kB
JSON
{
"name": "mcp-sequentialthinking-qa",
"version": "0.0.3",
"description": "A QA-focused adaptation of the MCP Sequential Thinking Server to guide tool usage in verification processes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"mcp-sequentialthinking-qa": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"model-context-protocol",
"sequential-thinking",
"qa",
"quality-assurance",
"verification"
],
"author": "",
"license": "MIT",
"dependencies": {
"@tmcp/adapter-valibot": "^0.1.4",
"@tmcp/transport-stdio": "^0.3.1",
"chalk": "^5.6.2",
"tmcp": "^1.14.0",
"valibot": "^1.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@types/node": "^24.6.2",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "npx @modelcontextprotocol/inspector dist/index.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm run build && changeset publish"
}
}