Skip to content

Commit 0417da4

Browse files
dougborgclaude
andcommitted
docs(mcp): add bin transfers to the transactional cache tier list
Refs #943 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 11cb2cc commit 0417da4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

katana_mcp_server/docs/architecture.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ The cache is split into two tiers:
172172
directly (not dict shims), with default `include_archived=False` /
173173
`include_deleted=False` filters.
174174
- **Transactional tier** — sales orders, manufacturing orders (+ recipe rows), purchase
175-
orders (+ rows), stock adjustments (+ rows), stock transfers (+ rows). Searched via
176-
SQL `WHERE` clauses; no FTS sidecar — these tables don't carry free-text fields.
175+
orders (+ rows), stock adjustments (+ rows), stock transfers (+ rows), bin transfers
176+
(+ rows). Searched via SQL `WHERE` clauses; no FTS sidecar — these tables don't carry
177+
free-text fields.
177178

178179
The canonical entity list lives in
179180
[`typed_cache/sync.py`](https://github.com/dougborg/katana-openapi-client/blob/main/katana_mcp_server/src/katana_mcp/typed_cache/sync.py)

0 commit comments

Comments
 (0)