@dizzlkheinz/ynab-mcpb 0.26.4 → 0.26.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.26.5] - 2026-04-03
11
+
12
+ ### Fixed
13
+
14
+ - **Resource cache invalidation on writes** — Write operations (`create_account`, `update_category`, `create_transaction`, `update_transaction`, `delete_transaction`, bulk creates/updates) now invalidate MCP resource caches (budgets, accounts, categories, months) in addition to tool-level caches, preventing stale resource reads after mutations
15
+ - **`auto_unclear_missing` default changed to `false`** — Previously defaulted to `true`, which could unexpectedly unclear cleared transactions during reconciliation; now requires explicit opt-in like all other write flags
16
+
17
+ ### Changed
18
+
19
+ - **Reconciliation tool description** — Documents `auto_unclear_missing` parameter and clarifies the execute example to say "explicitly enable the write flags you want"
20
+
10
21
  ## [0.26.4] - 2026-04-02
11
22
 
12
23
  ### Fixed
package/CLAUDE.md CHANGED
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
 
7
7
  This is a Model Context Protocol (MCP) server for YNAB (You Need A Budget) integration, enabling AI assistants to interact with YNAB budgets, accounts, transactions, and categories. The codebase uses TypeScript with a modular, service-oriented architecture.
8
8
 
9
- **Current Version:** 0.26.4
9
+ **Current Version:** 0.26.5
10
10
 
11
11
  ## Essential Commands
12
12