We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a1e54 commit 48634bdCopy full SHA for 48634bd
1 file changed
src/Server/Transport/StreamableHttpTransport.php
@@ -57,6 +57,7 @@ public function __construct(
57
'Access-Control-Allow-Origin' => '*',
58
'Access-Control-Allow-Methods' => 'GET, POST, DELETE, OPTIONS',
59
'Access-Control-Allow-Headers' => 'Content-Type, Mcp-Session-Id, Mcp-Protocol-Version, Last-Event-ID, Authorization, Accept',
60
+ 'Access-Control-Expose-Headers' => 'Mcp-Session-Id',
61
], $corsHeaders);
62
}
63
0 commit comments