UNPKG

typebot-mcp

Version:

[![smithery badge](https://smithery.ai/badge/@hithereiamaliff/typebot-mcp)](https://smithery.ai/server/@hithereiamaliff/typebot-mcp)

42 lines (41 loc) 935 B
{ "name": "typebot-mcp", "version": "1.0.3", "description": "", "main": "index.js", "bin": { "typebot-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/hithereiamaliff/typebot-mcp.git" }, "keywords": [ "typebot", "chatbot", "open source" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/hithereiamaliff/typebot-mcp/issues" }, "homepage": "https://github.com/hithereiamaliff/typebot-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "axios": "^1.10.0", "dotenv": "^16.5.0", "express": "^5.1.0", "zod": "^3.25.67" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/dotenv": "^6.1.1", "@types/express": "^5.0.3", "@types/node": "^24.0.10" } }