{
  "name": "wc26-mcp",
  "version": "0.3.1",
  "description": "MCP server for FIFA World Cup 2026 data - matches, teams, venues, profiles, briefings, and more",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts"
    }
  },
  "bin": {
    "wc26-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "tsx --test test/smoke.test.ts",
    "prepublishOnly": "npm run build && chmod +x dist/index.js"
  },
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jordanlyall/wc26-mcp.git"
  },
  "homepage": "https://wc26.ai",
  "mcpName": "io.github.jordanlyall/wc26",
  "keywords": [
    "mcp",
    "world-cup",
    "fifa",
    "2026",
    "football",
    "soccer"
  ],
  "author": "Jordan Lyall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jordanlyall/wc26-mcp/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.2",
    "@vercel/node": "^5.6.2",
    "rss-parser": "^3.13.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
