{ "name": "shopware-mcp", "version": "0.7.0", "description": "MCP server for the Shopware 6 Admin API. Read-only by default, guarded writes with dry-run.", "license": "MIT", "type": "module", "bin": { "shopware-mcp": "./dist/index.js" }, "files": [ "dist/index.js", "dist/index.js.map", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=22" }, "packageManager": "pnpm@10.33.0", "scripts": { "dev": "tsx src/index.ts", "build": "tsup", "test": "vitest run", "test:watch": "vitest", "test:e2e": "SHOPWARE_E2E=1 vitest run --config vitest.e2e.config.ts", "lint": "biome check .", "lint:fix": "biome check --write .", "typecheck": "tsc --noEmit", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "docs:tools": "tsx scripts/gen-tool-docs.ts", "changeset": "changeset", "release": "pnpm build && changeset publish", "prepublishOnly": "pnpm build", "pack:mcpb": "pnpm build && npx -y @anthropic-ai/mcpb pack . shopware-mcp.mcpb", "sync:server": "tsx scripts/sync-server-json.ts", "release:version": "changeset version && tsx scripts/sync-server-json.ts", "docs:demos": "tsx scripts/render-demos.ts" }, "keywords": [ "mcp", "model-context-protocol", "shopware", "shopware6", "admin-api", "ai-agents", "claude", "agent", "ai", "ecommerce", "mcp-server" ], "repository": { "type": "git", "url": "git+https://github.com/bnymnDev/shopware-mcp.git" }, "homepage": "https://github.com/bnymnDev/shopware-mcp#readme", "bugs": { "url": "https://github.com/bnymnDev/shopware-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@biomejs/biome": "^2.5.13", "@changesets/cli": "^3.0.1", "@types/node": "^22.20.2", "msw": "^2.15.0", "tsup": "^8.5.1", "tsx": "^4.23.13", "typescript": "^7.0.2", "vitest": "^5.0.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "msw" ] }, "mcpName": "io.github.bnymnDev/shopware-mcp" }