UNPKG

html-ad-generator-mcp

Version:

MCP server for generating HTML ad templates from JSON input for Google Ads and Meta Ads

47 lines (46 loc) 974 B
{ "name": "html-ad-generator-mcp", "version": "0.1.7", "description": "MCP server for generating HTML ad templates from JSON input for Google Ads and Meta Ads", "type": "module", "main": "build/index.js", "bin": { "html-ad-generator-mcp": "build/index.js" }, "files": [ "build", "templates", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "html", "ads", "google-ads", "meta-ads", "facebook-ads", "advertising", "ad-generator" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=16.0.0" } }