{ "name": "@mcpengine/webflow-mcp-server", "version": "1.0.0", "description": "MCP server for Webflow CMS and site builder API", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "webflow-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "webflow", "cms", "website-builder", "modelcontextprotocol" ], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.0" } }