{
  "mcpName": "io.github.pkolawa/parliament-poland-mcp-server",
  "name": "parliament-poland-mcp-server",
  "version": "1.3.2",
  "description": "The MCP server for Parliament of Poland public API",
  "main": "./build/index.mjs",
  "scripts": {
    "test": "jest",
    "test:live-api": "RUN_LIVE_API_TESTS=true jest --config jest.live.config.cjs --runInBand",
    "build": "npm run test && node build.mjs",
    "start": "node build/index.mjs",
    "version": "node scripts/sync-version.mjs && git add src/server.ts server.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pkolawa/parliament-poland-mcp-servere.git"
  },
  "keywords": [
    "mcp",
    "poland",
    "parliament",
    "government",
    "server"
  ],
  "author": {
    "name": "Piotr Kolawa",
    "email": "p.kolawa@gmail.com"
  },
  "license": "MIT",
  "files": [
    "build/index.mjs"
  ],
  "type": "module",
  "bin": {
    "parliament-poland-mcp-server": "build/index.mjs"
  },
  "bugs": {
    "url": "https://github.com/pkolawa/parliament-poland-mcp-server/issues"
  },
  "homepage": "https://github.com/pkolawa/parliament-poland-mcp-server#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^24.3.1",
    "esbuild": "^0.25.9",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.9.2"
  }
}
