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("sms");
|
||||||
getOrCreateServer("email");
|
getOrCreateServer("email");
|
||||||
getOrCreateServer("other");
|
getOrCreateServer("other");
|
||||||
|
getOrCreateServer("sample");
|
||||||
}
|
}
|
||||||
|
|
||||||
private McpSyncServer getOrCreateServer(String categoryKey) {
|
private McpSyncServer getOrCreateServer(String categoryKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user