feat(mcp): default_settings() covers the new MCP fields (T10.4)

Keeps default_settings() exhaustive now that Settings grew mcp_* fields.
This commit is contained in:
iamdoubz
2026-07-07 00:10:37 -05:00
parent c88c04233c
commit 999084ab3f
+5
View File
@@ -65,6 +65,11 @@ fn default_settings() -> Settings {
audio_output_device: None,
microphone_enabled: true,
audio_input_device: None,
mcp_enabled: false,
mcp_transport: "http".into(),
mcp_port: 4849,
mcp_expose: "none".into(),
mcp_expose_recordings: false,
}
}