public interface McpServerManager<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(McpSyncServer server,
McpServer.SyncSpecification mcpServerSpec,
McpServerProperties mcpServerProps,
T item)
添加
|
Collection<T> |
all()
全部
|
boolean |
contains(String key)
是否包含
|
int |
count()
数量
|
void |
remove(McpSyncServer server,
String key)
移除
|
int count()
Collection<T> all()
boolean contains(String key)
void remove(McpSyncServer server, String key)
void add(McpSyncServer server, McpServer.SyncSpecification mcpServerSpec, McpServerProperties mcpServerProps, T item)
Copyright © 2025. All rights reserved.