{
  "name": "@toponextech/smartembed-mcp-server",
  "version": "1.0.2",
  "description": "MCP server for intelligent embedded development with PlatformIO - AI-powered project creation, error diagnosis, and device detection",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "smartembed-mcp-server": "dist/cli.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "node scripts/clean.js",
    "prebuild": "npm run clean",
    "watch": "tsc --watch",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "lint": "node scripts/check-lint.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test && npm run lint && npm run build",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags",
    "release:patch": "node scripts/release.js patch",
    "release:minor": "node scripts/release.js minor",
    "release:major": "node scripts/release.js major"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "embedded",
    "embedded-development",
    "platformio",
    "esp32",
    "esp8266",
    "stm32",
    "arduino",
    "rp2040",
    "raspberry-pi-pico",
    "iot",
    "ai-assistant",
    "developer-tools",
    "cline",
    "智能嵌入式开发"
  ],
  "author": "Toponex <support@toponextech.com>",
  "license": "Apache-2.0",
  "homepage": "https://gitee.com/toponextech/SmartEmbed/tree/master/smartembed-mcp-server",
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/toponextech/SmartEmbed.git",
    "directory": "smartembed-mcp-server"
  },
  "bugs": {
    "url": "https://gitee.com/toponextech/SmartEmbed/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.5",
    "@types/node": "^24.3.1",
    "typescript": "^5.9.2"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "eslint": "^9.35.0",
    "jest": "^30.1.3",
    "ts-jest": "^29.4.1"
  }
}
