Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerValidationResponseDTO
Packages that use MCPServerValidationResponseDTO
Package
Description
-
Uses of MCPServerValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return MCPServerValidationResponseDTOModifier and TypeMethodDescriptionValidationApi.validateThirdPartyMCPServer(MCPServerValidationRequestDTO mcPServerValidationRequestDTO) Validate a third-party MCP Server This operation can be used to validate a `url` of a third party mcp serverMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type MCPServerValidationResponseDTOModifier and TypeMethodDescriptionValidationApi.validateThirdPartyMCPServerWithHttpInfo(MCPServerValidationRequestDTO mcPServerValidationRequestDTO) Validate a third-party MCP Server This operation can be used to validate a `url` of a third party mcp serverMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type MCPServerValidationResponseDTOModifier and TypeMethodDescriptionokhttp3.CallValidationApi.validateThirdPartyMCPServerAsync(MCPServerValidationRequestDTO mcPServerValidationRequestDTO, ApiCallback<MCPServerValidationResponseDTO> _callback) Validate a third-party MCP Server (asynchronously) This operation can be used to validate a `url` of a third party mcp server -
Uses of MCPServerValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerValidationResponseDTOModifier and TypeMethodDescriptionMCPServerValidationResponseDTO.errorMessage(String errorMessage) MCPServerValidationResponseDTO.toolInfo(MCPServerValidationResponseToolInfoDTO toolInfo)