@cyanheads/congressgov-mcp-server 0.3.27 → 0.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Agent Protocol
2
2
 
3
3
  **Server:** congressgov-mcp-server
4
- **Version:** 0.3.27
5
- **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.16`
4
+ **Version:** 0.3.28
5
+ **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.21`
6
6
  **Engines:** Bun ≥1.3.0, Node ≥24.0.0
7
7
  **MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
8
8
  **Zod:** ^4.4.3
@@ -239,11 +239,13 @@ Available skills:
239
239
  | `api-errors` | McpError, JsonRpcErrorCode, error patterns |
240
240
  | `api-linter` | MCP definition linter rules reference — look up `format-parity`, `schema-*`, `name-*`, `server-json-*` diagnostics |
241
241
  | `api-canvas` | DataCanvas: register tabular data, run SQL, export, plus the `spillover()` helper — Tier 3 opt-in |
242
+ | `api-mirror` | MirrorService: persistent local SQLite mirror of bulk upstream datasets — Tier 3 opt-in |
242
243
  | `api-services` | LLM, Speech, Graph services |
243
244
  | `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
244
245
  | `api-testing` | createMockContext, test patterns |
245
246
  | `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
246
247
  | `api-workers` | Cloudflare Workers runtime |
248
+ | `orchestrations` | Multi-server pipeline workflows — phase tables, gate patterns, fanout orchestration |
247
249
 
248
250
  When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
249
251
 
@@ -266,6 +268,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
266
268
  | `bun run bundle` | Build and pack as `.mcpb` for one-click Claude Desktop install |
267
269
  | `bun run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
268
270
  | `bun run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
271
+ | `bun run release:github` | Create GitHub Release from the current annotated tag |
269
272
  | `bun run test` | Run tests |
270
273
  | `bun run dev:stdio` | Dev mode (stdio) |
271
274
  | `bun run dev:http` | Dev mode (HTTP) |
package/CLAUDE.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Agent Protocol
2
2
 
3
3
  **Server:** congressgov-mcp-server
4
- **Version:** 0.3.27
5
- **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.16`
4
+ **Version:** 0.3.28
5
+ **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.21`
6
6
  **Engines:** Bun ≥1.3.0, Node ≥24.0.0
7
7
  **MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
8
8
  **Zod:** ^4.4.3
@@ -239,11 +239,13 @@ Available skills:
239
239
  | `api-errors` | McpError, JsonRpcErrorCode, error patterns |
240
240
  | `api-linter` | MCP definition linter rules reference — look up `format-parity`, `schema-*`, `name-*`, `server-json-*` diagnostics |
241
241
  | `api-canvas` | DataCanvas: register tabular data, run SQL, export, plus the `spillover()` helper — Tier 3 opt-in |
242
+ | `api-mirror` | MirrorService: persistent local SQLite mirror of bulk upstream datasets — Tier 3 opt-in |
242
243
  | `api-services` | LLM, Speech, Graph services |
243
244
  | `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
244
245
  | `api-testing` | createMockContext, test patterns |
245
246
  | `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
246
247
  | `api-workers` | Cloudflare Workers runtime |
248
+ | `orchestrations` | Multi-server pipeline workflows — phase tables, gate patterns, fanout orchestration |
247
249
 
248
250
  When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
249
251
 
@@ -266,6 +268,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
266
268
  | `bun run bundle` | Build and pack as `.mcpb` for one-click Claude Desktop install |
267
269
  | `bun run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
268
270
  | `bun run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
271
+ | `bun run release:github` | Create GitHub Release from the current annotated tag |
269
272
  | `bun run test` | Run tests |
270
273
  | `bun run dev:stdio` | Dev mode (stdio) |
271
274
  | `bun run dev:http` | Dev mode (HTTP) |
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  <div align="center">
9
9
 
10
- [![Version](https://img.shields.io/badge/Version-0.3.27-blue.svg?style=flat-square)](./CHANGELOG.md) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![Docker](https://img.shields.io/badge/Docker-ghcr.io-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/users/cyanheads/packages/container/package/congressgov-mcp-server) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![npm](https://img.shields.io/npm/v/@cyanheads/congressgov-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/congressgov-mcp-server) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0.3-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3.2-blueviolet.svg?style=flat-square)](https://bun.sh/)
10
+ [![Version](https://img.shields.io/badge/Version-0.3.28-blue.svg?style=flat-square)](./CHANGELOG.md) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![Docker](https://img.shields.io/badge/Docker-ghcr.io-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/users/cyanheads/packages/container/package/congressgov-mcp-server) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![npm](https://img.shields.io/npm/v/@cyanheads/congressgov-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/congressgov-mcp-server) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0.3-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3.2-blueviolet.svg?style=flat-square)](https://bun.sh/)
11
11
 
12
12
  </div>
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyanheads/congressgov-mcp-server",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "description": "Access U.S. congressional data - bills, votes, members, committees - through MCP. STDIO & Streamable HTTP.",
5
5
  "mcpName": "io.github.cyanheads/congressgov-mcp-server",
6
6
  "type": "module",
@@ -26,6 +26,7 @@
26
26
  "changelog:build": "bun scripts/build-changelog.ts",
27
27
  "changelog:check": "bun scripts/build-changelog.ts --check",
28
28
  "test": "vitest run",
29
+ "release:github": "bun scripts/release-github.ts",
29
30
  "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish",
30
31
  "dev:stdio": "MCP_TRANSPORT_TYPE=stdio bun --watch src/index.ts",
31
32
  "dev:http": "MCP_TRANSPORT_TYPE=http bun --watch src/index.ts",
@@ -76,7 +77,7 @@
76
77
  "access": "public"
77
78
  },
78
79
  "dependencies": {
79
- "@cyanheads/mcp-ts-core": "^0.9.16",
80
+ "@cyanheads/mcp-ts-core": "^0.9.21",
80
81
  "fast-xml-parser": "^5.8.0",
81
82
  "pino-pretty": "^13.1.3",
82
83
  "zod": "^4.4.3"
@@ -88,6 +89,6 @@
88
89
  "ignore": "^7.0.5",
89
90
  "tsc-alias": "^1.8.17",
90
91
  "typescript": "^6.0.3",
91
- "vitest": "^4.1.7"
92
+ "vitest": "^4.1.8"
92
93
  }
93
94
  }
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/cyanheads/congressgov-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.3.27",
9
+ "version": "0.3.28",
10
10
  "remotes": [
11
11
  {
12
12
  "type": "streamable-http",
@@ -19,7 +19,7 @@
19
19
  "registryBaseUrl": "https://registry.npmjs.org",
20
20
  "identifier": "@cyanheads/congressgov-mcp-server",
21
21
  "runtimeHint": "bun",
22
- "version": "0.3.27",
22
+ "version": "0.3.28",
23
23
  "packageArguments": [
24
24
  {
25
25
  "type": "positional",
@@ -54,7 +54,7 @@
54
54
  "registryBaseUrl": "https://registry.npmjs.org",
55
55
  "identifier": "@cyanheads/congressgov-mcp-server",
56
56
  "runtimeHint": "bun",
57
- "version": "0.3.27",
57
+ "version": "0.3.28",
58
58
  "packageArguments": [
59
59
  {
60
60
  "type": "positional",