{
  "name": "@szc-ft/mcp-szcd-client",
  "version": "0.38.0",
  "description": "MCP client for szcd component library - auto-configures AI coding tools with MCP server, skills, agents and commands",
  "keywords": [
    "mcp",
    "szcd",
    "component",
    "ai",
    "agent",
    "claude",
    "trae",
    "qoder",
    "qwen",
    "skill",
    "client"
  ],
  "author": "szc-ft",
  "license": "MIT",
  "type": "module",
  "main": "mcp-proxy.js",
  "bin": {
    "szcd-mcp-proxy": "mcp-proxy.js",
    "szcd-mcp-setup": "scripts/postinstall.js",
    "szcd-mcp-install-shortcuts": "scripts/install-dev-shortcuts.js",
    "szcd-mcp-update-url": "scripts/update-mcp-url.js",
    "szcd-mcp-coding-config": "scripts/update-coding-config.js",
    "szcd-mcp-api-config": "scripts/update-api-config.js",
    "szcd-mcp-auth": "scripts/update-auth.js"
  },
  "files": [
    "mcp-proxy.js",
    "local-browser-executor.js",
    "lib/",
    "scripts/postinstall.js",
    "scripts/install-dev-shortcuts.js",
    "scripts/update-mcp-url.js",
    "scripts/update-coding-config.js",
    "scripts/update-api-config.js",
    "scripts/update-auth.js",
    "scripts/lib/",
    "standard-skill/",
    "agents/",
    "commands/",
    "qwen-extension/",
    "opencode-extension/",
    "AGENTS.md",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "setup": "node scripts/postinstall.js",
    "setup:quick": "node scripts/postinstall.js --quick",
    "build:agents": "node agents/build.js",
    "prepublishOnly": "node agents/build.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "yaml": "^2.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szc-ft/mcp-szcd.git"
  },
  "bugs": {
    "url": "https://github.com/szc-ft/mcp-szcd/issues"
  },
  "homepage": "https://github.com/szc-ft/mcp-szcd#readme"
}
