fix(protocol): expose MCP tool change events (#35373)

This commit is contained in:
Kit Langton 2026-07-04 20:47:33 -04:00 committed by GitHub
commit bb3b6a2f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 1 deletions

View file

@ -78,7 +78,7 @@ export const ServerDefinitions = Event.inventory(
...TuiEvent.Definitions,
...InstallationEvent.Definitions,
...VcsEvent.Definitions,
McpEvent.StatusChanged,
...McpEvent.Definitions,
// Shared transitional: V1 contracts the current TUI still consumes during
// the migration (permission.asked/replied, question.asked, session.error).
// Remove when the TUI moves to the current permission/question surfaces.