We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf21ef commit 63ca7efCopy full SHA for 63ca7ef
crates/chat-cli/src/cli/chat/tools/custom_tool.rs
@@ -46,7 +46,7 @@ impl Default for TransportType {
46
}
47
48
#[derive(Clone, Serialize, Deserialize, Debug, Eq, PartialEq, JsonSchema)]
49
-#[serde(rename_all = "camelCase", deny_unknown_fields)]
+#[serde(rename_all = "camelCase")]
50
pub struct CustomToolConfig {
51
/// The transport type to use for communication with the MCP server
52
#[serde(default)]
0 commit comments