@cyanheads/reliefweb-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/AGENTS.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Developer Protocol
2
2
 
3
3
  **Server:** @cyanheads/reliefweb-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
@@ -275,10 +275,14 @@ Available skills:
275
275
  | `api-errors` | McpError, JsonRpcErrorCode, error patterns |
276
276
  | `api-linter` | Definition linter rule catalog — invoked by `bun run lint:mcp` and `devcheck` |
277
277
  | `api-services` | LLM, Speech, Graph services |
278
+ | `api-mirror` | MirrorService: persistent local SQLite mirror of a bulk upstream dataset — defineMirror, sqliteMirrorStore, FTS5, sync state machine |
278
279
  | `api-testing` | createMockContext, test patterns |
279
280
  | `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
280
281
  | `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
281
282
  | `api-workers` | Cloudflare Workers runtime |
283
+ | `orchestrations` | Chain task skills into a gated multi-phase pipeline — build-out, QA-fix, update-ship — when you can spawn sub-agents |
284
+
285
+ **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.
282
286
 
283
287
  When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
284
288
 
@@ -303,6 +307,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
303
307
  | `bun run start:http` | Production mode (HTTP) |
304
308
  | `bun run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
305
309
  | `bun run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
310
+ | `bun run release:github` | Create GitHub Release from the current tag — constructs title (`v<VERSION>: <subject>`), attaches `.mcpb` bundle if present |
306
311
  | `bun run bundle` | Build and pack as `dist/reliefweb-mcp-server.mcpb` for one-click Claude Desktop install |
307
312
 
308
313
  ---
package/CLAUDE.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Developer Protocol
2
2
 
3
3
  **Server:** @cyanheads/reliefweb-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
@@ -275,10 +275,14 @@ Available skills:
275
275
  | `api-errors` | McpError, JsonRpcErrorCode, error patterns |
276
276
  | `api-linter` | Definition linter rule catalog — invoked by `bun run lint:mcp` and `devcheck` |
277
277
  | `api-services` | LLM, Speech, Graph services |
278
+ | `api-mirror` | MirrorService: persistent local SQLite mirror of a bulk upstream dataset — defineMirror, sqliteMirrorStore, FTS5, sync state machine |
278
279
  | `api-testing` | createMockContext, test patterns |
279
280
  | `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
280
281
  | `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
281
282
  | `api-workers` | Cloudflare Workers runtime |
283
+ | `orchestrations` | Chain task skills into a gated multi-phase pipeline — build-out, QA-fix, update-ship — when you can spawn sub-agents |
284
+
285
+ **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.
282
286
 
283
287
  When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
284
288
 
@@ -303,6 +307,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
303
307
  | `bun run start:http` | Production mode (HTTP) |
304
308
  | `bun run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
305
309
  | `bun run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
310
+ | `bun run release:github` | Create GitHub Release from the current tag — constructs title (`v<VERSION>: <subject>`), attaches `.mcpb` bundle if present |
306
311
  | `bun run bundle` | Build and pack as `dist/reliefweb-mcp-server.mcpb` for one-click Claude Desktop install |
307
312
 
308
313
  ---
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/reliefweb-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/reliefweb-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/reliefweb-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.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/reliefweb-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/reliefweb-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/reliefweb-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
 
@@ -191,7 +191,7 @@ A public instance is available at `https://reliefweb.caseyjhand.com/mcp` — no
191
191
  ```json
192
192
  {
193
193
  "mcpServers": {
194
- "reliefweb": {
194
+ "reliefweb-mcp-server": {
195
195
  "type": "streamable-http",
196
196
  "url": "https://reliefweb.caseyjhand.com/mcp"
197
197
  }
@@ -206,7 +206,7 @@ Add the following to your MCP client configuration file.
206
206
  ```json
