We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fe37a commit 0c9b8b3Copy full SHA for 0c9b8b3
1 file changed
pkg/http/middleware/cors.go
@@ -17,7 +17,6 @@ func SetCorsHeaders(h http.Handler) http.Handler {
17
"Mcp-Session-Id",
18
"Mcp-Protocol-Version",
19
"Last-Event-ID",
20
- "X-Custom-Auth-Headers",
21
headers.AuthorizationHeader,
22
headers.MCPReadOnlyHeader,
23
headers.MCPToolsetsHeader,
@@ -26,6 +25,7 @@ func SetCorsHeaders(h http.Handler) http.Handler {
26
25
headers.MCPFeaturesHeader,
27
headers.MCPLockdownHeader,
28
headers.MCPInsidersHeader,
+ headers.MCPFeaturesHeader,
29
}, ", ")
30
31
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
0 commit comments