| summary | mcp-ts-core 0.10.9 maintenance — floating-specifier and plugin-manifest devcheck guards, 14 skill syncs, dependency refresh |
|---|---|
| breaking | false |
| security | false |
check-dependency-specifiersdevcheck step —scripts/check-dependency-specifiers.ts(registered indevcheckasDependency Specifiers, flag--no-dep-specifiers) hard-fails on floating specifiers (latest,*, pre-release dist-tags) inpackage.json's dependency sections andbun.lock'sworkspacesmap. Catchesbun update --latestwriting a literallatestdist-tag into the lock that would re-resolve a held dep past itspackage.jsonrange. Static and local — runs in the default and--fastpasses. (mcp-ts-core#246)- Plugin marketplace manifest checks in
lint:packaging—scripts/lint-packaging.tsvalidates.claude-plugin/plugin.json,.codex-plugin/plugin.json, and.codex-plugin/mcp.jsonfor non-empty descriptions, unscoped machine name in display fields, and the fullpackage.jsonname in thenpx -yinstall arg. Gated by the newdevcheck.config.jsonpackaging.pluginManifestsflag (default on); thedevcheckPackaging gate now also runs when any plugin manifest is present. (mcp-ts-core#240)
.codex-plugin/plugin.json— filledinterface.longDescription(previously empty), satisfying the new plugin-manifest packaging lint.devcheckgit-dependent checks — TODOs/FIXMEs, Tracked Secrets, and Framework Antipatterns now skip cleanly via a sharedisGitRepo()guard when.gitis absent (fresh scaffold beforegit init), instead of reportinggit's exit-128 as a failure. (mcp-ts-core#243)scripts/build-changelog.ts— under--check, exits cleanly whenchangelog/holds no version files. (mcp-ts-core#242)scripts/check-skill-versions.ts— skips aSKILL.mddeleted from the worktree (existsSyncguard) instead of crashing with ENOENT. (mcp-ts-core#237)- 14
skills/<name>/SKILL.mdsyncs —add-tool2.15,api-auth1.2,api-canvas1.7,api-config1.8,api-context1.9,api-errors1.7,api-services1.4,api-telemetry1.2,field-test2.6,git-wrapup1.4,orchestrations1.4,polish-docs-meta2.9,report-issue-local1.6,tool-defs-analysis1.3. (mcp-ts-core#238)
@cyanheads/mcp-ts-core^0.10.6 → ^0.10.9@cloudflare/workers-types4.20260613.1 → 4.20260620.1@types/node25.9.3 → 26.0.0@vitest/coverage-istanbul^4.1.8 → ^4.1.9vitest^4.1.8 → ^4.1.9