Currently, the spec assumes a new view is rendered per tool call. Hosts may decide to implement variations of their own layout (e.g., a persistent side panel), but each invocation would still create a new instance under the hood. This approach was chosen to simplify the model for the MVP (#62).
Now that the spec is stable, we can examine deferred approaches, such as referencing previously rendered instances using viewSessionId (#295).
Currently, the spec assumes a new view is rendered per tool call. Hosts may decide to implement variations of their own layout (e.g., a persistent side panel), but each invocation would still create a new instance under the hood. This approach was chosen to simplify the model for the MVP (#62).
Now that the spec is stable, we can examine deferred approaches, such as referencing previously rendered instances using
viewSessionId(#295).