feat: add mcp TransportSecuritySettings

This commit is contained in:
Sun-ZhenXing
2025-12-24 13:23:03 +08:00
parent 66b47a16bf
commit ac1de02173
6 changed files with 93 additions and 56 deletions

View File

@@ -25,3 +25,6 @@ class MCPSettings(BaseSettings):
enable_streamable_http: bool = True
"""Enable streamable HTTP for the MCP server."""
enable_dns_rebinding_protection: bool = True
"""Enable DNS rebinding protection for MCP server."""