feat: add smp to pre-initialized category list in DynamicMcpServerManager
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m32s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m32s
This commit is contained in:
@@ -55,6 +55,7 @@ public class DynamicMcpServerManager {
|
|||||||
getOrCreateServer("email");
|
getOrCreateServer("email");
|
||||||
getOrCreateServer("oth");
|
getOrCreateServer("oth");
|
||||||
getOrCreateServer("sample");
|
getOrCreateServer("sample");
|
||||||
|
getOrCreateServer("smp"); // smp 카테고리도 기본적으로 항상 열어두도록 추가
|
||||||
}
|
}
|
||||||
|
|
||||||
private McpSyncServer getOrCreateServer(String categoryKey) {
|
private McpSyncServer getOrCreateServer(String categoryKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user