Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerDTO
-
Packages that use MCPServerDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of MCPServerDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return MCPServerDTO Modifier and Type Method Description MCPServerDTOMcpServersApi. 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.MCPServerDTOMcpServersApi. createMCPServerFromOpenAPI(File file, String url, String additionalProperties)Create a MCP server using an OpenAPI definition.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.MCPServerDTOMcpServersApi. 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.MCPServerDTOMcpServersApi. 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.MCPServerDTOMcpServerRevisionsApi. restoreMCPServerRevision(String mcpServerId, String revisionId)Restore a MCP Server Revision Restore a revision to the current MCP serverMCPServerDTOMcpServersApi. 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 MCPServerDTO Modifier and Type Method Description ApiResponse<MCPServerDTO>McpServersApi. 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.ApiResponse<MCPServerDTO>McpServersApi. createMCPServerFromOpenAPIWithHttpInfo(File file, String url, String additionalProperties)Create a MCP server using an OpenAPI definition.ApiResponse<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.ApiResponse<MCPServerDTO>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.ApiResponse<MCPServerDTO>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.ApiResponse<MCPServerDTO>McpServerRevisionsApi. restoreMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId)Restore a MCP Server Revision Restore a revision to the current MCP serverApiResponse<MCPServerDTO>McpServersApi. 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 MCPServerDTO Modifier and Type Method Description MCPServerDTOMcpServersApi. 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 createMCPServerFromAPIApiResponse<MCPServerDTO>McpServersApi. 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.MCPServerDTOMcpServersApi. 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 updateMCPServerApiResponse<MCPServerDTO>McpServersApi. 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 MCPServerDTO Modifier and Type Method Description 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. 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 with parameters of type MCPServerDTO Modifier and Type Method Description MCPServerProxyRequestDTOMCPServerProxyRequestDTO. additionalProperties(MCPServerDTO additionalProperties)voidMCPServerProxyRequestDTO. setAdditionalProperties(MCPServerDTO additionalProperties)
-