@alicloud/agentcore20260804 1.2.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +416 -50
- package/dist/client.js +867 -95
- package/dist/client.js.map +1 -1
- package/dist/models/ConvertMcpToFreeEditRequest.d.ts +21 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js +58 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponse.d.ts +19 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js +69 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.d.ts +966 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js +688 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialRequest.d.ts +51 -2
- package/dist/models/CreateCredentialRequest.js +31 -1
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateCredentialResponseBody.d.ts +52 -3
- package/dist/models/CreateCredentialResponseBody.js +31 -1
- package/dist/models/CreateCredentialResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentRequest.d.ts +6 -4
- package/dist/models/CreateExternalAgentRequest.js.map +1 -1
- package/dist/models/CreateExternalAgentResponseBody.d.ts +20 -91
- package/dist/models/CreateExternalAgentResponseBody.js +1 -37
- package/dist/models/CreateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/CreateManagedAgentRequest.d.ts +145 -12
- package/dist/models/CreateManagedAgentRequest.js +113 -1
- package/dist/models/CreateManagedAgentRequest.js.map +1 -1
- package/dist/models/CreateManagedAgentResponseBody.d.ts +158 -18
- package/dist/models/CreateManagedAgentResponseBody.js +118 -1
- package/dist/models/CreateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/CreateMcpRequest.d.ts +782 -9
- package/dist/models/CreateMcpRequest.js +546 -1
- package/dist/models/CreateMcpRequest.js.map +1 -1
- package/dist/models/CreateMcpResponseBody.d.ts +906 -31
- package/dist/models/CreateMcpResponseBody.js +608 -1
- package/dist/models/CreateMcpResponseBody.js.map +1 -1
- package/dist/models/CreateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/CreateTeamRequest.d.ts +4 -10
- package/dist/models/CreateTeamRequest.js.map +1 -1
- package/dist/models/CreateTeamResponseBody.d.ts +7 -21
- package/dist/models/CreateTeamResponseBody.js.map +1 -1
- package/dist/models/CreateWorkspaceRequest.d.ts +2 -1
- package/dist/models/CreateWorkspaceRequest.js +2 -0
- package/dist/models/CreateWorkspaceRequest.js.map +1 -1
- package/dist/models/CreateWorkspaceResponseBody.d.ts +110 -2
- package/dist/models/CreateWorkspaceResponseBody.js +43 -1
- package/dist/models/CreateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +1 -1
- package/dist/models/DeleteCredentialResponseBody.d.ts +1 -1
- package/dist/models/DeleteExternalAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteExternalAgentResponseBody.js +0 -2
- package/dist/models/DeleteExternalAgentResponseBody.js.map +1 -1
- package/dist/models/DeleteIdentityProviderResponseBody.d.ts +9 -5
- package/dist/models/DeleteIdentityProviderResponseBody.js.map +1 -1
- package/dist/models/DeleteManagedAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteManagedAgentResponseBody.js +0 -2
- package/dist/models/DeleteManagedAgentResponseBody.js.map +1 -1
- package/dist/models/DisableConnectorRequest.d.ts +13 -0
- package/dist/models/DisableConnectorRequest.js +54 -0
- package/dist/models/DisableConnectorRequest.js.map +1 -0
- package/dist/models/DisableConnectorResponse.d.ts +19 -0
- package/dist/models/DisableConnectorResponse.js +69 -0
- package/dist/models/DisableConnectorResponse.js.map +1 -0
- package/dist/models/DisableConnectorResponseBody.d.ts +110 -0
- package/dist/models/DisableConnectorResponseBody.js +98 -0
- package/dist/models/DisableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorRequest.d.ts +42 -0
- package/dist/models/EnableConnectorRequest.js +80 -0
- package/dist/models/EnableConnectorRequest.js.map +1 -0
- package/dist/models/EnableConnectorResponse.d.ts +19 -0
- package/dist/models/EnableConnectorResponse.js +69 -0
- package/dist/models/EnableConnectorResponse.js.map +1 -0
- package/dist/models/EnableConnectorResponseBody.d.ts +110 -0
- package/dist/models/EnableConnectorResponseBody.js +98 -0
- package/dist/models/EnableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/EnableConnectorShrinkRequest.js +58 -0
- package/dist/models/EnableConnectorShrinkRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelResponseBody.d.ts +11 -11
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.d.ts +1 -1
- package/dist/models/GetAgentSpecVersionResponseBody.d.ts +2 -2
- package/dist/models/GetCredentialResponseBody.d.ts +56 -7
- package/dist/models/GetCredentialResponseBody.js +31 -1
- package/dist/models/GetCredentialResponseBody.js.map +1 -1
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.d.ts +3 -3
- package/dist/models/GetExternalAgentResponseBody.d.ts +27 -98
- package/dist/models/GetExternalAgentResponseBody.js +1 -37
- package/dist/models/GetExternalAgentResponseBody.js.map +1 -1
- package/dist/models/GetIdentityProviderResponseBody.d.ts +4 -4
- package/dist/models/GetManagedAgentResponseBody.d.ts +152 -12
- package/dist/models/GetManagedAgentResponseBody.js +118 -1
- package/dist/models/GetManagedAgentResponseBody.js.map +1 -1
- package/dist/models/GetMcpMarketItemRequest.d.ts +13 -0
- package/dist/models/GetMcpMarketItemRequest.js +54 -0
- package/dist/models/GetMcpMarketItemRequest.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/GetMcpMarketItemResponse.js +69 -0
- package/dist/models/GetMcpMarketItemResponse.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponseBody.d.ts +178 -0
- package/dist/models/GetMcpMarketItemResponseBody.js +119 -0
- package/dist/models/GetMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/GetMcpResponseBody.d.ts +922 -35
- package/dist/models/GetMcpResponseBody.js +612 -1
- package/dist/models/GetMcpResponseBody.js.map +1 -1
- package/dist/models/GetTeamResponseBody.d.ts +12 -20
- package/dist/models/GetTeamResponseBody.js +0 -2
- package/dist/models/GetTeamResponseBody.js.map +1 -1
- package/dist/models/GetWorkspaceResponseBody.d.ts +33 -5
- package/dist/models/GetWorkspaceResponseBody.js +8 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -1
- package/dist/models/InstallMcpMarketItemRequest.d.ts +941 -0
- package/dist/models/InstallMcpMarketItemRequest.js +693 -0
- package/dist/models/InstallMcpMarketItemRequest.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/InstallMcpMarketItemResponse.js +69 -0
- package/dist/models/InstallMcpMarketItemResponse.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponseBody.d.ts +969 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js +688 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.d.ts +36 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js +62 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsRequest.d.ts +37 -0
- package/dist/models/ListConnectorModelsRequest.js +62 -0
- package/dist/models/ListConnectorModelsRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsResponse.d.ts +19 -0
- package/dist/models/ListConnectorModelsResponse.js +69 -0
- package/dist/models/ListConnectorModelsResponse.js.map +1 -0
- package/dist/models/ListConnectorModelsResponseBody.d.ts +144 -0
- package/dist/models/ListConnectorModelsResponseBody.js +106 -0
- package/dist/models/ListConnectorModelsResponseBody.js.map +1 -0
- package/dist/models/ListConnectorsRequest.d.ts +29 -0
- package/dist/models/ListConnectorsRequest.js +60 -0
- package/dist/models/ListConnectorsRequest.js.map +1 -0
- package/dist/models/ListConnectorsResponse.d.ts +19 -0
- package/dist/models/ListConnectorsResponse.js +69 -0
- package/dist/models/ListConnectorsResponse.js.map +1 -0
- package/dist/models/ListConnectorsResponseBody.d.ts +134 -0
- package/dist/models/ListConnectorsResponseBody.js +104 -0
- package/dist/models/ListConnectorsResponseBody.js.map +1 -0
- package/dist/models/ListCredentialsRequest.d.ts +2 -2
- package/dist/models/ListCredentialsResponseBody.d.ts +53 -4
- package/dist/models/ListCredentialsResponseBody.js +31 -1
- package/dist/models/ListCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListExternalAgentsResponseBody.d.ts +7 -15
- package/dist/models/ListExternalAgentsResponseBody.js +0 -2
- package/dist/models/ListExternalAgentsResponseBody.js.map +1 -1
- package/dist/models/ListManagedAgentsResponseBody.d.ts +65 -9
- package/dist/models/ListManagedAgentsResponseBody.js +51 -3
- package/dist/models/ListManagedAgentsResponseBody.js.map +1 -1
- package/dist/models/ListMcpMarketItemsRequest.d.ts +53 -0
- package/dist/models/ListMcpMarketItemsRequest.js +66 -0
- package/dist/models/ListMcpMarketItemsRequest.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponse.d.ts +19 -0
- package/dist/models/ListMcpMarketItemsResponse.js +69 -0
- package/dist/models/ListMcpMarketItemsResponse.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponseBody.d.ts +202 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js +125 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js.map +1 -0
- package/dist/models/ListMcpsRequest.d.ts +15 -2
- package/dist/models/ListMcpsRequest.js +4 -0
- package/dist/models/ListMcpsRequest.js.map +1 -1
- package/dist/models/ListMcpsResponseBody.d.ts +864 -31
- package/dist/models/ListMcpsResponseBody.js +580 -1
- package/dist/models/ListMcpsResponseBody.js.map +1 -1
- package/dist/models/ListSandboxSessionsRequest.d.ts +26 -0
- package/dist/models/ListSandboxSessionsRequest.js +60 -0
- package/dist/models/ListSandboxSessionsRequest.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponse.d.ts +19 -0
- package/dist/models/ListSandboxSessionsResponse.js +69 -0
- package/dist/models/ListSandboxSessionsResponse.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxSessionsResponseBody.js +100 -0
- package/dist/models/ListSandboxSessionsResponseBody.js.map +1 -0
- package/dist/models/ListSandboxesRequest.d.ts +42 -0
- package/dist/models/ListSandboxesRequest.js +64 -0
- package/dist/models/ListSandboxesRequest.js.map +1 -0
- package/dist/models/ListSandboxesResponse.d.ts +19 -0
- package/dist/models/ListSandboxesResponse.js +69 -0
- package/dist/models/ListSandboxesResponse.js.map +1 -0
- package/dist/models/ListSandboxesResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxesResponseBody.js +108 -0
- package/dist/models/ListSandboxesResponseBody.js.map +1 -0
- package/dist/models/ListWorkspacesResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelCredentialRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.d.ts +2 -2
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelRequest.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateConnectorRequest.d.ts +42 -0
- package/dist/models/UpdateConnectorRequest.js +80 -0
- package/dist/models/UpdateConnectorRequest.js.map +1 -0
- package/dist/models/UpdateConnectorResponse.d.ts +19 -0
- package/dist/models/UpdateConnectorResponse.js +69 -0
- package/dist/models/UpdateConnectorResponse.js.map +1 -0
- package/dist/models/UpdateConnectorResponseBody.d.ts +110 -0
- package/dist/models/UpdateConnectorResponseBody.js +98 -0
- package/dist/models/UpdateConnectorResponseBody.js.map +1 -0
- package/dist/models/UpdateConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/UpdateConnectorShrinkRequest.js +58 -0
- package/dist/models/UpdateConnectorShrinkRequest.js.map +1 -0
- package/dist/models/UpdateCredentialRequest.d.ts +50 -1
- package/dist/models/UpdateCredentialRequest.js +31 -1
- package/dist/models/UpdateCredentialRequest.js.map +1 -1
- package/dist/models/UpdateCredentialResponseBody.d.ts +53 -4
- package/dist/models/UpdateCredentialResponseBody.js +31 -1
- package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentRequest.d.ts +6 -6
- package/dist/models/UpdateExternalAgentRequest.js.map +1 -1
- package/dist/models/UpdateExternalAgentResponseBody.d.ts +18 -91
- package/dist/models/UpdateExternalAgentResponseBody.js +1 -37
- package/dist/models/UpdateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateIdentityProviderRequest.d.ts +3 -3
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +2 -2
- package/dist/models/UpdateManagedAgentRequest.d.ts +146 -13
- package/dist/models/UpdateManagedAgentRequest.js +113 -1
- package/dist/models/UpdateManagedAgentRequest.js.map +1 -1
- package/dist/models/UpdateManagedAgentResponseBody.d.ts +160 -20
- package/dist/models/UpdateManagedAgentResponseBody.js +118 -1
- package/dist/models/UpdateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpRequest.d.ts +775 -8
- package/dist/models/UpdateMcpRequest.js +544 -1
- package/dist/models/UpdateMcpRequest.js.map +1 -1
- package/dist/models/UpdateMcpResponseBody.d.ts +1 -1
- package/dist/models/UpdateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpTemplateConfigRequest.d.ts +908 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js +685 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.d.ts +19 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js +69 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.d.ts +971 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js +688 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js +62 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelRequest.d.ts +75 -4
- package/dist/models/UpdateModelRequest.js +43 -1
- package/dist/models/UpdateModelRequest.js.map +1 -1
- package/dist/models/UpdateModelResponseBody.d.ts +8 -8
- package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
- package/dist/models/UpdateTeamRequest.d.ts +12 -6
- package/dist/models/UpdateTeamRequest.js.map +1 -1
- package/dist/models/UpdateTeamResponseBody.d.ts +23 -9
- package/dist/models/UpdateTeamResponseBody.js.map +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +4 -4
- package/dist/models/UpdateWorkspaceResponseBody.d.ts +18 -3
- package/dist/models/UpdateWorkspaceResponseBody.js +6 -0
- package/dist/models/UpdateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/UploadAgentSpecViaOssRequest.d.ts +2 -2
- package/dist/models/UploadAgentSpecViaOssResponseBody.d.ts +1 -1
- package/dist/models/VerifyConnectorRequest.d.ts +42 -0
- package/dist/models/VerifyConnectorRequest.js +80 -0
- package/dist/models/VerifyConnectorRequest.js.map +1 -0
- package/dist/models/VerifyConnectorResponse.d.ts +19 -0
- package/dist/models/VerifyConnectorResponse.js +69 -0
- package/dist/models/VerifyConnectorResponse.js.map +1 -0
- package/dist/models/VerifyConnectorResponseBody.d.ts +86 -0
- package/dist/models/VerifyConnectorResponseBody.js +95 -0
- package/dist/models/VerifyConnectorResponseBody.js.map +1 -0
- package/dist/models/VerifyConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/VerifyConnectorShrinkRequest.js +58 -0
- package/dist/models/VerifyConnectorShrinkRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.d.ts +18 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js +58 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.d.ts +19 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js +69 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.d.ts +60 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js +90 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +288 -3
- package/dist/models/model.js +755 -179
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +924 -90
- package/src/models/ConvertMcpToFreeEditRequest.ts +34 -0
- package/src/models/ConvertMcpToFreeEditResponse.ts +40 -0
- package/src/models/ConvertMcpToFreeEditResponseBody.ts +1425 -0
- package/src/models/CreateAgentSpecResponseBody.ts +1 -1
- package/src/models/CreateCredentialRequest.ts +72 -2
- package/src/models/CreateCredentialResponseBody.ts +73 -3
- package/src/models/CreateExternalAgentRequest.ts +6 -4
- package/src/models/CreateExternalAgentResponseBody.ts +20 -118
- package/src/models/CreateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/CreateManagedAgentRequest.ts +221 -12
- package/src/models/CreateManagedAgentResponseBody.ts +237 -18
- package/src/models/CreateMcpRequest.ts +1193 -41
- package/src/models/CreateMcpResponseBody.ts +1353 -55
- package/src/models/CreateMcpShrinkRequest.ts +1 -1
- package/src/models/CreateTeamRequest.ts +4 -10
- package/src/models/CreateTeamResponseBody.ts +7 -21
- package/src/models/CreateWorkspaceRequest.ts +4 -1
- package/src/models/CreateWorkspaceResponseBody.ts +143 -2
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +1 -1
- package/src/models/DeleteCredentialResponseBody.ts +1 -1
- package/src/models/DeleteExternalAgentResponseBody.ts +4 -14
- package/src/models/DeleteIdentityProviderResponseBody.ts +9 -5
- package/src/models/DeleteManagedAgentResponseBody.ts +4 -14
- package/src/models/DisableConnectorRequest.ts +24 -0
- package/src/models/DisableConnectorResponse.ts +40 -0
- package/src/models/DisableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorRequest.ts +68 -0
- package/src/models/EnableConnectorResponse.ts +40 -0
- package/src/models/EnableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorShrinkRequest.ts +33 -0
- package/src/models/GetAgentImchannelResponseBody.ts +11 -11
- package/src/models/GetAgentSpecImportFileUrlResponseBody.ts +1 -1
- package/src/models/GetAgentSpecVersionResponseBody.ts +2 -2
- package/src/models/GetCredentialResponseBody.ts +77 -7
- package/src/models/GetExternalAgentBootstrapOptionsResponseBody.ts +3 -3
- package/src/models/GetExternalAgentResponseBody.ts +27 -125
- package/src/models/GetIdentityProviderResponseBody.ts +4 -4
- package/src/models/GetManagedAgentResponseBody.ts +231 -12
- package/src/models/GetMcpMarketItemRequest.ts +24 -0
- package/src/models/GetMcpMarketItemResponse.ts +40 -0
- package/src/models/GetMcpMarketItemResponseBody.ts +241 -0
- package/src/models/GetMcpResponseBody.ts +1373 -59
- package/src/models/GetTeamResponseBody.ts +12 -22
- package/src/models/GetWorkspaceResponseBody.ts +41 -5
- package/src/models/InstallMcpMarketItemRequest.ts +1396 -0
- package/src/models/InstallMcpMarketItemResponse.ts +40 -0
- package/src/models/InstallMcpMarketItemResponseBody.ts +1428 -0
- package/src/models/InstallMcpMarketItemShrinkRequest.ts +53 -0
- package/src/models/ListConnectorModelsRequest.ts +54 -0
- package/src/models/ListConnectorModelsResponse.ts +40 -0
- package/src/models/ListConnectorModelsResponseBody.ts +196 -0
- package/src/models/ListConnectorsRequest.ts +44 -0
- package/src/models/ListConnectorsResponse.ts +40 -0
- package/src/models/ListConnectorsResponseBody.ts +184 -0
- package/src/models/ListCredentialsRequest.ts +2 -2
- package/src/models/ListCredentialsResponseBody.ts +74 -4
- package/src/models/ListExternalAgentsResponseBody.ts +7 -17
- package/src/models/ListManagedAgentsResponseBody.ts +97 -11
- package/src/models/ListMcpMarketItemsRequest.ts +74 -0
- package/src/models/ListMcpMarketItemsResponse.ts +40 -0
- package/src/models/ListMcpMarketItemsResponseBody.ts +271 -0
- package/src/models/ListMcpsRequest.ts +19 -2
- package/src/models/ListMcpsResponseBody.ts +1292 -55
- package/src/models/ListSandboxSessionsRequest.ts +41 -0
- package/src/models/ListSandboxSessionsResponse.ts +40 -0
- package/src/models/ListSandboxSessionsResponseBody.ts +87 -0
- package/src/models/ListSandboxesRequest.ts +61 -0
- package/src/models/ListSandboxesResponse.ts +40 -0
- package/src/models/ListSandboxesResponseBody.ts +95 -0
- package/src/models/ListWorkspacesResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelCredentialRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelCredentialResponseBody.ts +2 -2
- package/src/models/UpdateAgentImchannelCredentialShrinkRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelRequest.ts +4 -4
- package/src/models/UpdateAgentImchannelResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelShrinkRequest.ts +1 -1
- package/src/models/UpdateConnectorRequest.ts +68 -0
- package/src/models/UpdateConnectorResponse.ts +40 -0
- package/src/models/UpdateConnectorResponseBody.ts +154 -0
- package/src/models/UpdateConnectorShrinkRequest.ts +33 -0
- package/src/models/UpdateCredentialRequest.ts +71 -1
- package/src/models/UpdateCredentialResponseBody.ts +74 -4
- package/src/models/UpdateExternalAgentRequest.ts +6 -6
- package/src/models/UpdateExternalAgentResponseBody.ts +18 -118
- package/src/models/UpdateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateIdentityProviderRequest.ts +3 -3
- package/src/models/UpdateIdentityProviderResponseBody.ts +2 -2
- package/src/models/UpdateManagedAgentRequest.ts +222 -13
- package/src/models/UpdateManagedAgentResponseBody.ts +239 -20
- package/src/models/UpdateManagedAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpRequest.ts +1166 -22
- package/src/models/UpdateMcpResponseBody.ts +1 -1
- package/src/models/UpdateMcpShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpTemplateConfigRequest.ts +1355 -0
- package/src/models/UpdateMcpTemplateConfigResponse.ts +40 -0
- package/src/models/UpdateMcpTemplateConfigResponseBody.ts +1430 -0
- package/src/models/UpdateMcpTemplateConfigShrinkRequest.ts +53 -0
- package/src/models/UpdateModelRequest.ts +108 -4
- package/src/models/UpdateModelResponseBody.ts +8 -8
- package/src/models/UpdateModelShrinkRequest.ts +2 -2
- package/src/models/UpdateTeamRequest.ts +12 -6
- package/src/models/UpdateTeamResponseBody.ts +23 -9
- package/src/models/UpdateWorkspaceRequest.ts +4 -4
- package/src/models/UpdateWorkspaceResponseBody.ts +24 -3
- package/src/models/UploadAgentSpecViaOssRequest.ts +2 -2
- package/src/models/UploadAgentSpecViaOssResponseBody.ts +1 -1
- package/src/models/VerifyConnectorRequest.ts +68 -0
- package/src/models/VerifyConnectorResponse.ts +40 -0
- package/src/models/VerifyConnectorResponseBody.ts +127 -0
- package/src/models/VerifyConnectorShrinkRequest.ts +33 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationRequest.ts +31 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponse.ts +40 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.ts +96 -0
- package/src/models/model.ts +288 -3
|
@@ -0,0 +1,1428 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigAccessControl extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The AgentCore Credential referenced when mode is set to CREDENTIAL.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* credential-id
|
|
12
|
+
*/
|
|
13
|
+
credentialId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Specifies whether to enable ingress access control.
|
|
17
|
+
*/
|
|
18
|
+
enabled?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* ANONYMOUS indicates anonymous access. CREDENTIAL indicates access using an AgentCore credential.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* CREDENTIAL
|
|
25
|
+
*/
|
|
26
|
+
mode?: string;
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
credentialId: 'credentialId',
|
|
30
|
+
enabled: 'enabled',
|
|
31
|
+
mode: 'mode',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
credentialId: 'string',
|
|
38
|
+
enabled: 'boolean',
|
|
39
|
+
mode: 'string',
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
validate() {
|
|
44
|
+
super.validate();
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
constructor(map?: { [key: string]: any }) {
|
|
48
|
+
super(map);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigAgentIdentityConfiguration extends $dara.Model {
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* Specifies whether authorization is enabled.
|
|
56
|
+
*/
|
|
57
|
+
authorizationEnabled?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* The Alibaba Cloud Resource Name (ARN) of the credential provider.
|
|
61
|
+
*
|
|
62
|
+
* @example
|
|
63
|
+
* acs:agentidentity:cn-hangzhou:1234567890123456:provider/example
|
|
64
|
+
*/
|
|
65
|
+
credentialProviderArn?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The credential provider type.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* oauth2
|
|
72
|
+
*/
|
|
73
|
+
credentialProviderType?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* Specifies whether Agent Identity is enabled.
|
|
77
|
+
*/
|
|
78
|
+
enabled?: boolean;
|
|
79
|
+
static names(): { [key: string]: string } {
|
|
80
|
+
return {
|
|
81
|
+
authorizationEnabled: 'authorizationEnabled',
|
|
82
|
+
credentialProviderArn: 'credentialProviderArn',
|
|
83
|
+
credentialProviderType: 'credentialProviderType',
|
|
84
|
+
enabled: 'enabled',
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
static types(): { [key: string]: any } {
|
|
89
|
+
return {
|
|
90
|
+
authorizationEnabled: 'boolean',
|
|
91
|
+
credentialProviderArn: 'string',
|
|
92
|
+
credentialProviderType: 'string',
|
|
93
|
+
enabled: 'boolean',
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
validate() {
|
|
98
|
+
super.validate();
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
constructor(map?: { [key: string]: any }) {
|
|
102
|
+
super(map);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigCodeConfiguration extends $dara.Model {
|
|
107
|
+
/**
|
|
108
|
+
* @remarks
|
|
109
|
+
* The temporary code package token returned by GetMcpCodePackageUploadUrl. After the presigned upload is complete, this token is used to create or update a code deployment.
|
|
110
|
+
*
|
|
111
|
+
* @example
|
|
112
|
+
* upload-token
|
|
113
|
+
*/
|
|
114
|
+
codePackageToken?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* The full startup command, with arguments passed in sequence by parameter boundary. For example, when using supergateway to start a stdio MCP, pass in supergateway, --stdio, the full subcommand, and remaining arguments.
|
|
118
|
+
*/
|
|
119
|
+
command?: string[];
|
|
120
|
+
/**
|
|
121
|
+
* @remarks
|
|
122
|
+
* The code package runtime: python3.13, nodejs22, or java17.
|
|
123
|
+
*
|
|
124
|
+
* @example
|
|
125
|
+
* python3.13
|
|
126
|
+
*/
|
|
127
|
+
language?: string;
|
|
128
|
+
static names(): { [key: string]: string } {
|
|
129
|
+
return {
|
|
130
|
+
codePackageToken: 'codePackageToken',
|
|
131
|
+
command: 'command',
|
|
132
|
+
language: 'language',
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
static types(): { [key: string]: any } {
|
|
137
|
+
return {
|
|
138
|
+
codePackageToken: 'string',
|
|
139
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
140
|
+
language: 'string',
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
validate() {
|
|
145
|
+
if(Array.isArray(this.command)) {
|
|
146
|
+
$dara.Model.validateArray(this.command);
|
|
147
|
+
}
|
|
148
|
+
super.validate();
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
constructor(map?: { [key: string]: any }) {
|
|
152
|
+
super(map);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigContainerConfiguration extends $dara.Model {
|
|
157
|
+
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* The ACR instance ID.
|
|
160
|
+
*
|
|
161
|
+
* @example
|
|
162
|
+
* cri-example
|
|
163
|
+
*/
|
|
164
|
+
acrInstanceId?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* The startup command.
|
|
168
|
+
*/
|
|
169
|
+
command?: string[];
|
|
170
|
+
/**
|
|
171
|
+
* @remarks
|
|
172
|
+
* The container entrypoint arguments.
|
|
173
|
+
*/
|
|
174
|
+
entrypoint?: string[];
|
|
175
|
+
/**
|
|
176
|
+
* @remarks
|
|
177
|
+
* The container image URL.
|
|
178
|
+
*
|
|
179
|
+
* @example
|
|
180
|
+
* registry.cn-hangzhou.aliyuncs.com/example/mcp:1.0.0
|
|
181
|
+
*/
|
|
182
|
+
image?: string;
|
|
183
|
+
/**
|
|
184
|
+
* @remarks
|
|
185
|
+
* The image registry type.
|
|
186
|
+
*
|
|
187
|
+
* @example
|
|
188
|
+
* ACR
|
|
189
|
+
*/
|
|
190
|
+
imageRegistryType?: string;
|
|
191
|
+
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* Custom containers must expose a standard MCP endpoint. Set this parameter to SELF_HOSTED.
|
|
194
|
+
*
|
|
195
|
+
* @example
|
|
196
|
+
* SELF_HOSTED
|
|
197
|
+
*/
|
|
198
|
+
mcpRuntimeMode?: string;
|
|
199
|
+
/**
|
|
200
|
+
* @remarks
|
|
201
|
+
* Currently fixed to CONTAINER_IMAGE.
|
|
202
|
+
*
|
|
203
|
+
* @example
|
|
204
|
+
* CONTAINER_IMAGE
|
|
205
|
+
*/
|
|
206
|
+
sourceType?: string;
|
|
207
|
+
static names(): { [key: string]: string } {
|
|
208
|
+
return {
|
|
209
|
+
acrInstanceId: 'acrInstanceId',
|
|
210
|
+
command: 'command',
|
|
211
|
+
entrypoint: 'entrypoint',
|
|
212
|
+
image: 'image',
|
|
213
|
+
imageRegistryType: 'imageRegistryType',
|
|
214
|
+
mcpRuntimeMode: 'mcpRuntimeMode',
|
|
215
|
+
sourceType: 'sourceType',
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
static types(): { [key: string]: any } {
|
|
220
|
+
return {
|
|
221
|
+
acrInstanceId: 'string',
|
|
222
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
223
|
+
entrypoint: { 'type': 'array', 'itemType': 'string' },
|
|
224
|
+
image: 'string',
|
|
225
|
+
imageRegistryType: 'string',
|
|
226
|
+
mcpRuntimeMode: 'string',
|
|
227
|
+
sourceType: 'string',
|
|
228
|
+
};
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
validate() {
|
|
232
|
+
if(Array.isArray(this.command)) {
|
|
233
|
+
$dara.Model.validateArray(this.command);
|
|
234
|
+
}
|
|
235
|
+
if(Array.isArray(this.entrypoint)) {
|
|
236
|
+
$dara.Model.validateArray(this.entrypoint);
|
|
237
|
+
}
|
|
238
|
+
super.validate();
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
constructor(map?: { [key: string]: any }) {
|
|
242
|
+
super(map);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfigurationHooks extends $dara.Model {
|
|
247
|
+
/**
|
|
248
|
+
* @remarks
|
|
249
|
+
* The hook API version.
|
|
250
|
+
*
|
|
251
|
+
* @example
|
|
252
|
+
* 1.0
|
|
253
|
+
*/
|
|
254
|
+
apiVersion?: string;
|
|
255
|
+
/**
|
|
256
|
+
* @remarks
|
|
257
|
+
* The hook description.
|
|
258
|
+
*
|
|
259
|
+
* @example
|
|
260
|
+
* Log MCP tool invocations
|
|
261
|
+
*/
|
|
262
|
+
description?: string;
|
|
263
|
+
/**
|
|
264
|
+
* @remarks
|
|
265
|
+
* Specifies whether to enable the hook.
|
|
266
|
+
*/
|
|
267
|
+
enabled?: boolean;
|
|
268
|
+
/**
|
|
269
|
+
* @remarks
|
|
270
|
+
* The hook event.
|
|
271
|
+
*
|
|
272
|
+
* @example
|
|
273
|
+
* PRE_CALL_TOOL
|
|
274
|
+
*/
|
|
275
|
+
event?: string;
|
|
276
|
+
/**
|
|
277
|
+
* @remarks
|
|
278
|
+
* The hook request headers.
|
|
279
|
+
*/
|
|
280
|
+
headers?: { [key: string]: string };
|
|
281
|
+
/**
|
|
282
|
+
* @remarks
|
|
283
|
+
* The timeout period, in milliseconds.
|
|
284
|
+
*
|
|
285
|
+
* @example
|
|
286
|
+
* 3000
|
|
287
|
+
*/
|
|
288
|
+
timeout?: number;
|
|
289
|
+
/**
|
|
290
|
+
* @remarks
|
|
291
|
+
* The hook callback URL.
|
|
292
|
+
*
|
|
293
|
+
* @example
|
|
294
|
+
* https://example.com/mcp-hook
|
|
295
|
+
*/
|
|
296
|
+
url?: string;
|
|
297
|
+
static names(): { [key: string]: string } {
|
|
298
|
+
return {
|
|
299
|
+
apiVersion: 'apiVersion',
|
|
300
|
+
description: 'description',
|
|
301
|
+
enabled: 'enabled',
|
|
302
|
+
event: 'event',
|
|
303
|
+
headers: 'headers',
|
|
304
|
+
timeout: 'timeout',
|
|
305
|
+
url: 'url',
|
|
306
|
+
};
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
static types(): { [key: string]: any } {
|
|
310
|
+
return {
|
|
311
|
+
apiVersion: 'string',
|
|
312
|
+
description: 'string',
|
|
313
|
+
enabled: 'boolean',
|
|
314
|
+
event: 'string',
|
|
315
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
316
|
+
timeout: 'number',
|
|
317
|
+
url: 'string',
|
|
318
|
+
};
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
validate() {
|
|
322
|
+
if(this.headers) {
|
|
323
|
+
$dara.Model.validateMap(this.headers);
|
|
324
|
+
}
|
|
325
|
+
super.validate();
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
constructor(map?: { [key: string]: any }) {
|
|
329
|
+
super(map);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfiguration extends $dara.Model {
|
|
334
|
+
/**
|
|
335
|
+
* @remarks
|
|
336
|
+
* Executes PRE_LIST_TOOLS, PRE_CALL_TOOL, POST_LIST_TOOLS, and POST_CALL_TOOL hooks in array order.
|
|
337
|
+
*/
|
|
338
|
+
hooks?: InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfigurationHooks[];
|
|
339
|
+
static names(): { [key: string]: string } {
|
|
340
|
+
return {
|
|
341
|
+
hooks: 'hooks',
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
static types(): { [key: string]: any } {
|
|
346
|
+
return {
|
|
347
|
+
hooks: { 'type': 'array', 'itemType': InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfigurationHooks },
|
|
348
|
+
};
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
validate() {
|
|
352
|
+
if(Array.isArray(this.hooks)) {
|
|
353
|
+
$dara.Model.validateArray(this.hooks);
|
|
354
|
+
}
|
|
355
|
+
super.validate();
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
constructor(map?: { [key: string]: any }) {
|
|
359
|
+
super(map);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigLogConfiguration extends $dara.Model {
|
|
364
|
+
/**
|
|
365
|
+
* @remarks
|
|
366
|
+
* Specifies whether to collect instance metrics.
|
|
367
|
+
*/
|
|
368
|
+
enableInstanceMetrics?: boolean;
|
|
369
|
+
/**
|
|
370
|
+
* @remarks
|
|
371
|
+
* Specifies whether to collect request metrics.
|
|
372
|
+
*/
|
|
373
|
+
enableRequestMetrics?: boolean;
|
|
374
|
+
/**
|
|
375
|
+
* @remarks
|
|
376
|
+
* The log splitting begin rule for Function Compute (FC).
|
|
377
|
+
*
|
|
378
|
+
* @example
|
|
379
|
+
* DefaultRegex
|
|
380
|
+
*/
|
|
381
|
+
logBeginRule?: string;
|
|
382
|
+
/**
|
|
383
|
+
* @remarks
|
|
384
|
+
* The Logstore name.
|
|
385
|
+
*
|
|
386
|
+
* @example
|
|
387
|
+
* mcp-logs
|
|
388
|
+
*/
|
|
389
|
+
logstore?: string;
|
|
390
|
+
/**
|
|
391
|
+
* @remarks
|
|
392
|
+
* The Log Service project name.
|
|
393
|
+
*
|
|
394
|
+
* @example
|
|
395
|
+
* agentcore-mcp-logs
|
|
396
|
+
*/
|
|
397
|
+
project?: string;
|
|
398
|
+
static names(): { [key: string]: string } {
|
|
399
|
+
return {
|
|
400
|
+
enableInstanceMetrics: 'enableInstanceMetrics',
|
|
401
|
+
enableRequestMetrics: 'enableRequestMetrics',
|
|
402
|
+
logBeginRule: 'logBeginRule',
|
|
403
|
+
logstore: 'logstore',
|
|
404
|
+
project: 'project',
|
|
405
|
+
};
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
static types(): { [key: string]: any } {
|
|
409
|
+
return {
|
|
410
|
+
enableInstanceMetrics: 'boolean',
|
|
411
|
+
enableRequestMetrics: 'boolean',
|
|
412
|
+
logBeginRule: 'string',
|
|
413
|
+
logstore: 'string',
|
|
414
|
+
project: 'string',
|
|
415
|
+
};
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
validate() {
|
|
419
|
+
super.validate();
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
constructor(map?: { [key: string]: any }) {
|
|
423
|
+
super(map);
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigMcpConfiguration extends $dara.Model {
|
|
428
|
+
/**
|
|
429
|
+
* @remarks
|
|
430
|
+
* The MCP endpoint path. For example, /mcp or /sse.
|
|
431
|
+
*
|
|
432
|
+
* @example
|
|
433
|
+
* /mcp
|
|
434
|
+
*/
|
|
435
|
+
endpointPath?: string;
|
|
436
|
+
/**
|
|
437
|
+
* @remarks
|
|
438
|
+
* The number of concurrent sessions per instance. Currently fixed to 1.
|
|
439
|
+
*
|
|
440
|
+
* @example
|
|
441
|
+
* 1
|
|
442
|
+
*/
|
|
443
|
+
sessionConcurrencyPerInstance?: number;
|
|
444
|
+
/**
|
|
445
|
+
* @remarks
|
|
446
|
+
* The session idle timeout period. Unit: seconds. Default value: 1800.
|
|
447
|
+
*
|
|
448
|
+
* @example
|
|
449
|
+
* 1800
|
|
450
|
+
*/
|
|
451
|
+
sessionIdleTimeoutSeconds?: number;
|
|
452
|
+
/**
|
|
453
|
+
* @remarks
|
|
454
|
+
* The maximum session lifetime. Unit: seconds. Default value: 21600.
|
|
455
|
+
*
|
|
456
|
+
* @example
|
|
457
|
+
* 21600
|
|
458
|
+
*/
|
|
459
|
+
sessionMaxLifetimeSeconds?: number;
|
|
460
|
+
static names(): { [key: string]: string } {
|
|
461
|
+
return {
|
|
462
|
+
endpointPath: 'endpointPath',
|
|
463
|
+
sessionConcurrencyPerInstance: 'sessionConcurrencyPerInstance',
|
|
464
|
+
sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
|
|
465
|
+
sessionMaxLifetimeSeconds: 'sessionMaxLifetimeSeconds',
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
static types(): { [key: string]: any } {
|
|
470
|
+
return {
|
|
471
|
+
endpointPath: 'string',
|
|
472
|
+
sessionConcurrencyPerInstance: 'number',
|
|
473
|
+
sessionIdleTimeoutSeconds: 'number',
|
|
474
|
+
sessionMaxLifetimeSeconds: 'number',
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
validate() {
|
|
479
|
+
super.validate();
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
constructor(map?: { [key: string]: any }) {
|
|
483
|
+
super(map);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfigurationMountPoints extends $dara.Model {
|
|
488
|
+
/**
|
|
489
|
+
* @remarks
|
|
490
|
+
* Specifies whether to enable TLS.
|
|
491
|
+
*/
|
|
492
|
+
enableTls?: boolean;
|
|
493
|
+
/**
|
|
494
|
+
* @remarks
|
|
495
|
+
* The local mount directory.
|
|
496
|
+
*
|
|
497
|
+
* @example
|
|
498
|
+
* /mnt/data
|
|
499
|
+
*/
|
|
500
|
+
mountDir?: string;
|
|
501
|
+
/**
|
|
502
|
+
* @remarks
|
|
503
|
+
* The NAS server address.
|
|
504
|
+
*
|
|
505
|
+
* @example
|
|
506
|
+
* example.cn-hangzhou.nas.aliyuncs.com
|
|
507
|
+
*/
|
|
508
|
+
serverAddr?: string;
|
|
509
|
+
static names(): { [key: string]: string } {
|
|
510
|
+
return {
|
|
511
|
+
enableTls: 'enableTls',
|
|
512
|
+
mountDir: 'mountDir',
|
|
513
|
+
serverAddr: 'serverAddr',
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
static types(): { [key: string]: any } {
|
|
518
|
+
return {
|
|
519
|
+
enableTls: 'boolean',
|
|
520
|
+
mountDir: 'string',
|
|
521
|
+
serverAddr: 'string',
|
|
522
|
+
};
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
validate() {
|
|
526
|
+
super.validate();
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
constructor(map?: { [key: string]: any }) {
|
|
530
|
+
super(map);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfiguration extends $dara.Model {
|
|
535
|
+
/**
|
|
536
|
+
* @remarks
|
|
537
|
+
* The runtime user group ID.
|
|
538
|
+
*
|
|
539
|
+
* @example
|
|
540
|
+
* 1000
|
|
541
|
+
*/
|
|
542
|
+
groupId?: number;
|
|
543
|
+
/**
|
|
544
|
+
* @remarks
|
|
545
|
+
* The list of NAS mount points.
|
|
546
|
+
*/
|
|
547
|
+
mountPoints?: InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfigurationMountPoints[];
|
|
548
|
+
/**
|
|
549
|
+
* @remarks
|
|
550
|
+
* The runtime user ID.
|
|
551
|
+
*
|
|
552
|
+
* @example
|
|
553
|
+
* 1000
|
|
554
|
+
*/
|
|
555
|
+
userId?: number;
|
|
556
|
+
static names(): { [key: string]: string } {
|
|
557
|
+
return {
|
|
558
|
+
groupId: 'groupId',
|
|
559
|
+
mountPoints: 'mountPoints',
|
|
560
|
+
userId: 'userId',
|
|
561
|
+
};
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
static types(): { [key: string]: any } {
|
|
565
|
+
return {
|
|
566
|
+
groupId: 'number',
|
|
567
|
+
mountPoints: { 'type': 'array', 'itemType': InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfigurationMountPoints },
|
|
568
|
+
userId: 'number',
|
|
569
|
+
};
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
validate() {
|
|
573
|
+
if(Array.isArray(this.mountPoints)) {
|
|
574
|
+
$dara.Model.validateArray(this.mountPoints);
|
|
575
|
+
}
|
|
576
|
+
super.validate();
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
constructor(map?: { [key: string]: any }) {
|
|
580
|
+
super(map);
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigNetworkConfiguration extends $dara.Model {
|
|
585
|
+
/**
|
|
586
|
+
* @remarks
|
|
587
|
+
* The network mode.
|
|
588
|
+
*
|
|
589
|
+
* @example
|
|
590
|
+
* PUBLIC
|
|
591
|
+
*/
|
|
592
|
+
networkMode?: string;
|
|
593
|
+
/**
|
|
594
|
+
* @remarks
|
|
595
|
+
* The security group ID.
|
|
596
|
+
*
|
|
597
|
+
* @example
|
|
598
|
+
* sg-example
|
|
599
|
+
*/
|
|
600
|
+
securityGroupId?: string;
|
|
601
|
+
/**
|
|
602
|
+
* @remarks
|
|
603
|
+
* The list of vSwitch IDs.
|
|
604
|
+
*/
|
|
605
|
+
vSwitchIds?: string[];
|
|
606
|
+
/**
|
|
607
|
+
* @remarks
|
|
608
|
+
* The VPC ID.
|
|
609
|
+
*
|
|
610
|
+
* @example
|
|
611
|
+
* vpc-example
|
|
612
|
+
*/
|
|
613
|
+
vpcId?: string;
|
|
614
|
+
static names(): { [key: string]: string } {
|
|
615
|
+
return {
|
|
616
|
+
networkMode: 'networkMode',
|
|
617
|
+
securityGroupId: 'securityGroupId',
|
|
618
|
+
vSwitchIds: 'vSwitchIds',
|
|
619
|
+
vpcId: 'vpcId',
|
|
620
|
+
};
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
static types(): { [key: string]: any } {
|
|
624
|
+
return {
|
|
625
|
+
networkMode: 'string',
|
|
626
|
+
securityGroupId: 'string',
|
|
627
|
+
vSwitchIds: { 'type': 'array', 'itemType': 'string' },
|
|
628
|
+
vpcId: 'string',
|
|
629
|
+
};
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
validate() {
|
|
633
|
+
if(Array.isArray(this.vSwitchIds)) {
|
|
634
|
+
$dara.Model.validateArray(this.vSwitchIds);
|
|
635
|
+
}
|
|
636
|
+
super.validate();
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
constructor(map?: { [key: string]: any }) {
|
|
640
|
+
super(map);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfigurationMountPoints extends $dara.Model {
|
|
645
|
+
/**
|
|
646
|
+
* @remarks
|
|
647
|
+
* The OSS bucket name.
|
|
648
|
+
*
|
|
649
|
+
* @example
|
|
650
|
+
* example-bucket
|
|
651
|
+
*/
|
|
652
|
+
bucketName?: string;
|
|
653
|
+
/**
|
|
654
|
+
* @remarks
|
|
655
|
+
* The OSS bucket path.
|
|
656
|
+
*
|
|
657
|
+
* @example
|
|
658
|
+
* /data
|
|
659
|
+
*/
|
|
660
|
+
bucketPath?: string;
|
|
661
|
+
/**
|
|
662
|
+
* @remarks
|
|
663
|
+
* The OSS service endpoint.
|
|
664
|
+
*
|
|
665
|
+
* @example
|
|
666
|
+
* https://oss-cn-hangzhou.aliyuncs.com
|
|
667
|
+
*/
|
|
668
|
+
endpoint?: string;
|
|
669
|
+
/**
|
|
670
|
+
* @remarks
|
|
671
|
+
* The local mount directory.
|
|
672
|
+
*
|
|
673
|
+
* @example
|
|
674
|
+
* /mnt/data
|
|
675
|
+
*/
|
|
676
|
+
mountDir?: string;
|
|
677
|
+
/**
|
|
678
|
+
* @remarks
|
|
679
|
+
* Specifies whether the mount point is read-only.
|
|
680
|
+
*/
|
|
681
|
+
readOnly?: boolean;
|
|
682
|
+
static names(): { [key: string]: string } {
|
|
683
|
+
return {
|
|
684
|
+
bucketName: 'bucketName',
|
|
685
|
+
bucketPath: 'bucketPath',
|
|
686
|
+
endpoint: 'endpoint',
|
|
687
|
+
mountDir: 'mountDir',
|
|
688
|
+
readOnly: 'readOnly',
|
|
689
|
+
};
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
static types(): { [key: string]: any } {
|
|
693
|
+
return {
|
|
694
|
+
bucketName: 'string',
|
|
695
|
+
bucketPath: 'string',
|
|
696
|
+
endpoint: 'string',
|
|
697
|
+
mountDir: 'string',
|
|
698
|
+
readOnly: 'boolean',
|
|
699
|
+
};
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
validate() {
|
|
703
|
+
super.validate();
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
constructor(map?: { [key: string]: any }) {
|
|
707
|
+
super(map);
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfiguration extends $dara.Model {
|
|
712
|
+
/**
|
|
713
|
+
* @remarks
|
|
714
|
+
* The list of OSS mount points.
|
|
715
|
+
*/
|
|
716
|
+
mountPoints?: InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfigurationMountPoints[];
|
|
717
|
+
static names(): { [key: string]: string } {
|
|
718
|
+
return {
|
|
719
|
+
mountPoints: 'mountPoints',
|
|
720
|
+
};
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
static types(): { [key: string]: any } {
|
|
724
|
+
return {
|
|
725
|
+
mountPoints: { 'type': 'array', 'itemType': InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfigurationMountPoints },
|
|
726
|
+
};
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
validate() {
|
|
730
|
+
if(Array.isArray(this.mountPoints)) {
|
|
731
|
+
$dara.Model.validateArray(this.mountPoints);
|
|
732
|
+
}
|
|
733
|
+
super.validate();
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
constructor(map?: { [key: string]: any }) {
|
|
737
|
+
super(map);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigParameterTransformConfiguration extends $dara.Model {
|
|
742
|
+
/**
|
|
743
|
+
* @remarks
|
|
744
|
+
* Specifies whether to enable parameter transformation and result enhancement.
|
|
745
|
+
*/
|
|
746
|
+
enabled?: boolean;
|
|
747
|
+
/**
|
|
748
|
+
* @remarks
|
|
749
|
+
* The reserved reference to a parameter transformation and result enhancement rule set.
|
|
750
|
+
*
|
|
751
|
+
* @example
|
|
752
|
+
* rules-1
|
|
753
|
+
*/
|
|
754
|
+
ruleSetId?: string;
|
|
755
|
+
/**
|
|
756
|
+
* @remarks
|
|
757
|
+
* The transformation rule version.
|
|
758
|
+
*
|
|
759
|
+
* @example
|
|
760
|
+
* 1.0
|
|
761
|
+
*/
|
|
762
|
+
version?: string;
|
|
763
|
+
static names(): { [key: string]: string } {
|
|
764
|
+
return {
|
|
765
|
+
enabled: 'enabled',
|
|
766
|
+
ruleSetId: 'ruleSetId',
|
|
767
|
+
version: 'version',
|
|
768
|
+
};
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
static types(): { [key: string]: any } {
|
|
772
|
+
return {
|
|
773
|
+
enabled: 'boolean',
|
|
774
|
+
ruleSetId: 'string',
|
|
775
|
+
version: 'string',
|
|
776
|
+
};
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
validate() {
|
|
780
|
+
super.validate();
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
constructor(map?: { [key: string]: any }) {
|
|
784
|
+
super(map);
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigProxyConfiguration extends $dara.Model {
|
|
789
|
+
/**
|
|
790
|
+
* @remarks
|
|
791
|
+
* Specifies whether to enable the MCP proxy.
|
|
792
|
+
*/
|
|
793
|
+
enabled?: boolean;
|
|
794
|
+
static names(): { [key: string]: string } {
|
|
795
|
+
return {
|
|
796
|
+
enabled: 'enabled',
|
|
797
|
+
};
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
static types(): { [key: string]: any } {
|
|
801
|
+
return {
|
|
802
|
+
enabled: 'boolean',
|
|
803
|
+
};
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
validate() {
|
|
807
|
+
super.validate();
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
constructor(map?: { [key: string]: any }) {
|
|
811
|
+
super(map);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfigRuntimeConfiguration extends $dara.Model {
|
|
816
|
+
/**
|
|
817
|
+
* @remarks
|
|
818
|
+
* The number of vCPUs. Default value: 0.25.
|
|
819
|
+
*
|
|
820
|
+
* @example
|
|
821
|
+
* 0.25
|
|
822
|
+
*/
|
|
823
|
+
cpu?: number;
|
|
824
|
+
/**
|
|
825
|
+
* @remarks
|
|
826
|
+
* The ephemeral disk size. Unit: MB. Valid values: 512 and 10240.
|
|
827
|
+
*
|
|
828
|
+
* @example
|
|
829
|
+
* 512
|
|
830
|
+
*/
|
|
831
|
+
diskSize?: number;
|
|
832
|
+
/**
|
|
833
|
+
* @remarks
|
|
834
|
+
* The environment variables.
|
|
835
|
+
*/
|
|
836
|
+
environmentVariables?: { [key: string]: string };
|
|
837
|
+
/**
|
|
838
|
+
* @remarks
|
|
839
|
+
* The ARN of the RAM role used by user code to access downstream Alibaba Cloud resources.
|
|
840
|
+
*
|
|
841
|
+
* @example
|
|
842
|
+
* acs:ram::1234567890123456:role/agentcore-mcp-execution
|
|
843
|
+
*/
|
|
844
|
+
executionRoleArn?: string;
|
|
845
|
+
/**
|
|
846
|
+
* @remarks
|
|
847
|
+
* The maximum number of concurrent requests per instance. Default value: 200.
|
|
848
|
+
*
|
|
849
|
+
* @example
|
|
850
|
+
* 200
|
|
851
|
+
*/
|
|
852
|
+
instanceConcurrency?: number;
|
|
853
|
+
/**
|
|
854
|
+
* @remarks
|
|
855
|
+
* The memory size. Unit: MB. Default value: 512.
|
|
856
|
+
*
|
|
857
|
+
* @example
|
|
858
|
+
* 512
|
|
859
|
+
*/
|
|
860
|
+
memory?: number;
|
|
861
|
+
/**
|
|
862
|
+
* @remarks
|
|
863
|
+
* The service port. Default value: 9000.
|
|
864
|
+
*
|
|
865
|
+
* @example
|
|
866
|
+
* 9000
|
|
867
|
+
*/
|
|
868
|
+
port?: number;
|
|
869
|
+
/**
|
|
870
|
+
* @remarks
|
|
871
|
+
* The function timeout period. Unit: seconds. Default value: 300.
|
|
872
|
+
*
|
|
873
|
+
* @example
|
|
874
|
+
* 300
|
|
875
|
+
*/
|
|
876
|
+
timeout?: number;
|
|
877
|
+
static names(): { [key: string]: string } {
|
|
878
|
+
return {
|
|
879
|
+
cpu: 'cpu',
|
|
880
|
+
diskSize: 'diskSize',
|
|
881
|
+
environmentVariables: 'environmentVariables',
|
|
882
|
+
executionRoleArn: 'executionRoleArn',
|
|
883
|
+
instanceConcurrency: 'instanceConcurrency',
|
|
884
|
+
memory: 'memory',
|
|
885
|
+
port: 'port',
|
|
886
|
+
timeout: 'timeout',
|
|
887
|
+
};
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
static types(): { [key: string]: any } {
|
|
891
|
+
return {
|
|
892
|
+
cpu: 'number',
|
|
893
|
+
diskSize: 'number',
|
|
894
|
+
environmentVariables: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
895
|
+
executionRoleArn: 'string',
|
|
896
|
+
instanceConcurrency: 'number',
|
|
897
|
+
memory: 'number',
|
|
898
|
+
port: 'number',
|
|
899
|
+
timeout: 'number',
|
|
900
|
+
};
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
validate() {
|
|
904
|
+
if(this.environmentVariables) {
|
|
905
|
+
$dara.Model.validateMap(this.environmentVariables);
|
|
906
|
+
}
|
|
907
|
+
super.validate();
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
constructor(map?: { [key: string]: any }) {
|
|
911
|
+
super(map);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
export class InstallMcpMarketItemResponseBodyDataDeploymentConfig extends $dara.Model {
|
|
916
|
+
/**
|
|
917
|
+
* @remarks
|
|
918
|
+
* The MCP ingress access control configuration.
|
|
919
|
+
*/
|
|
920
|
+
accessControl?: InstallMcpMarketItemResponseBodyDataDeploymentConfigAccessControl;
|
|
921
|
+
/**
|
|
922
|
+
* @remarks
|
|
923
|
+
* The Agent Identity configuration.
|
|
924
|
+
*/
|
|
925
|
+
agentIdentityConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigAgentIdentityConfiguration;
|
|
926
|
+
/**
|
|
927
|
+
* @remarks
|
|
928
|
+
* Code indicates a ZIP code package. Container indicates a custom container.
|
|
929
|
+
*
|
|
930
|
+
* @example
|
|
931
|
+
* Code
|
|
932
|
+
*/
|
|
933
|
+
artifactType?: string;
|
|
934
|
+
/**
|
|
935
|
+
* @remarks
|
|
936
|
+
* The code package configuration.
|
|
937
|
+
*/
|
|
938
|
+
codeConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigCodeConfiguration;
|
|
939
|
+
/**
|
|
940
|
+
* @remarks
|
|
941
|
+
* The custom container configuration.
|
|
942
|
+
*/
|
|
943
|
+
containerConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigContainerConfiguration;
|
|
944
|
+
/**
|
|
945
|
+
* @remarks
|
|
946
|
+
* The hook configuration.
|
|
947
|
+
*/
|
|
948
|
+
hookConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfiguration;
|
|
949
|
+
/**
|
|
950
|
+
* @remarks
|
|
951
|
+
* The log configuration.
|
|
952
|
+
*/
|
|
953
|
+
logConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigLogConfiguration;
|
|
954
|
+
/**
|
|
955
|
+
* @remarks
|
|
956
|
+
* The MCP session configuration.
|
|
957
|
+
*/
|
|
958
|
+
mcpConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigMcpConfiguration;
|
|
959
|
+
/**
|
|
960
|
+
* @remarks
|
|
961
|
+
* The NAS storage configuration.
|
|
962
|
+
*/
|
|
963
|
+
nasConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfiguration;
|
|
964
|
+
/**
|
|
965
|
+
* @remarks
|
|
966
|
+
* The network configuration.
|
|
967
|
+
*/
|
|
968
|
+
networkConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigNetworkConfiguration;
|
|
969
|
+
/**
|
|
970
|
+
* @remarks
|
|
971
|
+
* The OSS mount configuration.
|
|
972
|
+
*/
|
|
973
|
+
ossMountConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfiguration;
|
|
974
|
+
/**
|
|
975
|
+
* @remarks
|
|
976
|
+
* The parameter transformation and result enhancement configuration.
|
|
977
|
+
*/
|
|
978
|
+
parameterTransformConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigParameterTransformConfiguration;
|
|
979
|
+
/**
|
|
980
|
+
* @remarks
|
|
981
|
+
* The MCP proxy configuration.
|
|
982
|
+
*/
|
|
983
|
+
proxyConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigProxyConfiguration;
|
|
984
|
+
/**
|
|
985
|
+
* @remarks
|
|
986
|
+
* The runtime and resource configuration.
|
|
987
|
+
*/
|
|
988
|
+
runtimeConfiguration?: InstallMcpMarketItemResponseBodyDataDeploymentConfigRuntimeConfiguration;
|
|
989
|
+
static names(): { [key: string]: string } {
|
|
990
|
+
return {
|
|
991
|
+
accessControl: 'accessControl',
|
|
992
|
+
agentIdentityConfiguration: 'agentIdentityConfiguration',
|
|
993
|
+
artifactType: 'artifactType',
|
|
994
|
+
codeConfiguration: 'codeConfiguration',
|
|
995
|
+
containerConfiguration: 'containerConfiguration',
|
|
996
|
+
hookConfiguration: 'hookConfiguration',
|
|
997
|
+
logConfiguration: 'logConfiguration',
|
|
998
|
+
mcpConfiguration: 'mcpConfiguration',
|
|
999
|
+
nasConfiguration: 'nasConfiguration',
|
|
1000
|
+
networkConfiguration: 'networkConfiguration',
|
|
1001
|
+
ossMountConfiguration: 'ossMountConfiguration',
|
|
1002
|
+
parameterTransformConfiguration: 'parameterTransformConfiguration',
|
|
1003
|
+
proxyConfiguration: 'proxyConfiguration',
|
|
1004
|
+
runtimeConfiguration: 'runtimeConfiguration',
|
|
1005
|
+
};
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
static types(): { [key: string]: any } {
|
|
1009
|
+
return {
|
|
1010
|
+
accessControl: InstallMcpMarketItemResponseBodyDataDeploymentConfigAccessControl,
|
|
1011
|
+
agentIdentityConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigAgentIdentityConfiguration,
|
|
1012
|
+
artifactType: 'string',
|
|
1013
|
+
codeConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigCodeConfiguration,
|
|
1014
|
+
containerConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigContainerConfiguration,
|
|
1015
|
+
hookConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigHookConfiguration,
|
|
1016
|
+
logConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigLogConfiguration,
|
|
1017
|
+
mcpConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigMcpConfiguration,
|
|
1018
|
+
nasConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigNasConfiguration,
|
|
1019
|
+
networkConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigNetworkConfiguration,
|
|
1020
|
+
ossMountConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigOssMountConfiguration,
|
|
1021
|
+
parameterTransformConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigParameterTransformConfiguration,
|
|
1022
|
+
proxyConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigProxyConfiguration,
|
|
1023
|
+
runtimeConfiguration: InstallMcpMarketItemResponseBodyDataDeploymentConfigRuntimeConfiguration,
|
|
1024
|
+
};
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
validate() {
|
|
1028
|
+
if(this.accessControl && typeof (this.accessControl as any).validate === 'function') {
|
|
1029
|
+
(this.accessControl as any).validate();
|
|
1030
|
+
}
|
|
1031
|
+
if(this.agentIdentityConfiguration && typeof (this.agentIdentityConfiguration as any).validate === 'function') {
|
|
1032
|
+
(this.agentIdentityConfiguration as any).validate();
|
|
1033
|
+
}
|
|
1034
|
+
if(this.codeConfiguration && typeof (this.codeConfiguration as any).validate === 'function') {
|
|
1035
|
+
(this.codeConfiguration as any).validate();
|
|
1036
|
+
}
|
|
1037
|
+
if(this.containerConfiguration && typeof (this.containerConfiguration as any).validate === 'function') {
|
|
1038
|
+
(this.containerConfiguration as any).validate();
|
|
1039
|
+
}
|
|
1040
|
+
if(this.hookConfiguration && typeof (this.hookConfiguration as any).validate === 'function') {
|
|
1041
|
+
(this.hookConfiguration as any).validate();
|
|
1042
|
+
}
|
|
1043
|
+
if(this.logConfiguration && typeof (this.logConfiguration as any).validate === 'function') {
|
|
1044
|
+
(this.logConfiguration as any).validate();
|
|
1045
|
+
}
|
|
1046
|
+
if(this.mcpConfiguration && typeof (this.mcpConfiguration as any).validate === 'function') {
|
|
1047
|
+
(this.mcpConfiguration as any).validate();
|
|
1048
|
+
}
|
|
1049
|
+
if(this.nasConfiguration && typeof (this.nasConfiguration as any).validate === 'function') {
|
|
1050
|
+
(this.nasConfiguration as any).validate();
|
|
1051
|
+
}
|
|
1052
|
+
if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
|
|
1053
|
+
(this.networkConfiguration as any).validate();
|
|
1054
|
+
}
|
|
1055
|
+
if(this.ossMountConfiguration && typeof (this.ossMountConfiguration as any).validate === 'function') {
|
|
1056
|
+
(this.ossMountConfiguration as any).validate();
|
|
1057
|
+
}
|
|
1058
|
+
if(this.parameterTransformConfiguration && typeof (this.parameterTransformConfiguration as any).validate === 'function') {
|
|
1059
|
+
(this.parameterTransformConfiguration as any).validate();
|
|
1060
|
+
}
|
|
1061
|
+
if(this.proxyConfiguration && typeof (this.proxyConfiguration as any).validate === 'function') {
|
|
1062
|
+
(this.proxyConfiguration as any).validate();
|
|
1063
|
+
}
|
|
1064
|
+
if(this.runtimeConfiguration && typeof (this.runtimeConfiguration as any).validate === 'function') {
|
|
1065
|
+
(this.runtimeConfiguration as any).validate();
|
|
1066
|
+
}
|
|
1067
|
+
super.validate();
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
constructor(map?: { [key: string]: any }) {
|
|
1071
|
+
super(map);
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export class InstallMcpMarketItemResponseBodyDataMarketSource extends $dara.Model {
|
|
1076
|
+
/**
|
|
1077
|
+
* @remarks
|
|
1078
|
+
* The MCP marketplace template ID.
|
|
1079
|
+
*
|
|
1080
|
+
* @example
|
|
1081
|
+
* market-1
|
|
1082
|
+
*/
|
|
1083
|
+
marketItemId?: string;
|
|
1084
|
+
static names(): { [key: string]: string } {
|
|
1085
|
+
return {
|
|
1086
|
+
marketItemId: 'marketItemId',
|
|
1087
|
+
};
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
static types(): { [key: string]: any } {
|
|
1091
|
+
return {
|
|
1092
|
+
marketItemId: 'string',
|
|
1093
|
+
};
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
validate() {
|
|
1097
|
+
super.validate();
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
constructor(map?: { [key: string]: any }) {
|
|
1101
|
+
super(map);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
export class InstallMcpMarketItemResponseBodyDataTemplate extends $dara.Model {
|
|
1106
|
+
/**
|
|
1107
|
+
* @remarks
|
|
1108
|
+
* The template version that is currently applied to the MCP service.
|
|
1109
|
+
*
|
|
1110
|
+
* @example
|
|
1111
|
+
* 1.0.0
|
|
1112
|
+
*/
|
|
1113
|
+
appliedTemplateVersion?: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* @remarks
|
|
1116
|
+
* The latest template version.
|
|
1117
|
+
*
|
|
1118
|
+
* @example
|
|
1119
|
+
* 1.1.0
|
|
1120
|
+
*/
|
|
1121
|
+
latestTemplateVersion?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* @remarks
|
|
1124
|
+
* The template schema version.
|
|
1125
|
+
*
|
|
1126
|
+
* @example
|
|
1127
|
+
* 1.0
|
|
1128
|
+
*/
|
|
1129
|
+
schemaVersion?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* @remarks
|
|
1132
|
+
* The template input schema, represented as a JSON Schema string.
|
|
1133
|
+
*
|
|
1134
|
+
* @example
|
|
1135
|
+
* {"type":"object","properties":{"addresses":{"type":"array","items":{"type":"string"}}}}
|
|
1136
|
+
*/
|
|
1137
|
+
templateInputSchema?: string;
|
|
1138
|
+
/**
|
|
1139
|
+
* @remarks
|
|
1140
|
+
* Indicates whether a newer template version is available for update.
|
|
1141
|
+
*/
|
|
1142
|
+
updateAvailable?: boolean;
|
|
1143
|
+
static names(): { [key: string]: string } {
|
|
1144
|
+
return {
|
|
1145
|
+
appliedTemplateVersion: 'appliedTemplateVersion',
|
|
1146
|
+
latestTemplateVersion: 'latestTemplateVersion',
|
|
1147
|
+
schemaVersion: 'schemaVersion',
|
|
1148
|
+
templateInputSchema: 'templateInputSchema',
|
|
1149
|
+
updateAvailable: 'updateAvailable',
|
|
1150
|
+
};
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
static types(): { [key: string]: any } {
|
|
1154
|
+
return {
|
|
1155
|
+
appliedTemplateVersion: 'string',
|
|
1156
|
+
latestTemplateVersion: 'string',
|
|
1157
|
+
schemaVersion: 'string',
|
|
1158
|
+
templateInputSchema: 'string',
|
|
1159
|
+
updateAvailable: 'boolean',
|
|
1160
|
+
};
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
validate() {
|
|
1164
|
+
super.validate();
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
constructor(map?: { [key: string]: any }) {
|
|
1168
|
+
super(map);
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
export class InstallMcpMarketItemResponseBodyData extends $dara.Model {
|
|
1173
|
+
/**
|
|
1174
|
+
* @remarks
|
|
1175
|
+
* The list of remote MCP service addresses.
|
|
1176
|
+
*/
|
|
1177
|
+
addresses?: string[];
|
|
1178
|
+
/**
|
|
1179
|
+
* @remarks
|
|
1180
|
+
* The custom tags. Multiple tags are supported.
|
|
1181
|
+
*/
|
|
1182
|
+
customTags?: string[];
|
|
1183
|
+
/**
|
|
1184
|
+
* @remarks
|
|
1185
|
+
* The deployment configuration for code-deployed MCP.
|
|
1186
|
+
*/
|
|
1187
|
+
deploymentConfig?: InstallMcpMarketItemResponseBodyDataDeploymentConfig;
|
|
1188
|
+
/**
|
|
1189
|
+
* @remarks
|
|
1190
|
+
* The MCP service description.
|
|
1191
|
+
*
|
|
1192
|
+
* @example
|
|
1193
|
+
* An MCP service for querying the knowledge base
|
|
1194
|
+
*/
|
|
1195
|
+
description?: string;
|
|
1196
|
+
/**
|
|
1197
|
+
* @remarks
|
|
1198
|
+
* The MCP server endpoint.
|
|
1199
|
+
*
|
|
1200
|
+
* @example
|
|
1201
|
+
* https://example.com/mcp
|
|
1202
|
+
*/
|
|
1203
|
+
endpoint?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* @remarks
|
|
1206
|
+
* The Function Compute function name that corresponds to the code-deployed MCP server.
|
|
1207
|
+
*
|
|
1208
|
+
* @example
|
|
1209
|
+
* agentcore-mcp-example
|
|
1210
|
+
*/
|
|
1211
|
+
functionName?: string;
|
|
1212
|
+
/**
|
|
1213
|
+
* @remarks
|
|
1214
|
+
* The marketplace template from which the MCP service originates.
|
|
1215
|
+
*/
|
|
1216
|
+
marketSource?: InstallMcpMarketItemResponseBodyDataMarketSource;
|
|
1217
|
+
/**
|
|
1218
|
+
* @remarks
|
|
1219
|
+
* The MCP server ID.
|
|
1220
|
+
*
|
|
1221
|
+
* @example
|
|
1222
|
+
* mcp-server-id
|
|
1223
|
+
*/
|
|
1224
|
+
mcpServerId?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* @remarks
|
|
1227
|
+
* The MCP service name.
|
|
1228
|
+
*
|
|
1229
|
+
* @example
|
|
1230
|
+
* my-mcp-server
|
|
1231
|
+
*/
|
|
1232
|
+
name?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* @remarks
|
|
1235
|
+
* The official usage tag, managed by the server.
|
|
1236
|
+
*
|
|
1237
|
+
* @example
|
|
1238
|
+
* KNOWLEDGE_BASE
|
|
1239
|
+
*/
|
|
1240
|
+
officialTag?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* @remarks
|
|
1243
|
+
* The MCP protocol.
|
|
1244
|
+
*
|
|
1245
|
+
* @example
|
|
1246
|
+
* StreamableHTTP
|
|
1247
|
+
*/
|
|
1248
|
+
protocol?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* @remarks
|
|
1251
|
+
* The MCP service status.
|
|
1252
|
+
*
|
|
1253
|
+
* @example
|
|
1254
|
+
* READY
|
|
1255
|
+
*/
|
|
1256
|
+
status?: string;
|
|
1257
|
+
/**
|
|
1258
|
+
* @remarks
|
|
1259
|
+
* The reason why the MCP service is in the current status.
|
|
1260
|
+
*
|
|
1261
|
+
* @example
|
|
1262
|
+
* Code package deployment failed
|
|
1263
|
+
*/
|
|
1264
|
+
statusReason?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* @remarks
|
|
1267
|
+
* The template version and input schema bound to the MCP service.
|
|
1268
|
+
*/
|
|
1269
|
+
template?: InstallMcpMarketItemResponseBodyDataTemplate;
|
|
1270
|
+
/**
|
|
1271
|
+
* @remarks
|
|
1272
|
+
* The MCP type. Valid values:
|
|
1273
|
+
* - DIRECT_PROXY: direct proxy.
|
|
1274
|
+
* - HTTP_TO_MCP: HTTP-to-MCP conversion.
|
|
1275
|
+
* - CODE_PACKAGE: code deployment.
|
|
1276
|
+
*
|
|
1277
|
+
* @example
|
|
1278
|
+
* CODE_PACKAGE
|
|
1279
|
+
*/
|
|
1280
|
+
type?: string;
|
|
1281
|
+
/**
|
|
1282
|
+
* @remarks
|
|
1283
|
+
* Indicates whether the MCP service is still bound by the usage constraints of the official template.
|
|
1284
|
+
*/
|
|
1285
|
+
usageActive?: boolean;
|
|
1286
|
+
static names(): { [key: string]: string } {
|
|
1287
|
+
return {
|
|
1288
|
+
addresses: 'addresses',
|
|
1289
|
+
customTags: 'customTags',
|
|
1290
|
+
deploymentConfig: 'deploymentConfig',
|
|
1291
|
+
description: 'description',
|
|
1292
|
+
endpoint: 'endpoint',
|
|
1293
|
+
functionName: 'functionName',
|
|
1294
|
+
marketSource: 'marketSource',
|
|
1295
|
+
mcpServerId: 'mcpServerId',
|
|
1296
|
+
name: 'name',
|
|
1297
|
+
officialTag: 'officialTag',
|
|
1298
|
+
protocol: 'protocol',
|
|
1299
|
+
status: 'status',
|
|
1300
|
+
statusReason: 'statusReason',
|
|
1301
|
+
template: 'template',
|
|
1302
|
+
type: 'type',
|
|
1303
|
+
usageActive: 'usageActive',
|
|
1304
|
+
};
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
static types(): { [key: string]: any } {
|
|
1308
|
+
return {
|
|
1309
|
+
addresses: { 'type': 'array', 'itemType': 'string' },
|
|
1310
|
+
customTags: { 'type': 'array', 'itemType': 'string' },
|
|
1311
|
+
deploymentConfig: InstallMcpMarketItemResponseBodyDataDeploymentConfig,
|
|
1312
|
+
description: 'string',
|
|
1313
|
+
endpoint: 'string',
|
|
1314
|
+
functionName: 'string',
|
|
1315
|
+
marketSource: InstallMcpMarketItemResponseBodyDataMarketSource,
|
|
1316
|
+
mcpServerId: 'string',
|
|
1317
|
+
name: 'string',
|
|
1318
|
+
officialTag: 'string',
|
|
1319
|
+
protocol: 'string',
|
|
1320
|
+
status: 'string',
|
|
1321
|
+
statusReason: 'string',
|
|
1322
|
+
template: InstallMcpMarketItemResponseBodyDataTemplate,
|
|
1323
|
+
type: 'string',
|
|
1324
|
+
usageActive: 'boolean',
|
|
1325
|
+
};
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
validate() {
|
|
1329
|
+
if(Array.isArray(this.addresses)) {
|
|
1330
|
+
$dara.Model.validateArray(this.addresses);
|
|
1331
|
+
}
|
|
1332
|
+
if(Array.isArray(this.customTags)) {
|
|
1333
|
+
$dara.Model.validateArray(this.customTags);
|
|
1334
|
+
}
|
|
1335
|
+
if(this.deploymentConfig && typeof (this.deploymentConfig as any).validate === 'function') {
|
|
1336
|
+
(this.deploymentConfig as any).validate();
|
|
1337
|
+
}
|
|
1338
|
+
if(this.marketSource && typeof (this.marketSource as any).validate === 'function') {
|
|
1339
|
+
(this.marketSource as any).validate();
|
|
1340
|
+
}
|
|
1341
|
+
if(this.template && typeof (this.template as any).validate === 'function') {
|
|
1342
|
+
(this.template as any).validate();
|
|
1343
|
+
}
|
|
1344
|
+
super.validate();
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
constructor(map?: { [key: string]: any }) {
|
|
1348
|
+
super(map);
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
export class InstallMcpMarketItemResponseBody extends $dara.Model {
|
|
1353
|
+
/**
|
|
1354
|
+
* @remarks
|
|
1355
|
+
* The business status code.
|
|
1356
|
+
*
|
|
1357
|
+
* @example
|
|
1358
|
+
* SUCCESS
|
|
1359
|
+
*/
|
|
1360
|
+
code?: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* @remarks
|
|
1363
|
+
* The response data.
|
|
1364
|
+
*/
|
|
1365
|
+
data?: InstallMcpMarketItemResponseBodyData;
|
|
1366
|
+
/**
|
|
1367
|
+
* @remarks
|
|
1368
|
+
* The HTTP status code.
|
|
1369
|
+
*
|
|
1370
|
+
* @example
|
|
1371
|
+
* 200
|
|
1372
|
+
*/
|
|
1373
|
+
httpStatusCode?: number;
|
|
1374
|
+
/**
|
|
1375
|
+
* @remarks
|
|
1376
|
+
* The response message.
|
|
1377
|
+
*
|
|
1378
|
+
* @example
|
|
1379
|
+
* success
|
|
1380
|
+
*/
|
|
1381
|
+
message?: string;
|
|
1382
|
+
/**
|
|
1383
|
+
* @remarks
|
|
1384
|
+
* The request ID, which is used to locate and troubleshoot requests.
|
|
1385
|
+
*
|
|
1386
|
+
* @example
|
|
1387
|
+
* request-123456
|
|
1388
|
+
*/
|
|
1389
|
+
requestId?: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* @remarks
|
|
1392
|
+
* Indicates whether the request was successful.
|
|
1393
|
+
*/
|
|
1394
|
+
success?: boolean;
|
|
1395
|
+
static names(): { [key: string]: string } {
|
|
1396
|
+
return {
|
|
1397
|
+
code: 'code',
|
|
1398
|
+
data: 'data',
|
|
1399
|
+
httpStatusCode: 'httpStatusCode',
|
|
1400
|
+
message: 'message',
|
|
1401
|
+
requestId: 'requestId',
|
|
1402
|
+
success: 'success',
|
|
1403
|
+
};
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
static types(): { [key: string]: any } {
|
|
1407
|
+
return {
|
|
1408
|
+
code: 'string',
|
|
1409
|
+
data: InstallMcpMarketItemResponseBodyData,
|
|
1410
|
+
httpStatusCode: 'number',
|
|
1411
|
+
message: 'string',
|
|
1412
|
+
requestId: 'string',
|
|
1413
|
+
success: 'boolean',
|
|
1414
|
+
};
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
validate() {
|
|
1418
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
1419
|
+
(this.data as any).validate();
|
|
1420
|
+
}
|
|
1421
|
+
super.validate();
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
constructor(map?: { [key: string]: any }) {
|
|
1425
|
+
super(map);
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
|