fix(protocol): keep internal events off SSE (#35378)

This commit is contained in:
Kit Langton
2026-07-04 21:12:45 -04:00
committed by GitHub
parent bb9f436047
commit cd2a2804e7
9 changed files with 52 additions and 44 deletions
@@ -5402,14 +5402,6 @@ 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