You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ These go under the `mcp_transport_security` key:
97
97
-`token`: Token to use for basic authentication. The caller must send this value in request header `Authorization`. For example: `Authorization: Bearer supersecret`. Default `""`.
98
98
-`enable_dns_rebinding_protection`: Enable DNS rebinding protection")
99
99
-`allowed_hosts`: List of allowed hosts. Default `["*:*"]`
100
-
-`allowed_origins`: list of allowed origins. Default `["http://*:*"]`.
100
+
-`allowed_origins`: list of allowed origins. Default `["http://*:*", "https://*:*"]`.
101
101
102
102
With the exception of the `token` field the rest comes from the [Anthropic MCP SDK](https://github.com/modelcontextprotocol/python-sdk).
0 commit comments