207
207
  {
208
208
  "mcpServers": {
209
- "reliefweb": {
209
+ "reliefweb-mcp-server": {
210
210
  "type": "stdio",
211
211
  "command": "bunx",
212
212
  "args": ["@cyanheads/reliefweb-mcp-server@latest"],
@@ -225,7 +225,7 @@ Or with npx (no Bun required):
225
225
  ```json
226
226
  {
227
227
  "mcpServers": {
228
- "reliefweb": {
228
+ "reliefweb-mcp-server": {
229
229
  "type": "stdio",
230
230
  "command": "npx",
231
231
  "args": ["-y", "@cyanheads/reliefweb-mcp-server@latest"],
@@ -0,0 +1,24 @@
1
+ ---
2
+ summary: "mcp-ts-core ^0.9.21: per-request log context fix, secret-scrubbing in fetchWithTimeout, withRetry fail-fast on non-retryable errors"
3
+ breaking: false
4
+ security: false
5
+ ---
6
+
7
+ # 0.1.7 — 2026-06-02
8
+
9
+ ## Changed
10
+
11
+ - **`@cyanheads/mcp-ts-core`** `^0.9.16` → `^0.9.21` — adopts three framework fixes:
12
+ - Per-request log context: HTTP transport logs and traces now carry fresh request + trace/span IDs instead of the frozen boot context.
13
+ - **`fetchWithTimeout`** strips query-string secrets (e.g. `?api_key=`) from error messages and logs.
14
+ - **`withRetry`** fails fast on non-retryable errors; `ctx.fail` auto-populates the `retryable` flag.
15
+ - **`release:github` script** added (`scripts/release-github.ts`) — creates GitHub Releases with structured tag notes and attaches `.mcpb` bundles.
16
+ - **`devcheck`** gains two new checks: Open-Indexed Interfaces (skipped when audit script absent) and Skill Versions (warns on body changes without a version bump).
17
+ - **Skills** updated to framework 0.9.21: `add-tool`, `add-service`, `api-canvas`, `api-context`, `api-linter`, `api-utils`, `design-mcp-server`, `release-and-publish`; new `api-mirror` and `orchestrations` skills added.
18
+ - **README client-config keys** renamed from `reliefweb` to `reliefweb-mcp-server` to match the package name.
19
+
20
+ ## Dependencies
21
+
22
+ - `@cyanheads/mcp-ts-core` ^0.9.16 → ^0.9.21
23
+ - `tsx` ^4.22.3 → ^4.22.4
24
+ - `vitest` ^4.1.7 → ^4.1.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyanheads/reliefweb-mcp-server",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "mcpName": "io.github.cyanheads/reliefweb-mcp-server",
5
5
  "description": "Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP. STDIO or Streamable HTTP.",
6
6
  "type": "module",
@@ -34,6 +34,7 @@
34
34
  "bundle": "bun run build && npx -y @anthropic-ai/mcpb pack . dist/reliefweb-mcp-server.mcpb",
35
35
  "changelog:build": "bun run scripts/build-changelog.ts",
36
36
  "changelog:check": "bun run scripts/build-changelog.ts --check",
37
+ "release:github": "tsx scripts/release-github.ts",
37
38
  "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish",
38
39
  "test": "bunx vitest run",
39
40
  "start:stdio": "MCP_TRANSPORT_TYPE=stdio bun ./dist/index.js",
@@ -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
  },
@@ -94,8 +95,8 @@
94
95
  "depcheck": "^1.4.7",
95
96
  "ignore": "^7.0.5",
96
97
  "tsc-alias": "^1.8.17",
97
- "tsx": "^4.22.3",
98
+ "tsx": "^4.22.4",
98
99
  "typescript": "^6.0.3",
99
- "vitest": "^4.1.7"
100
+ "vitest": "^4.1.8"
100
101
  }
101
102
  }
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/cyanheads/reliefweb-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/reliefweb-mcp-server",
21
21
  "runtimeHint": "bun",
22
- "version": "0.1.6",
22
+ "version": "0.1.7",
23
23
  "packageArguments": [
24
24
  {
25
25
  "type": "positional",
@@ -54,7 +54,7 @@
54
54
  "registryBaseUrl": "https://registry.npmjs.org",
55
55
  "identifier": "@cyanheads/reliefweb-mcp-server",
56
56
  "runtimeHint": "bun",
57
- "version": "0.1.6",
57
+ "version": "0.1.7",
58
58
  "packageArguments": [
59
59
  {
60
60
  "type": "positional",