Wordware MCP

by yuhuangou
Verified
{ "name": "wordware-mcp", "version": "1.4.3", "main": "build/index.js", "type": "module", "bin": { "wordware": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "node --no-warnings build/index.js" }, "files": [ "build" ], "keywords": [ "wordware", "mcp", "ai", "cli" ], "author": "", "license": "ISC", "description": "The Wordware MCP (Master Control Program) server allows you to run your Wordware apps locally, with interactive setup.", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "dotenv": "^16.4.5", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "typescript": "^5.7.3" } }