mcp-sequentialthinking-qa
Version:
A QA-focused adaptation of the MCP Sequential Thinking Server to guide tool usage in verification processes
44 lines • 1.09 kB
JSON
{
"name": "mcp-sequentialthinking-qa",
"version": "0.0.2",
"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": {
"@modelcontextprotocol/sdk": "1.9.0",
"chalk": "^5.4.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@changesets/cli": "^2.29.0",
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "npx @modelcontextprotocol/inspector dist/index.js",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm run build && changeset publish"
}
}