{
  "name": "@ttoss/http-server-mcp",
  "version": "0.25.2",
  "description": "Model Context Protocol (MCP) server integration for @ttoss/http-server",
  "keywords": [
    "ai",
    "koa",
    "llm",
    "mcp",
    "model-context-protocol",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttoss/ttoss.git",
    "directory": "packages/http-server-mcp"
  },
  "license": "MIT",
  "author": "ttoss",
  "contributors": [
    "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.mts"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/node": "^2.0.0",
    "@modelcontextprotocol/server": "^2.0.0",
    "zod": "^4.4.3",
    "@ttoss/http-server-auth": "^0.6.2",
    "@ttoss/http-server": "^0.8.0",
    "@ttoss/auth-core": "^0.13.1"
  },
  "devDependencies": {
    "@types/koa": "^3.0.3",
    "jest": "^30.4.2",
    "supertest": "^7.2.2",
    "tsdown": "^0.22.2",
    "@ttoss/config": "^1.37.17"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "test": "jest --projects tests/unit"
  }
}