UNPKG

congressmcp

Version:

DEPRECATED - Use uvx congressmcp instead

55 lines (54 loc) 1.24 kB
{ "name": "congressmcp", "version": "2.0.0", "description": "DEPRECATED - Use uvx congressmcp instead", "deprecated": "Use uvx congressmcp instead. See https://github.com/amurshak/congressMCP", "main": "index.js", "bin": { "congressmcp": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [ "mcp", "model-context-protocol", "congress", "congressional", "legislative", "bills", "claude-desktop", "api", "government", "politics", "research", "bridge" ], "author": { "name": "Alex Murshak @ Lawgiver AI", "email": "support@congressmcp.lawgiver.ai", "url": "https://congressmcp.lawgiver.ai" }, "license": "MIT", "homepage": "https://congressmcp.lawgiver.ai", "repository": { "type": "git", "url": "https://github.com/amurshak/congressmcp-bridge.git" }, "bugs": { "url": "https://github.com/amurshak/congressmcp-bridge/issues", "email": "support@congressmcp.lawgiver.ai" }, "engines": { "node": ">=14.0.0" }, "preferGlobal": true, "files": [ "index.js", "LICENSE", "README.md", "package.json", "CHANGELOG.md" ] }