fix: add sample category to pre-initialized servers to avoid 400 bad request
This commit is contained in:
@@ -54,6 +54,7 @@ public class DynamicMcpServerManager {
|
||||
getOrCreateServer("sms");
|
||||
getOrCreateServer("email");
|
||||
getOrCreateServer("other");
|
||||
getOrCreateServer("sample");
|
||||
}
|
||||
|
||||
private McpSyncServer getOrCreateServer(String categoryKey) {
|
||||
|
||||
Reference in New Issue
Block a user