Skip to content

v0.3.32: Committee lookup pages the full set; rate-limit docs; mcp-ts-core 0.10.10

Choose a tag to compare

@cyanheads cyanheads released this 01 Jul 00:51
v0.3.32
99f42ab

Committee lookup pages the full set; rate-limit docs; mcp-ts-core 0.10.10

Bug fix, docs correction, and a maintenance bump. bun audit cleared 8 transitive advisories to 0.

Fixed:

  • congressgov_committee_lookuplist + filter and name→code resolution now page the complete committee set (455 House, 818 all chambers) instead of only the first 250 rows; matches past row 250 were silently dropped. (#41)
  • API-key rate-limit docs corrected 1,000 → 5,000 req/hr across the config schema, server.json, manifest.json, README.md, and the agent docs — the in-code limiter was already 5,000. (#42)

Security:

  • bun audit 8 advisories (2 high, 6 moderate) → 0. audit:refresh re-resolved stale transitive entries — vite 8.0.14 → 8.1.2, hono 4.12.26 → 4.12.27, js-yaml 3.14.2 → 3.15.0 — pulled in via vitest, depcheck, and @modelcontextprotocol/sdk, not @cyanheads/mcp-ts-core.

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.10.9 → ^0.10.10
  • @biomejs/biome ^2.5.0 → ^2.5.1
  • @types/node ^26.0.0 → ^26.0.1

350 tests pass; bun run devcheck clean.