mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 21:39:33 +00:00
feat(agent):mcp no ssl default value change
This commit is contained in:
@@ -126,7 +126,7 @@ class MCPSSEToolPack(MCPToolPack):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
no_ssl_verify: bool = dataclasses.field(
|
no_ssl_verify: bool = dataclasses.field(
|
||||||
default=False,
|
default=True,
|
||||||
metadata={
|
metadata={
|
||||||
"help": _(
|
"help": _(
|
||||||
"Disable SSL verification. "
|
"Disable SSL verification. "
|
||||||
|
Reference in New Issue
Block a user