v3.2.7: mcp-ts-core ^0.10.6 adoption, post-pack bundle cleaner, packaging linter checks 8-9
mcp-ts-core ^0.10.6 adoption, post-pack bundle cleaner, packaging linter checks 8-9
Adopts mcp-ts-core 0.10.6: adds a post-pack bundle cleaner that strips dependency-shipped agent docs from .mcpb bundles, and two new packaging linter checks — check 8 guards bundle content post-build, check 9 validates name/title identity in createApp() and manifest.json.
Changed:
@cyanheads/mcp-ts-core^0.10.5 → ^0.10.6bundlescript appendsscripts/clean-mcpb.tsaftermcpb pack— prunes dev deps and strips agent-doc entries that .mcpbignore cannot reachsrc/index.ts— adds explicitname: 'obsidian-mcp-server'to complete the createApp() identity pair (check 9)scripts/lint-packaging.ts— adopted updated version with checks 8 and 9scripts/clean-mcpb.ts(new) — post-pack bundle cleaner from mcp-ts-core 0.10.6skills/orchestrationsv1.3,skills/polish-docs-metav2.7 — synced from framework
Dependency bumps:
@cyanheads/mcp-ts-core^0.10.5 → ^0.10.6
403 tests pass; bun run devcheck clean.