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 b8efb33cde
commit bb3b6a2f65
4 changed files with 33 additions and 1 deletions
@@ -5402,6 +5402,14 @@ export type EventSubscribeOutput =
readonly location?: { readonly directory: string; readonly workspaceID?: string }
readonly data: { readonly branch?: string }
}
| {
readonly id: string
readonly created: number
readonly metadata?: { readonly [x: string]: unknown }
readonly type: "mcp.tools.changed"
readonly location?: { readonly directory: string; readonly workspaceID?: string }
readonly data: { readonly server: string }
}
| {
readonly id: string
readonly created: number