Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerDTO
Packages that use MCPServerDTO
Package
Description
-
Uses of MCPServerDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return MCPServerDTOModifier and TypeMethodDescriptionMcpServersApi.createMCPServerFromAPI(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.McpServersApi.createMCPServerFromOpenAPI(File file, String url, String additionalProperties) Create a MCP server using an OpenAPI definition.McpServersApi.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.McpServersApi.createNewMCPServerVersion(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion) Create a New MCP Server Version This operation can be used to create a new version of an existing MCP server.McpServersApi.getMCPServer(String mcpServerId, String xWSO2Tenant, String ifNoneMatch) Get Details of an MCP Server Using this operation, you can retrieve complete details of a single API.McpServerRevisionsApi.restoreMCPServerRevision(String mcpServerId, String revisionId) Restore a MCP Server Revision Restore a revision to the current MCP serverMcpServersApi.updateMCPServer(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type MCPServerDTOModifier and TypeMethodDescriptionMcpServersApi.createMCPServerFromAPIWithHttpInfo(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.McpServersApi.createMCPServerFromOpenAPIWithHttpInfo(File file, String url, String additionalProperties) Create a MCP server using an OpenAPI definition.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.McpServersApi.createNewMCPServerVersionWithHttpInfo(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion) Create a New MCP Server Version This operation can be used to create a new version of an existing MCP server.McpServersApi.getMCPServerWithHttpInfo(String mcpServerId, String xWSO2Tenant, String ifNoneMatch) Get Details of an MCP Server Using this operation, you can retrieve complete details of a single API.McpServerRevisionsApi.restoreMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId) Restore a MCP Server Revision Restore a revision to the current MCP serverMcpServersApi.updateMCPServerWithHttpInfo(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type MCPServerDTOModifier and TypeMethodDescriptionMcpServersApi.createMCPServerFromAPI(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromAPIAsync(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server (asynchronously) This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromAPICall(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback _callback) Build call for createMCPServerFromAPIMcpServersApi.createMCPServerFromAPIWithHttpInfo(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.McpServersApi.updateMCPServer(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.okhttp3.CallMcpServersApi.updateMCPServerAsync(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback<MCPServerDTO> _callback) Update a MCP Server (asynchronously) This operation can be used to update an existing MCP Server.okhttp3.CallMcpServersApi.updateMCPServerCall(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerMcpServersApi.updateMCPServerWithHttpInfo(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type MCPServerDTOModifier and TypeMethodDescriptionokhttp3.CallMcpServersApi.createMCPServerFromAPIAsync(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server (asynchronously) This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromOpenAPIAsync(File file, String url, String additionalProperties, ApiCallback<MCPServerDTO> _callback) Create a MCP server using an OpenAPI definition.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.createNewMCPServerVersionAsync(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server Version (asynchronously) This operation can be used to create a new version of an existing MCP server.okhttp3.CallMcpServersApi.getMCPServerAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<MCPServerDTO> _callback) Get Details of an MCP Server (asynchronously) Using this operation, you can retrieve complete details of a single API.okhttp3.CallMcpServerRevisionsApi.restoreMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<MCPServerDTO> _callback) Restore a MCP Server Revision (asynchronously) Restore a revision to the current MCP serverokhttp3.CallMcpServersApi.updateMCPServerAsync(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback<MCPServerDTO> _callback) Update a MCP Server (asynchronously) This operation can be used to update an existing MCP Server. -
Uses of MCPServerDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerDTOModifier and TypeMethodDescriptionMCPServerDTO.accessControl(MCPServerDTO.AccessControlEnum accessControl) MCPServerDTO.accessControlRoles(List<String> accessControlRoles) MCPServerDTO.additionalPropertiesMap(Map<String, APIInfoAdditionalPropertiesMapDTO> additionalPropertiesMap) MCPServerDTO.apiKeyHeader(String apiKeyHeader) MCPServerDTO.authorizationHeader(String authorizationHeader) MCPServerDTO.businessInformation(APIBusinessInformationDTO businessInformation) MCPServerDTO.categories(List<String> categories) MCPServerDTO.corsConfiguration(APICorsConfigurationDTO corsConfiguration) MCPServerDTO.createdTime(String createdTime) MCPServerDTO.description(String description) MCPServerDTO.displayName(String displayName) MCPServerDTO.enableSchemaValidation(Boolean enableSchemaValidation) MCPServerDTO.endpointConfig(Object endpointConfig) MCPServerDTO.gatewayType(String gatewayType) MCPServerDTO.gatewayVendor(String gatewayVendor) MCPServerProxyRequestDTO.getAdditionalProperties()Get additionalPropertiesMCPServerDTO.hasThumbnail(Boolean hasThumbnail) MCPServerDTO.initiatedFromGateway(Boolean initiatedFromGateway) MCPServerDTO.isDefaultVersion(Boolean isDefaultVersion) MCPServerDTO.isRevision(Boolean isRevision) MCPServerDTO.keyManagers(Object keyManagers) MCPServerDTO.lastUpdatedTime(String lastUpdatedTime) MCPServerDTO.lastUpdatedTimestamp(String lastUpdatedTimestamp) MCPServerDTO.lifeCycleStatus(String lifeCycleStatus) MCPServerDTO.mcpServerPolicies(MCPServerOperationPoliciesDTO mcpServerPolicies) MCPServerDTO.monetization(APIMonetizationInfoDTO monetization) MCPServerDTO.operations(List<MCPServerOperationDTO> operations) MCPServerDTO.organizationPolicies(List<OrganizationPoliciesDTO> organizationPolicies) MCPServerDTO.protocolVersion(String protocolVersion) MCPServerDTO.revisionedMCPServerId(String revisionedMCPServerId) MCPServerDTO.revisionId(Integer revisionId) MCPServerDTO.scopes(List<MCPServerScopeDTO> scopes) MCPServerDTO.securityScheme(List<String> securityScheme) MCPServerDTO.subscriptionAvailability(MCPServerDTO.SubscriptionAvailabilityEnum subscriptionAvailability) MCPServerDTO.subscriptionAvailableTenants(List<String> subscriptionAvailableTenants) MCPServerDTO.subtypeConfiguration(SubtypeConfigurationDTO subtypeConfiguration) MCPServerDTO.throttlingPolicy(String throttlingPolicy) MCPServerDTO.visibility(MCPServerDTO.VisibilityEnum visibility) MCPServerDTO.visibleOrganizations(List<String> visibleOrganizations) MCPServerDTO.visibleRoles(List<String> visibleRoles) MCPServerDTO.visibleTenants(List<String> visibleTenants) MCPServerDTO.workflowStatus(String workflowStatus) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type MCPServerDTOModifier and TypeMethodDescriptionMCPServerProxyRequestDTO.additionalProperties(MCPServerDTO additionalProperties) voidMCPServerProxyRequestDTO.setAdditionalProperties(MCPServerDTO additionalProperties)