- Server-level `instructions` orientation forwarded to the model on every initialize.
- URL-shaped tool inputs (`base_url`, `attach`, `icon`, http action `url`) switched from `z.url()` to `z.string()` to satisfy the new `schema-format-portability` lint rule — OpenAI's tool validator hard-rejects `format: "uri"`.
- `bun outdated` markdown-table parser fix in `scripts/devcheck.ts`.
- Changelog summary cap raised 250 → 350 chars.
- Deps: @cyanheads/mcp-ts-core ^0.8.20 → ^0.9.1, @biomejs/biome ^2.4.14 → ^2.4.15, @types/node ^25.6.2 → ^25.8.0, vitest ^4.1.5 → ^4.1.6.
See changelog/2.0.x/2.0.1.md for full notes.