Package ai.acolite.agentsdk.core
Class BaseMCPServerSSE
java.lang.Object
ai.acolite.agentsdk.core.BaseMCPServerSSE
- All Implemented Interfaces:
MCPServer
- Direct Known Subclasses:
MCPServerSSE,MCPServerSSE,NodeMCPServerSSE
BaseMCPServerSSE
Ported from TypeScript OpenAI Agents SDK Source: mcp.ts
-
Constructor Details
-
BaseMCPServerSSE
public BaseMCPServerSSE()
-
-
Method Details
-
connect
connect- Specified by:
connectin interfaceMCPServer- Returns:
- CompletableFuture
- Throws:
NotImplementedException- Not yet implemented
-
close
close- Specified by:
closein interfaceMCPServer- Returns:
- CompletableFuture
- Throws:
NotImplementedException- Not yet implemented
-
listTools
listTools- Specified by:
listToolsin interfaceMCPServer- Returns:
- CompletableFutureinvalid input: '<'List
> - Throws:
NotImplementedException- Not yet implemented
-
invalidateToolsCache
invalidateToolsCache- Specified by:
invalidateToolsCachein interfaceMCPServer- Returns:
- CompletableFuture
- Throws:
NotImplementedException- Not yet implemented
-