fix(core): clean up mcp event surface (#35221)

This commit is contained in:
Aiden Cline
2026-07-03 13:43:21 -05:00
committed by GitHub
parent 394e0b9045
commit bf3ae45439
6 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ export const StatusChanged = Event.ephemeral({
},
})
export const Definitions = Event.inventory(ToolsChanged, BrowserOpenFailed, StatusChanged)
export const Definitions = Event.inventory(ToolsChanged, StatusChanged)