Skip to main content
Glama

FedMCP - Federal Parliamentary Information

.gitignore2.73 kB
# ============================================ # Python # ============================================ __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ /lib/ /lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ .venv/ # ============================================ # Node.js / JavaScript / TypeScript # ============================================ node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Dependencies package-lock.json yarn.lock # pnpm-lock.yaml - needed for Docker builds # Build outputs .next/ .turbo/ out/ dist/ *.tsbuildinfo .cache/ # Testing coverage/ .nyc_output/ *.lcov # ============================================ # Environment & Secrets # ============================================ .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local # GCP & Terraform terraform/.terraform/ terraform/*.tfstate terraform/*.tfstate.* terraform/.terraform.lock.hcl *.tfvars !terraform/terraform.tfvars.example # Service account keys (NEVER commit!) **/service-account*.json **/credentials*.json # ============================================ # IDE & Editors # ============================================ .vscode/ .idea/ *.swp *.swo *~ .project .classpath .settings/ # ============================================ # Testing & Coverage # ============================================ .pytest_cache/ .coverage htmlcov/ coverage/ *.cover .hypothesis/ # ============================================ # OS Files # ============================================ .DS_Store Thumbs.db *.log # ============================================ # Temp & Cache # ============================================ tmp/ temp/ .cache/ *.tmp *.bak *.swp # ============================================ # Docker # ============================================ # .dockerignore - needed for Docker builds docker-compose.override.yml # ============================================ # Neo4j & Database # ============================================ data/ logs/ import/ plugins/ conf/ certificates/ # ============================================ # Documentation Build # ============================================ docs/_build/ docs/.doctrees/ site/ env-vars.yaml # Database dumps and backups *.sql *.sql.bz2 *.sql.gz *.dump *.dump.gz backups/ openparliament.public.sql.bz2 # ============================================ # Working Files & Debugging Scripts # ============================================ BUG_FIX_PLAN.md check_rempel_expenses.py find_mps_no_expenses.js find_mps_without_expenses.py run_expense_ingestion.py packages/data-pipeline/migrations/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server