File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export class StreamableHTTPServerTransport implements Transport {
166
166
}
167
167
168
168
// If an Mcp-Session-Id is returned by the server during initialization,
169
- // clients using the Streamable HTTP transport MUST include it
169
+ // clients using the Streamable HTTP transport MUST include it
170
170
// in the Mcp-Session-Id header on all of their subsequent HTTP requests.
171
171
if ( ! this . validateSession ( req , res ) ) {
172
172
return ;
@@ -180,7 +180,7 @@ export class StreamableHTTPServerTransport implements Transport {
180
180
}
181
181
}
182
182
183
- // The server MUST either return Content-Type: text/event-stream in response to this HTTP GET,
183
+ // The server MUST either return Content-Type: text/event-stream in response to this HTTP GET,
184
184
// or else return HTTP 405 Method Not Allowed
185
185
const headers : Record < string , string > = {
186
186
"Content-Type" : "text/event-stream" ,
You can’t perform that action at this time.
0 commit comments