Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerProxyRequestDTO
Packages that use MCPServerProxyRequestDTO
Package
Description
-
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 MCPServerProxyRequestDTOModifier and TypeMethodDescriptionMcpServersApi.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 createMCPServerProxyMcpServersApi.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 MCPServerProxyRequestDTOModifier and TypeMethodDescriptionMCPServerProxyRequestDTO.additionalProperties(MCPServerDTO additionalProperties) MCPServerProxyRequestDTO.securityInfo(SecurityInfoDTO securityInfo)