Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerProxyRequestDTO
-
Packages that use MCPServerProxyRequestDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of MCPServerProxyRequestDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type MCPServerProxyRequestDTO Modifier and Type Method Description MCPServerDTOMcpServersApi. createMCPServerProxy(MCPServerProxyRequestDTO mcPServerProxyRequestDTO)Create an MCP server by proxying a third-party MCP Server This operation can be used to create a MCP server using a third party MCP Server.okhttp3.CallMcpServersApi. createMCPServerProxyAsync(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback<MCPServerDTO> _callback)Create an MCP server by proxying a third-party MCP Server (asynchronously) This operation can be used to create a MCP server using a third party MCP Server.okhttp3.CallMcpServersApi. createMCPServerProxyCall(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback _callback)Build call for createMCPServerProxyApiResponse<MCPServerDTO>McpServersApi. createMCPServerProxyWithHttpInfo(MCPServerProxyRequestDTO mcPServerProxyRequestDTO)Create an MCP server by proxying a third-party MCP Server This operation can be used to create a MCP server using a third party MCP Server. -
Uses of MCPServerProxyRequestDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerProxyRequestDTO Modifier and Type Method Description MCPServerProxyRequestDTOMCPServerProxyRequestDTO. additionalProperties(MCPServerDTO additionalProperties)MCPServerProxyRequestDTOMCPServerProxyRequestDTO. securityInfo(SecurityInfoDTO securityInfo)MCPServerProxyRequestDTOMCPServerProxyRequestDTO. url(String url)
-