spetz commented on code in PR #2190:
URL: https://github.com/apache/iggy/pull/2190#discussion_r2371823065


##########
core/ai/mcp/src/configs.rs:
##########
@@ -33,18 +42,10 @@ pub struct McpServerConfig {
 #[derive(Debug, Clone, Serialize, Deserialize)]
 pub struct IggyConfig {
     pub address: String,
-    pub username: Option<String>,
-    pub password: Option<String>,
-    pub token: Option<String>,
-    pub consumer: Option<String>,
-}
-
-#[derive(Debug, Clone, Deserialize, Serialize)]
-pub struct HttpApiConfig {
-    pub address: String,
-    pub path: String,
-    pub cors: Option<HttpCorsConfig>,
-    pub tls: Option<HttpTlsConfig>,
+    pub username: String,

Review Comment:
   This is a bigger feature, including e.g. encryption key on the server, SDK 
etc.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to