parliament-poland-mcp-server
Version:
The MCP server for Parliament of Poland public API
49 lines (48 loc) • 1.2 kB
JSON
{
"mcpName": "io.github.pkolawa/parliament-poland-mcp-server",
"name": "parliament-poland-mcp-server",
"version": "1.0.12",
"description": "The MCP server for Parliament of Poland public API",
"main": "./build/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"start": "node build/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkolawa/parliament-poland-mcp-server.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/node": "^24.3.1",
"esbuild": "^0.25.9",
"typescript": "^5.9.2"
}
}