We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681273b commit eb050f5Copy full SHA for eb050f5
plugin/controller/lib/impl/mcp/MCPControllerRegister.ts
@@ -84,7 +84,6 @@ export class MCPControllerRegister implements ControllerRegister {
84
ctx.respond = false;
85
ctx.set({
86
'content-type': 'text/event-stream',
87
- 'cache-control': 'no-cache',
88
'transfer-encoding': 'chunked',
89
});
90
if (MCPControllerRegister.hooks.length > 0) {
@@ -168,7 +167,6 @@ export class MCPControllerRegister implements ControllerRegister {
168
167
169
170
171
172
173
174
const transport = self.streamTransports[sessionId];
0 commit comments