v0.1.9: mcp-ts-core ^0.10.9 adoption
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 ambiguoustable_name(mcp-ts-core #235). - Canvas SQL gate — a SELECT-shaped statement that fails to prepare (bad column/function) now throws
invalid_sqlwith the binder detail instead ofnon_select_statement(mcp-ts-core #236).
Added:
check-dependency-specifiersdevcheck 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 bypackaging.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.0vitest^4.1.8 → ^4.1.9
63 tests pass; bun run devcheck clean.