helper to specifially rewrite proxied tool answer

This commit is contained in:
lda
2026-05-14 20:58:20 +07:00 Verified
parent 7887e4750e
commit 511075f8a3
7 changed files with 134 additions and 6 deletions
-1
View File
@@ -145,4 +145,3 @@ async def _send_reload_notifications(ctx: Context, result: ProxyReloadResult) ->
sink = FastMcpContextNotificationSink(ctx)
for event in reload_change_events(result):
await sink.send_event(event)