{
  "name": "@andy-toolforge/mcp",
  "version": "1.3.3",
  "description": "MCP server tools for media content generation — SEO, script analysis, TTS, image generation, book writing, project management, code analysis, voice assistant",
  "main": "lib/index.js",
  "bin": {
    "toolforge-mcp": "./bin/cli.js"
  },
  "files": [
    "lib/",
    "bin/",
    "skills/"
  ],
  "scripts": {
    "postinstall": "node skills/postinstall.js",
    "test": "node --test lib/*.test.js"
  },
  "dependencies": {
    "@andy-toolforge/core": "^1.0.2",
    "@andy-toolforge/content-research": "^0.1.0",
    "@andy-toolforge/footage-generation": "^1.1.0",
    "@andy-toolforge/seo-generation": "^1.0.0",
    "@andy-toolforge/content-operations": "^1.0.0",
    "@andy-toolforge/ba-support": "^1.0.0",
    "@andy-toolforge/book-writing": "^1.0.0",
    "@andy-toolforge/pm-support": "^1.0.0",
    "@andy-toolforge/coding-support": "^1.0.0",
    "@andy-toolforge/tts-generator": "^0.4.0",
    "@andy-toolforge/voice-assistant": "^0.1.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "seo",
    "gemini",
    "andy-toolforge"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andy-pham-it/toolforge.git"
  }
}
