{ "name": "chutes-media-mcp", "version": "2.0.5", "mcpName": "io.github.TheStreamCode/chutes-media-mcp", "description": "MCP server + CLI to generate image, video, music and speech through Chutes, saving assets into your project.", "type": "module", "license": "MIT", "author": "Michael Gasperini (https://mikesoft.it)", "repository": { "type": "git", "url": "git+https://github.com/TheStreamCode/chutes-media-mcp.git" }, "homepage": "https://github.com/TheStreamCode/chutes-media-mcp#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/TheStreamCode" }, "bugs": { "url": "https://github.com/TheStreamCode/chutes-media-mcp/issues" }, "engines": { "node": ">=20.3.0" }, "bin": { "chutes-media-mcp": "dist/mcp/server.js", "chutes-media": "dist/cli/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "skill", "LICENSE", "NOTICE", "README.md" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint . --max-warnings=0", "format": "prettier --write .", "format:check": "prettier --check .", "typecheck": "tsc --noEmit", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "check": "npm run format:check && npm run lint && npm run typecheck && npm run test:coverage && npm run build", "prepare": "npm run build", "prepublishOnly": "npm run check" }, "keywords": [ "mcp", "model-context-protocol", "chutes", "image-generation", "video-generation", "text-to-speech", "music-generation", "ai", "mcp-server", "developer-tools", "generative-ai", "media-generation" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "ajv": "^8.20.0", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20.19.43", "@vitest/coverage-v8": "^4.1.10", "eslint": "^10.8.0", "prettier": "^3.9.6", "tsup": "^8.5.1", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0", "vitest": "^4.1.10" }, "overrides": { "@hono/node-server": "^2.0.12", "esbuild": "0.28.1" }, "allowScripts": { "esbuild@0.28.1": true } }