Package ai.acolite.agentsdk.core
Class BaseMCPServerStreamableHttp
java.lang.Object
ai.acolite.agentsdk.core.BaseMCPServerStreamableHttp
- All Implemented Interfaces:
MCPServer
- Direct Known Subclasses:
MCPServerStreamableHttp,MCPServerStreamableHttp,NodeMCPServerStreamableHttp
BaseMCPServerStreamableHttp
Ported from TypeScript OpenAI Agents SDK Source: mcp.ts
-
Constructor Details
-
BaseMCPServerStreamableHttp
public BaseMCPServerStreamableHttp()
-
-
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
-