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: framework/configstore/clientconfig.go
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ type ClientConfig struct {
54
54
MCPAgentDepthint`json:"mcp_agent_depth"`// The maximum depth for MCP agent mode tool execution
55
55
MCPToolExecutionTimeoutint`json:"mcp_tool_execution_timeout"`// The timeout for individual tool execution in seconds
56
56
MCPCodeModeBindingLevelstring`json:"mcp_code_mode_binding_level"`// Code mode binding level: "server" or "tool"
57
-
MCPToolSyncIntervalint`json:"mcp_tool_sync_interval"`// Global tool sync interval in minutes (default: 10, 0 = disabled)
57
+
MCPToolSyncIntervalint`json:"mcp_tool_sync_interval"`// Global tool sync interval in minutes (default: 10, 0 = disabled)
58
+
MCPDisableAutoToolInjectbool`json:"mcp_disable_auto_tool_inject"`// When true, MCP tools are not injected into requests by default
58
59
HeaderFilterConfig*tables.GlobalHeaderFilterConfig`json:"header_filter_config,omitempty"`// Global header filtering configuration for x-bf-eh-* headers
59
60
AsyncJobResultTTLint`json:"async_job_result_ttl"`// Default TTL for async job results in seconds (default: 3600 = 1 hour)
60
61
RequiredHeaders []string`json:"required_headers,omitempty"`// Headers that must be present on every request (case-insensitive)
0 commit comments