UNPKG

guardz-generator-mcp

Version:

MCP (Model Context Protocol) Server for TypeScript Type Guard Generation - Generate runtime validation functions from TypeScript types

80 lines (79 loc) 2.06 kB
{ "name": "guardz-generator-mcp", "version": "1.11.8", "description": "MCP (Model Context Protocol) Server for TypeScript Type Guard Generation - Generate runtime validation functions from TypeScript types", "main": "dist/mcp-guardz-generator.js", "type": "module", "bin": { "guardz-generator-mcp": "dist/mcp-guardz-generator.js" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/mcp-guardz-generator.js", "dev": "tsx src/mcp-guardz-generator.ts", "test": "tsx src/test-mcp.ts", "lint": "eslint src/ --ext .ts", "format": "prettier --write src/", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "guardz-generator", "typescript", "type-guard", "code-generation", "runtime-validation", "type-safety", "ai", "claude", "vscode", "copilot", "developer-tools", "type-validation", "typescript-guards", "runtime-type-checking", "ai-assistant", "mcp-server", "typescript-development", "type-generation" ], "author": "Thien Nguyen", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thiennp/guardz-generator-mcp.git" }, "bugs": { "url": "https://github.com/thiennp/guardz-generator-mcp/issues" }, "homepage": "https://github.com/thiennp/guardz-generator-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "guardz-generator": "^1.11.8" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-prettier": "^5.0.0", "prettier": "^3.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" } }