@cyanheads/gdelt-mcp-server 0.1.6 → 0.1.7

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/CLAUDE.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Developer Protocol
2
2
 
3
3
  **Server:** gdelt-mcp-server
4
- **Version:** 0.1.6
5
- **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.16`
4
+ **Version:** 0.1.7
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
@@ -279,6 +279,7 @@ Available skills:
279
279
  | `git-wrapup` | Land working-tree changes as a versioned commit + annotated tag — version bump, changelog, verify, tag. Local only. |
280
280
  | `release-and-publish` | Push + npm + MCP Registry + GH Release + Docker. Picks up from `git-wrapup` |
281
281
  | `maintenance` | Investigate changelogs, adopt upstream changes, sync skills to agent dirs |
282
+ | `orchestrations` | Chain task skills into a gated multi-phase pipeline — build-out, QA-fix, update-ship — when you can spawn sub-agents |
282
283
  | `report-issue-framework` | File a bug or feature request against `@cyanheads/mcp-ts-core` via `gh` CLI |
283
284
  | `report-issue-local` | File a bug or feature request against this server's own repo via `gh` CLI |
284
285
  | `api-auth` | Auth modes, scopes, JWT/OAuth |
@@ -286,12 +287,16 @@ Available skills:
286
287
  | `api-config` | AppConfig, parseConfig, env vars |
287
288
  | `api-context` | Context interface, logger, state, progress |
288
289
  | `api-errors` | McpError, JsonRpcErrorCode, error patterns |
290
+ | `api-linter` | Definition linter rule catalog — invoked by `bun run lint:mcp` and `devcheck` |
289
291
  | `api-services` | LLM, Speech, Graph services |
290
292
  | `api-testing` | createMockContext, test patterns |
291
293
  | `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
292
294
  | `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
295
+ | `api-mirror` | MirrorService: persistent SQLite-backed local mirror of bulk upstream datasets — `defineMirror()`, `sqliteMirrorStore()`, sync state machine, FTS5 |
293
296
  | `api-workers` | Cloudflare Workers runtime |
294
297
 
298
+ **Chaining skills into pipelines.** When the user wants a multi-phase effort — build this server out, QA-and-fix the surface, update-and-ship — *and you can spawn sub-agents*, `skills/orchestrations/SKILL.md` sequences the task skills above into a gated pipeline with verification at each step. Read it to drive the run. Optional: skip it if you can't orchestrate sub-agents, and ignore it entirely if you were *spawned* as one — you've already been scoped to a single phase.
299
+
295
300
  When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
296
301
 
297
302
  ---
@@ -314,6 +319,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
314
319
  | `bun run start:http` | Production mode (HTTP) |
315
320
  | `bun run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
316
321
  | `bun run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
322
+ | `bun run release:github` | Create GitHub Release from current tag (title + optional .mcpb attach) |
317
323
  | `bun run bundle` | Build and pack as `.mcpb` for one-click Claude Desktop install |
318
324
 
319
325
  ---
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.1.6-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/gdelt-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/gdelt-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/gdelt-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.0-blueviolet.svg?style=flat-square)](https://bun.sh/)
10
+ [![Version](https://img.shields.io/badge/Version-0.1.7-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/gdelt-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/gdelt-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/gdelt-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.0-blueviolet.svg?style=flat-square)](https://bun.sh/)
11
11
 
12
12
  </div>
13
13
 
@@ -169,7 +169,7 @@ A public instance is available at `https://gdelt.caseyjhand.com/mcp` — no inst
169
169
  ```json
170
170
  {
171
171
  "mcpServers": {
172
- "gdelt": {
172
+ "gdelt-mcp-server": {
173
173
  "type": "streamable-http",
174
174
  "url": "https://gdelt.caseyjhand.com/mcp"
175
175
  }
@@ -184,7 +184,7 @@ Add the following to your MCP client configuration file.
184
184
  ```json
