{
  "name": "stem-mcp",
  "version": "0.2.0",
  "description": "MCP server for STEM teaching: rendered math (KaTeX/MathJax + mhchem), SymPy checks, formula library, slide decks, channels, RBAC.",
  "license": "MIT",
  "private": false,
  "keywords": [
    "mcp",
    "stem",
    "latex",
    "katex",
    "mathjax",
    "sympy",
    "slides",
    "education"
  ],
  "type": "module",
  "bin": {
    "stem-mcp": "server.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "server.mjs",
    "lib/",
    "py/",
    "seeds/",
    "scripts/check-sympy.mjs",
    "docs/API.md",
    "docs/DEPLOY.md",
    "templates/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test test/",
    "test:nopython": "STEM_MCP_PYTHON=definitely-not-a-python-binary node --test test/",
    "test:sympy": "node scripts/check-sympy.mjs && node --test test/"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "katex": "^0.16.11",
    "marked": "^12.0.0",
    "mathjax-full": "^3.2.2",
    "minisearch": "^7.1.0",
    "ws": "^8.18.0",
    "zod": "^3.23.0"
  },
  "author": "Koansys, Inc."
}
