set_state
Write a value to a specific path in a Zustand store to directly mutate live application state via a dot-path.
Instructions
Write a value to a Zustand store at the given path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-path to set (e.g. "settings.theme") | |
| store | Yes | Store name | |
| value | No | Value to set |