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