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