185
185
  {
186
186
  "mcpServers": {
187
- "gdelt": {
187
+ "gdelt-mcp-server": {
188
188
  "type": "stdio",
189
189
  "command": "bunx",
190
190
  "args": ["@cyanheads/gdelt-mcp-server@latest"],
@@ -202,7 +202,7 @@ Or with npx (no Bun required):
202
202
  ```json
203
203
  {
204
204
  "mcpServers": {
205
- "gdelt": {
205
+ "gdelt-mcp-server": {
206
206
  "type": "stdio",
207
207
  "command": "npx",
208
208
  "args": ["-y", "@cyanheads/gdelt-mcp-server@latest"],
@@ -220,7 +220,7 @@ Or with Docker:
220
220
  ```json
221
221
  {
222
222
  "mcpServers": {
223
- "gdelt": {
223
+ "gdelt-mcp-server": {
224
224
  "type": "stdio",
225
225
  "command": "docker",
226
226
  "args": [
@@ -0,0 +1,21 @@
1
+ ---
2
+ summary: "mcp-ts-core 0.9.21: per-request log context fix, secret-stripping in fetchWithTimeout, withRetry fail-fast on non-retryable errors; updated scripts and synced skills"
3
+ breaking: false
4
+ security: false
5
+ ---
6
+
7
+ # 0.1.7 — 2026-06-02
8
+
9
+ ## Changed
10
+
11
+ - **HTTP transport log context** — per-request logs and traces now carry fresh request + trace/span IDs instead of the frozen boot context (framework fix in `@cyanheads/mcp-ts-core` 0.9.17).
12
+ - **`fetchWithTimeout` secret redaction** — query-string secrets (e.g. `?api_key=`) are stripped from error messages and logs (framework fix in `@cyanheads/mcp-ts-core` 0.9.18).
13
+ - **`withRetry` fail-fast** — non-retryable errors bypass the retry loop immediately; `ctx.fail` auto-populates the `retryable` flag (framework fix in `@cyanheads/mcp-ts-core` 0.9.19).
14
+ - **Client config key** — README client-configuration examples renamed from `"gdelt"` to `"gdelt-mcp-server"` (matches the package name convention).
15
+ - **Scripts** — added `scripts/release-github.ts` (GitHub Release automation) and `scripts/check-skill-versions.ts`; updated `scripts/devcheck.ts` to include skill-version gating.
16
+ - **Skills** — 8 updated skills (add-service, add-tool, api-canvas, api-context, api-linter, api-utils, design-mcp-server, release-and-publish) + new api-mirror and orchestrations skills synced from framework.
17
+
18
+ ## Dependencies
19
+
20
+ - `@cyanheads/mcp-ts-core` ^0.9.16 → ^0.9.21
21
+ - `vitest` ^4.1.7 → ^4.1.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyanheads/gdelt-mcp-server",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Search and analyze global news coverage and US television transcripts via the GDELT Project's real-time APIs via MCP. STDIO or Streamable HTTP.",
5
5
  "mcpName": "io.github.cyanheads/gdelt-mcp-server",
6
6
  "type": "module",
@@ -36,6 +36,7 @@
36
36
  "test": "bunx vitest run",
37
37
  "start:stdio": "MCP_TRANSPORT_TYPE=stdio bun ./dist/index.js",
38
38
  "start:http": "MCP_TRANSPORT_TYPE=http bun ./dist/index.js",
39
+ "release:github": "bun run scripts/release-github.ts",
39
40
  "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish"
40
41
  },
41
42
  "keywords": [
@@ -84,7 +85,7 @@
84
85
  "access": "public"
85
86
  },
86
87
  "dependencies": {
87
- "@cyanheads/mcp-ts-core": "^0.9.16",
88
+ "@cyanheads/mcp-ts-core": "^0.9.21",
88
89
  "pino-pretty": "^13.1.3",
89
90
  "zod": "^4.4.3"
90
91
  },
@@ -95,6 +96,6 @@
95
96
  "ignore": "^7.0.5",
96
97
  "tsc-alias": "^1.8.17",
97
98
  "typescript": "^6.0.3",
98
- "vitest": "^4.1.7"
99
+ "vitest": "^4.1.8"
99
100
  }
100
101
  }
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/cyanheads/gdelt-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.6",
9
+ "version": "0.1.7",
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/gdelt-mcp-server",
21
21
  "runtimeHint": "node",
22
- "version": "0.1.6",
22
+ "version": "0.1.7",
23
23
  "packageArguments": [
24
24
  {
25
25
  "type": "positional",
@@ -48,7 +48,7 @@
48
48
  "registryBaseUrl": "https://registry.npmjs.org",
49
49
  "identifier": "@cyanheads/gdelt-mcp-server",
50
50
  "runtimeHint": "node",
51
- "version": "0.1.6",
51
+ "version": "0.1.7",
52
52
  "packageArguments": [
53
53
  {
54
54
  "type": "positional",