{
  "name": "surna-elearning-mcp",
  "version": "1.2.45",
  "description": "MCP server for Surna eLearning with groundbreaking documentation-first approach - AI agents read docs before executing code",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./api": {
      "types": "./dist/api/index.d.ts",
      "import": "./dist/api/index.js"
    },
    "./api/courses": {
      "types": "./dist/api/courses.d.ts",
      "import": "./dist/api/courses.js"
    },
    "./api/lessons": {
      "types": "./dist/api/lessons.d.ts",
      "import": "./dist/api/lessons.js"
    },
    "./api/blocks": {
      "types": "./dist/api/blocks.d.ts",
      "import": "./dist/api/blocks.js"
    },
    "./api/assets": {
      "types": "./dist/api/assets.d.ts",
      "import": "./dist/api/assets.js"
    }
  },
  "bin": {
    "surna-elearning-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "elearning",
    "course-builder",
    "ai",
    "surna",
    "claude"
  ],
  "author": "Surna",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/discoverelearning/surna-mcp.git"
  },
  "homepage": "https://github.com/discoverelearning/surna-mcp#readme",
  "bugs": {
    "url": "https://github.com/discoverelearning/surna-mcp/issues"
  },
  "files": [
    "dist",
    ".well-known",
    "README.md",
    "CLAUDE_PROJECT_SETUP.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@smithery/sdk": "^1.7.4",
    "node-fetch": "^3.3.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
