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
parent 38f1e91316
commit bb9f436047
4 changed files with 33 additions and 1 deletions
+1 -1
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.