We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548f304 commit fb2217bCopy full SHA for fb2217b
mpp-core/src/jsMain/kotlin/cc/unitmesh/agent/config/ToolConfigExports.kt
@@ -121,8 +121,7 @@ class JsToolConfigFile(
121
return JsToolConfigFile(
122
enabledBuiltinTools = config.enabledBuiltinTools.toTypedArray(),
123
enabledMcpTools = config.enabledMcpTools.toTypedArray(),
124
- mcpServers = mcpServersJs,
125
- chatConfig = JsChatConfig.fromCommon(config.chatConfig)
+ mcpServers = mcpServersJs
126
)
127
}
128
0 commit comments