mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(RunnerClient): remove unused MCP type enum class
This commit is contained in:
@@ -239,15 +239,6 @@ public abstract class RunnerClient {
|
||||
}
|
||||
}
|
||||
|
||||
protected enum McpServerType {
|
||||
HTTP,
|
||||
STDIO,
|
||||
/**
|
||||
* 对应 Partner 内部的 Server 创建方式
|
||||
*/
|
||||
SELF
|
||||
}
|
||||
|
||||
public static final class InProcessMcpTransport implements McpClientTransport, McpStatelessServerTransport {
|
||||
|
||||
// 每个 transport 只处理一条 inbound 流
|
||||
|
||||
Reference in New Issue
Block a user