@cyanheads/orcid-mcp-server 0.2.4 → 0.2.5

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:** orcid-mcp-server
4
- **Version:** 0.2.4
5
- **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.6`
4
+ **Version:** 0.2.5
5
+ **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.8`
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
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.2.4-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/orcid-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/orcid-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/orcid-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.2.5-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/orcid-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/orcid-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/orcid-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
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ summary: "Adopt @cyanheads/mcp-ts-core ^0.10.8 — ctx.content media collector, canvas SQL-gate invalid_sql classification, DuckdbProvider.describe() filter fix, fresh-scaffold devcheck/changelog guards; dependency refresh and synced framework scripts/skills"
3
+ breaking: false
4
+ security: false
5
+ ---
6
+
7
+ # 0.2.5 — 2026-06-19
8
+
9
+ Maintenance release: framework adoption and a dependency refresh. No tool, resource, or server source changed.
10
+
11
+ ## Changed
12
+
13
+ - **`@cyanheads/mcp-ts-core`** `^0.10.6` → `^0.10.8`. Notable framework changes inherited:
14
+ - **`ctx.content`** — new always-present collector on `Context` for non-text content blocks (`ctx.content.image()` / `.audio()` / raw block). Collected blocks prepend to `content[]` and never enter `structuredContent`; a no-op when unused. ([mcp-ts-core#239](https://github.com/cyanheads/mcp-ts-core/issues/239))
15
+ - **Canvas SQL gate** — a `SELECT`/`WITH` statement that parses but fails to prepare (mistyped column, unknown function) now throws `ValidationError` with `data.reason: 'invalid_sql'` and the DuckDB binder detail in `data.binderMessage`, instead of misclassifying as `non_select_statement`. ([mcp-ts-core#236](https://github.com/cyanheads/mcp-ts-core/issues/236))
16
+ - **`DuckdbProvider.describe({ tableName })`** — filtered `describe()` no longer raises a DuckDB ambiguous-column Binder Error; the pushed `WHERE` predicates are now alias-qualified. ([mcp-ts-core#235](https://github.com/cyanheads/mcp-ts-core/issues/235))
17
+ - **biome** `2.4.16` → `2.5.0` (config inherited from `@cyanheads/mcp-ts-core/biome`).
18
+ - **`scripts/*`** — synced the framework's fresh-scaffold robustness guards: `devcheck.ts`, `check-framework-antipatterns.ts`, and `build-changelog.ts` now skip git-dependent checks (TODOs/secrets/antipatterns, `--check` changelog rollup) when `.git` is absent instead of failing on exit 128; `check-skill-versions.ts` skips a `SKILL.md` deleted from the worktree instead of crashing with ENOENT. ([mcp-ts-core#237](https://github.com/cyanheads/mcp-ts-core/issues/237), [#242](https://github.com/cyanheads/mcp-ts-core/issues/242), [#243](https://github.com/cyanheads/mcp-ts-core/issues/243))
19
+ - **`skills/`** — re-synced from the framework, including seven `metadata.version` bumps that propagate upstream body drift (`api-auth`, `api-context`, `api-errors`, `api-services`, `api-telemetry`, `field-test`, `git-wrapup`, `orchestrations`, `polish-docs-meta`, `tool-defs-analysis`, `add-tool`, `api-canvas`, `api-config`). ([mcp-ts-core#238](https://github.com/cyanheads/mcp-ts-core/issues/238))
20
+ - **`devcheck.config.json`** — emptied the `outdated.allowlist` now that `@cyanheads/mcp-ts-core` and `@types/node` are at the latest in-range versions; nothing remains to exempt.
21
+ - **`@types/node`** `^25.9.4` → `^26.0.0`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyanheads/orcid-mcp-server",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "mcpName": "io.github.cyanheads/orcid-mcp-server",
5
5
  "description": "Search and retrieve researcher profiles, works, affiliations, funding, and peer review records from the ORCID registry via MCP. STDIO or Streamable HTTP.",
6
6
  "type": "module",
@@ -85,13 +85,13 @@
85
85
  "access": "public"
86
86
  },
87
87
  "dependencies": {
88
- "@cyanheads/mcp-ts-core": "^0.10.6",
88
+ "@cyanheads/mcp-ts-core": "^0.10.8",
89
89
  "pino-pretty": "^13.1.3",
90
90
  "zod": "^4.4.3"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@biomejs/biome": "^2.5.0",
94
- "@types/node": "^25.9.4",
94
+ "@types/node": "^26.0.0",
95
95
  "depcheck": "^1.4.7",
96
96
  "ignore": "^7.0.5",
97
97
  "tsc-alias": "^1.8.17",
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/cyanheads/orcid-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.2.4",
9
+ "version": "0.2.5",
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/orcid-mcp-server",
21
21
  "runtimeHint": "node",
22
- "version": "0.2.4",
22
+ "version": "0.2.5",
23
23
  "packageArguments": [
24
24
  {
25
25
  "type": "positional",
@@ -48,7 +48,7 @@
48
48
  "registryBaseUrl": "https://registry.npmjs.org",
49
49
  "identifier": "@cyanheads/orcid-mcp-server",
50
50
  "runtimeHint": "node",
51
- "version": "0.2.4",
51
+ "version": "0.2.5",
52
52
  "packageArguments": [
53
53
  {
54
54
  "type": "positional",