---
summary: "mcp-ts-core ^0.9.1 → ^0.9.6; format-parity fixes on search_notes and get_note; manifest.json + .mcpbignore scaffolded for MCPB bundle support; install badges added to README."
breaking: false
security: false
---

# 3.2.2 — 2026-05-23

## Changed

- **`@cyanheads/mcp-ts-core`** `^0.9.1 → ^0.9.6` — picks up upstream fixes and API additions across five patch releases.
- **`obsidian_search_notes` `format()` output** now includes the `logic` and `query` field values so text-mode callers see the query echoed in `content[]`; previously those fields appeared only in `structuredContent`.
- **`obsidian_get_note` `format()` output** now includes the `path` and `format` field values; previously the structured result was richer than the markdown twin.

## Added

- **`manifest.json`** scaffolded for `.mcpb` (MCPB Claude Desktop bundle) support — enables `bun run bundle` to produce a one-click install artifact.
- **`.mcpbignore`** scaffolded alongside `manifest.json` to exclude dev files from the bundle.
- **Install badges** (MCPB, VS Code) added to the README header badge row.
