Skip to content

v0.1.9: mcp-ts-core ^0.10.9 adoption

Choose a tag to compare

@cyanheads cyanheads released this 20 Jun 11:37
v0.1.9
dcea8e3

mcp-ts-core ^0.10.9 adoption

Maintenance release picking up the framework upgrade: two Canvas fixes, two new devcheck guards, and a dependency refresh.

Fixed:

  • Canvas describe({ tableName }) — filtered describe no longer raises a DuckDB Binder Error on ambiguous table_name (mcp-ts-core #235).
  • Canvas SQL gate — a SELECT-shaped statement that fails to prepare (bad column/function) now throws invalid_sql with the binder detail instead of non_select_statement (mcp-ts-core #236).

Added:

  • check-dependency-specifiers devcheck step — fails on floating specifiers (latest, *, pre-release tags) in package.json and bun.lock workspaces (mcp-ts-core #246).
  • Plugin marketplace manifest checks in lint-packaging.ts, gated by packaging.pluginManifests (mcp-ts-core #240).

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.10.6 → ^0.10.9
  • @duckdb/node-api ^1.5.3-r.3 → ^1.5.4-r.1
  • @biomejs/biome ^2.4.16 → ^2.5.0
  • @types/node ^25.9.3 → ^26.0.0
  • vitest ^4.1.8 → ^4.1.9

63 tests pass; bun run devcheck clean.