{
  "name": "riksdag-regering-mcp",
  "version": "2.0.1",
  "mcpName": "io.github.KSAklfszf921/riksdag-regering-mcp",
  "description": "Professionell MCP server för att hämta, söka, analysera och jämföra data från Riksdagen och Regeringskansliet. Innehåller 27 verktyg och 5 resources med säker datavalidering.",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "riksdag-regering-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsx src/server.ts",
    "dev:watch": "tsx watch src/server.ts",
    "start": "node dist/server.js",
    "start:stdio": "node dist/index.js",
    "type-check": "tsc --noEmit",
    "lint": "echo 'No linter configured yet'",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "mcp",
    "riksdagen",
    "regeringen",
    "swedish-government",
    "parliament",
    "model-context-protocol",
    "remote-mcp-server"
  ],
  "author": "Riksdag-Regering.AI",
  "license": "MIT",
  "homepage": "https://ksaklfszf921.github.io/Riksdag-Regering-MCP/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KSAklfszf921/Riksdag-Regering-MCP.git"
  },
  "bugs": {
    "url": "https://github.com/KSAklfszf921/Riksdag-Regering-MCP/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@supabase/supabase-js": "^2.78.0",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "express-rate-limit": "^7.2.0",
    "node-cache": "^5.1.2",
    "uuid": "^9.0.1",
    "winston": "^3.13.0",
    "zod": "^3.25.76",
    "zod-to-json-schema": "^3.25.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.16.5",
    "@types/uuid": "^9.0.8",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "tsx": "^4.7.1",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
