wafle_resources_invalidate
Clear the MCP resource cache to ensure subsequent reads fetch fresh data. Pass a URI substring to drop matching entries, or omit to flush all.
Instructions
Invalidate the in-memory MCP resource cache. Pass uri_pattern to drop matching entries (substring match), or omit to flush everything.
Master only. Use after a destructive write (mutating products, settings) if you want the next resources/read to fetch fresh data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri_pattern | No | Substring of the resource URI to drop (e.g. 'gamerland'). Omit to flush all. |