{ "name": "@forgespace/branding-mcp", "version": "0.56.0", "mcpName": "io.github.Forge-Space/branding-mcp", "description": "MCP server for AI-powered brand identity generation — color palettes, typography systems, design tokens, and brand guidelines with multi-format export", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "forgespace-branding-mcp": "dist/index.js" }, "engines": { "node": ">=22.0.0" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "validate": "npm run lint:check && npm run format:check && npm run test", "lint": "eslint . --fix", "lint:check": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "pretest": "npm run build", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "pretest:coverage": "npm run build", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "typecheck": "tsc --noEmit", "check:cycles": "madge --circular --extensions ts src/", "knip": "knip", "registry:check": "node scripts/registry-check.mjs", "pre-commit": "npm run lint && npm run format && npm run test", "prepare": "husky", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "files": [ "dist", "README.md", "LICENSE", "server.json" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "mcp", "mcp-server", "branding", "design-tokens", "color-palette", "typography", "brand-identity", "agent-tools", "ai", "forge-space", "internal-developer-platform" ], "author": "Forge Space", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Forge-Space/branding-mcp.git" }, "bugs": { "url": "https://github.com/Forge-Space/branding-mcp/issues" }, "homepage": "https://github.com/Forge-Space/branding-mcp#readme", "dependencies": { "@anthropic-ai/sdk": "^0.90.0", "@modelcontextprotocol/sdk": "^1.26.0", "pino": "^10.3.1", "zod": "^3.24.0" }, "devDependencies": { "@commitlint/cli": "^20.4.3", "@commitlint/config-conventional": "^20.4.3", "@types/node": "^25.5.0", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.32.0", "eslint": "^10.1.0", "husky": "^9.0.0", "jest": "^30.3.0", "knip": "^6.1.0", "lint-staged": "^16.3.2", "madge": "^8.0.0", "prettier": "^3.0.0", "ts-jest": "^29.4.6", "typescript": "^5.1.6" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ] }, "overrides": { "axios": ">=0.0.0 <0.30.4 || >0.30.4 <1.14.1 || >=1.14.2" } }