UNPKG

zrald3

Version:

Sequential Thinking MCP Server - Advanced reasoning and analysis using data from zrald1 and zrald2 for comprehensive code intelligence

72 lines (71 loc) 1.73 kB
{ "name": "zrald3", "version": "1.0.0", "description": "Sequential Thinking MCP Server - Advanced reasoning and analysis using data from zrald1 and zrald2 for comprehensive code intelligence", "main": "dist/index.js", "type": "module", "bin": { "zrald3": "dist/index.js", "sequential-thinking-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "sequential-thinking", "reasoning", "analysis", "code-intelligence", "model-context-protocol", "ai-agent", "thinking", "integration", "zrald1", "zrald2" ], "author": "The Augster <augster@augment-code.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zrald/zrald3.git" }, "homepage": "https://github.com/zrald/zrald3#readme", "bugs": { "url": "https://github.com/zrald/zrald3/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "dotenv": "^16.3.1", "lodash": "^4.17.21", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.8", "@types/lodash": "^4.14.202", "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "tsx": "^4.6.0", "typescript": "^5.3.2" }, "engines": { "node": ">=18.0.0" } }