@meetkai/mka1 0.51.3 → 0.51.5
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/README.md +227 -239
- package/bin/mcp-server.js +65 -707
- package/bin/mcp-server.js.map +20 -35
- package/dist/commonjs/funcs/servingDeploymentsCreate.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsCreate.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsDelete.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsDelete.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsGet.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsGet.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsList.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsList.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsListRevisions.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsListRevisions.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdate.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdateScaling.js +1 -3
- package/dist/commonjs/funcs/servingDeploymentsUpdateScaling.js.map +1 -1
- package/dist/commonjs/funcs/servingModelsDelete.js +1 -1
- package/dist/commonjs/funcs/servingModelsDelete.js.map +1 -1
- package/dist/commonjs/funcs/servingSecretsDelete.js +1 -1
- package/dist/commonjs/funcs/servingSecretsDelete.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -7
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/models/components/deploymentcreate.d.ts +5 -26
- package/dist/commonjs/models/components/deploymentcreate.d.ts.map +1 -1
- package/dist/commonjs/models/components/deploymentcreate.js +3 -16
- package/dist/commonjs/models/components/deploymentcreate.js.map +1 -1
- package/dist/commonjs/models/components/deploymentupdate.d.ts +0 -7
- package/dist/commonjs/models/components/deploymentupdate.d.ts.map +1 -1
- package/dist/commonjs/models/components/deploymentupdate.js +0 -9
- package/dist/commonjs/models/components/deploymentupdate.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +0 -6
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +0 -6
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +0 -3
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +0 -3
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/updatescaling.d.ts +2 -2
- package/dist/commonjs/models/operations/updatescaling.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatescaling.js +4 -4
- package/dist/commonjs/models/operations/updatescaling.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +0 -3
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +0 -3
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/serving.d.ts +0 -3
- package/dist/commonjs/sdk/serving.d.ts.map +1 -1
- package/dist/commonjs/sdk/serving.js +0 -4
- package/dist/commonjs/sdk/serving.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsCreate.js +1 -1
- package/dist/esm/funcs/servingDeploymentsCreate.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsDelete.js +1 -1
- package/dist/esm/funcs/servingDeploymentsDelete.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsGet.js +1 -1
- package/dist/esm/funcs/servingDeploymentsGet.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsList.js +1 -1
- package/dist/esm/funcs/servingDeploymentsList.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsListRevisions.js +1 -1
- package/dist/esm/funcs/servingDeploymentsListRevisions.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdate.js +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdate.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdateScaling.js +1 -3
- package/dist/esm/funcs/servingDeploymentsUpdateScaling.js.map +1 -1
- package/dist/esm/funcs/servingModelsDelete.js +1 -1
- package/dist/esm/funcs/servingModelsDelete.js.map +1 -1
- package/dist/esm/funcs/servingSecretsDelete.js +1 -1
- package/dist/esm/funcs/servingSecretsDelete.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +1 -7
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/models/components/deploymentcreate.d.ts +5 -26
- package/dist/esm/models/components/deploymentcreate.d.ts.map +1 -1
- package/dist/esm/models/components/deploymentcreate.js +3 -16
- package/dist/esm/models/components/deploymentcreate.js.map +1 -1
- package/dist/esm/models/components/deploymentupdate.d.ts +0 -7
- package/dist/esm/models/components/deploymentupdate.d.ts.map +1 -1
- package/dist/esm/models/components/deploymentupdate.js +0 -9
- package/dist/esm/models/components/deploymentupdate.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +0 -6
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +0 -6
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +0 -3
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +0 -3
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/updatescaling.d.ts +2 -2
- package/dist/esm/models/operations/updatescaling.d.ts.map +1 -1
- package/dist/esm/models/operations/updatescaling.js +4 -4
- package/dist/esm/models/operations/updatescaling.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +0 -3
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +0 -3
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/serving.d.ts +0 -3
- package/dist/esm/sdk/serving.d.ts.map +1 -1
- package/dist/esm/sdk/serving.js +0 -4
- package/dist/esm/sdk/serving.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/servingDeploymentsCreate.ts +2 -3
- package/src/funcs/servingDeploymentsDelete.ts +2 -3
- package/src/funcs/servingDeploymentsGet.ts +2 -3
- package/src/funcs/servingDeploymentsList.ts +2 -3
- package/src/funcs/servingDeploymentsListRevisions.ts +2 -3
- package/src/funcs/servingDeploymentsUpdate.ts +2 -3
- package/src/funcs/servingDeploymentsUpdateScaling.ts +1 -3
- package/src/funcs/servingModelsDelete.ts +1 -1
- package/src/funcs/servingSecretsDelete.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -7
- package/src/models/components/deploymentcreate.ts +12 -49
- package/src/models/components/deploymentupdate.ts +0 -19
- package/src/models/components/index.ts +0 -6
- package/src/models/operations/index.ts +0 -3
- package/src/models/operations/updatescaling.ts +6 -6
- package/src/react-query/index.ts +0 -3
- package/src/sdk/serving.ts +0 -6
- package/dist/commonjs/funcs/servingTenantsGet.d.ts +0 -19
- package/dist/commonjs/funcs/servingTenantsGet.d.ts.map +0 -1
- package/dist/commonjs/funcs/servingTenantsGet.js +0 -136
- package/dist/commonjs/funcs/servingTenantsGet.js.map +0 -1
- package/dist/commonjs/funcs/servingTenantsList.d.ts +0 -19
- package/dist/commonjs/funcs/servingTenantsList.d.ts.map +0 -1
- package/dist/commonjs/funcs/servingTenantsList.js +0 -135
- package/dist/commonjs/funcs/servingTenantsList.js.map +0 -1
- package/dist/commonjs/funcs/servingTenantsSet.d.ts +0 -19
- package/dist/commonjs/funcs/servingTenantsSet.d.ts.map +0 -1
- package/dist/commonjs/funcs/servingTenantsSet.js +0 -137
- package/dist/commonjs/funcs/servingTenantsSet.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.js +0 -64
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsList.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/servingTenantsList.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsList.js +0 -64
- package/dist/commonjs/mcp-server/tools/servingTenantsList.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.js +0 -64
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.js.map +0 -1
- package/dist/commonjs/models/components/deploymentapiformat.d.ts +0 -22
- package/dist/commonjs/models/components/deploymentapiformat.d.ts.map +0 -1
- package/dist/commonjs/models/components/deploymentapiformat.js +0 -56
- package/dist/commonjs/models/components/deploymentapiformat.js.map +0 -1
- package/dist/commonjs/models/components/deploymentscalingcreate.d.ts +0 -31
- package/dist/commonjs/models/components/deploymentscalingcreate.d.ts.map +0 -1
- package/dist/commonjs/models/components/deploymentscalingcreate.js +0 -83
- package/dist/commonjs/models/components/deploymentscalingcreate.js.map +0 -1
- package/dist/commonjs/models/components/deploymentscalingupdate.d.ts +0 -28
- package/dist/commonjs/models/components/deploymentscalingupdate.d.ts.map +0 -1
- package/dist/commonjs/models/components/deploymentscalingupdate.js +0 -83
- package/dist/commonjs/models/components/deploymentscalingupdate.js.map +0 -1
- package/dist/commonjs/models/components/pageservingtenant.d.ts +0 -22
- package/dist/commonjs/models/components/pageservingtenant.d.ts.map +0 -1
- package/dist/commonjs/models/components/pageservingtenant.js +0 -72
- package/dist/commonjs/models/components/pageservingtenant.js.map +0 -1
- package/dist/commonjs/models/components/servingtenant.d.ts +0 -28
- package/dist/commonjs/models/components/servingtenant.d.ts.map +0 -1
- package/dist/commonjs/models/components/servingtenant.js +0 -81
- package/dist/commonjs/models/components/servingtenant.js.map +0 -1
- package/dist/commonjs/models/components/servingtenantset.d.ts +0 -20
- package/dist/commonjs/models/components/servingtenantset.d.ts.map +0 -1
- package/dist/commonjs/models/components/servingtenantset.js +0 -58
- package/dist/commonjs/models/components/servingtenantset.js.map +0 -1
- package/dist/commonjs/models/operations/getservingtenant.d.ts +0 -22
- package/dist/commonjs/models/operations/getservingtenant.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getservingtenant.js +0 -71
- package/dist/commonjs/models/operations/getservingtenant.js.map +0 -1
- package/dist/commonjs/models/operations/listservingtenants.d.ts +0 -24
- package/dist/commonjs/models/operations/listservingtenants.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listservingtenants.js +0 -71
- package/dist/commonjs/models/operations/listservingtenants.js.map +0 -1
- package/dist/commonjs/models/operations/setservingtenant.d.ts +0 -25
- package/dist/commonjs/models/operations/setservingtenant.d.ts.map +0 -1
- package/dist/commonjs/models/operations/setservingtenant.js +0 -76
- package/dist/commonjs/models/operations/setservingtenant.js.map +0 -1
- package/dist/commonjs/react-query/servingTenantsGet.core.d.ts +0 -15
- package/dist/commonjs/react-query/servingTenantsGet.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/servingTenantsGet.core.js +0 -36
- package/dist/commonjs/react-query/servingTenantsGet.core.js.map +0 -1
- package/dist/commonjs/react-query/servingTenantsGet.d.ts +0 -39
- package/dist/commonjs/react-query/servingTenantsGet.d.ts.map +0 -1
- package/dist/commonjs/react-query/servingTenantsGet.js +0 -60
- package/dist/commonjs/react-query/servingTenantsGet.js.map +0 -1
- package/dist/commonjs/react-query/servingTenantsList.core.d.ts +0 -17
- package/dist/commonjs/react-query/servingTenantsList.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/servingTenantsList.core.js +0 -38
- package/dist/commonjs/react-query/servingTenantsList.core.js.map +0 -1
- package/dist/commonjs/react-query/servingTenantsList.d.ts +0 -41
- package/dist/commonjs/react-query/servingTenantsList.d.ts.map +0 -1
- package/dist/commonjs/react-query/servingTenantsList.js +0 -60
- package/dist/commonjs/react-query/servingTenantsList.js.map +0 -1
- package/dist/commonjs/react-query/servingTenantsSet.d.ts +0 -30
- package/dist/commonjs/react-query/servingTenantsSet.d.ts.map +0 -1
- package/dist/commonjs/react-query/servingTenantsSet.js +0 -47
- package/dist/commonjs/react-query/servingTenantsSet.js.map +0 -1
- package/dist/commonjs/sdk/tenants.d.ts +0 -27
- package/dist/commonjs/sdk/tenants.d.ts.map +0 -1
- package/dist/commonjs/sdk/tenants.js +0 -42
- package/dist/commonjs/sdk/tenants.js.map +0 -1
- package/dist/esm/funcs/servingTenantsGet.d.ts +0 -19
- package/dist/esm/funcs/servingTenantsGet.d.ts.map +0 -1
- package/dist/esm/funcs/servingTenantsGet.js +0 -100
- package/dist/esm/funcs/servingTenantsGet.js.map +0 -1
- package/dist/esm/funcs/servingTenantsList.d.ts +0 -19
- package/dist/esm/funcs/servingTenantsList.d.ts.map +0 -1
- package/dist/esm/funcs/servingTenantsList.js +0 -99
- package/dist/esm/funcs/servingTenantsList.js.map +0 -1
- package/dist/esm/funcs/servingTenantsSet.d.ts +0 -19
- package/dist/esm/funcs/servingTenantsSet.d.ts.map +0 -1
- package/dist/esm/funcs/servingTenantsSet.js +0 -101
- package/dist/esm/funcs/servingTenantsSet.js.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsGet.d.ts +0 -8
- package/dist/esm/mcp-server/tools/servingTenantsGet.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsGet.js +0 -28
- package/dist/esm/mcp-server/tools/servingTenantsGet.js.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsList.d.ts +0 -8
- package/dist/esm/mcp-server/tools/servingTenantsList.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsList.js +0 -28
- package/dist/esm/mcp-server/tools/servingTenantsList.js.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsSet.d.ts +0 -8
- package/dist/esm/mcp-server/tools/servingTenantsSet.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/servingTenantsSet.js +0 -28
- package/dist/esm/mcp-server/tools/servingTenantsSet.js.map +0 -1
- package/dist/esm/models/components/deploymentapiformat.d.ts +0 -22
- package/dist/esm/models/components/deploymentapiformat.d.ts.map +0 -1
- package/dist/esm/models/components/deploymentapiformat.js +0 -20
- package/dist/esm/models/components/deploymentapiformat.js.map +0 -1
- package/dist/esm/models/components/deploymentscalingcreate.d.ts +0 -31
- package/dist/esm/models/components/deploymentscalingcreate.d.ts.map +0 -1
- package/dist/esm/models/components/deploymentscalingcreate.js +0 -45
- package/dist/esm/models/components/deploymentscalingcreate.js.map +0 -1
- package/dist/esm/models/components/deploymentscalingupdate.d.ts +0 -28
- package/dist/esm/models/components/deploymentscalingupdate.d.ts.map +0 -1
- package/dist/esm/models/components/deploymentscalingupdate.js +0 -45
- package/dist/esm/models/components/deploymentscalingupdate.js.map +0 -1
- package/dist/esm/models/components/pageservingtenant.d.ts +0 -22
- package/dist/esm/models/components/pageservingtenant.d.ts.map +0 -1
- package/dist/esm/models/components/pageservingtenant.js +0 -34
- package/dist/esm/models/components/pageservingtenant.js.map +0 -1
- package/dist/esm/models/components/servingtenant.d.ts +0 -28
- package/dist/esm/models/components/servingtenant.d.ts.map +0 -1
- package/dist/esm/models/components/servingtenant.js +0 -43
- package/dist/esm/models/components/servingtenant.js.map +0 -1
- package/dist/esm/models/components/servingtenantset.d.ts +0 -20
- package/dist/esm/models/components/servingtenantset.d.ts.map +0 -1
- package/dist/esm/models/components/servingtenantset.js +0 -20
- package/dist/esm/models/components/servingtenantset.js.map +0 -1
- package/dist/esm/models/operations/getservingtenant.d.ts +0 -22
- package/dist/esm/models/operations/getservingtenant.d.ts.map +0 -1
- package/dist/esm/models/operations/getservingtenant.js +0 -33
- package/dist/esm/models/operations/getservingtenant.js.map +0 -1
- package/dist/esm/models/operations/listservingtenants.d.ts +0 -24
- package/dist/esm/models/operations/listservingtenants.d.ts.map +0 -1
- package/dist/esm/models/operations/listservingtenants.js +0 -33
- package/dist/esm/models/operations/listservingtenants.js.map +0 -1
- package/dist/esm/models/operations/setservingtenant.d.ts +0 -25
- package/dist/esm/models/operations/setservingtenant.d.ts.map +0 -1
- package/dist/esm/models/operations/setservingtenant.js +0 -38
- package/dist/esm/models/operations/setservingtenant.js.map +0 -1
- package/dist/esm/react-query/servingTenantsGet.core.d.ts +0 -15
- package/dist/esm/react-query/servingTenantsGet.core.d.ts.map +0 -1
- package/dist/esm/react-query/servingTenantsGet.core.js +0 -31
- package/dist/esm/react-query/servingTenantsGet.core.js.map +0 -1
- package/dist/esm/react-query/servingTenantsGet.d.ts +0 -39
- package/dist/esm/react-query/servingTenantsGet.d.ts.map +0 -1
- package/dist/esm/react-query/servingTenantsGet.js +0 -50
- package/dist/esm/react-query/servingTenantsGet.js.map +0 -1
- package/dist/esm/react-query/servingTenantsList.core.d.ts +0 -17
- package/dist/esm/react-query/servingTenantsList.core.d.ts.map +0 -1
- package/dist/esm/react-query/servingTenantsList.core.js +0 -33
- package/dist/esm/react-query/servingTenantsList.core.js.map +0 -1
- package/dist/esm/react-query/servingTenantsList.d.ts +0 -41
- package/dist/esm/react-query/servingTenantsList.d.ts.map +0 -1
- package/dist/esm/react-query/servingTenantsList.js +0 -50
- package/dist/esm/react-query/servingTenantsList.js.map +0 -1
- package/dist/esm/react-query/servingTenantsSet.d.ts +0 -30
- package/dist/esm/react-query/servingTenantsSet.d.ts.map +0 -1
- package/dist/esm/react-query/servingTenantsSet.js +0 -42
- package/dist/esm/react-query/servingTenantsSet.js.map +0 -1
- package/dist/esm/sdk/tenants.d.ts +0 -27
- package/dist/esm/sdk/tenants.d.ts.map +0 -1
- package/dist/esm/sdk/tenants.js +0 -38
- package/dist/esm/sdk/tenants.js.map +0 -1
- package/src/funcs/servingTenantsGet.ts +0 -196
- package/src/funcs/servingTenantsList.ts +0 -196
- package/src/funcs/servingTenantsSet.ts +0 -197
- package/src/mcp-server/tools/servingTenantsGet.ts +0 -37
- package/src/mcp-server/tools/servingTenantsList.ts +0 -37
- package/src/mcp-server/tools/servingTenantsSet.ts +0 -37
- package/src/models/components/deploymentapiformat.ts +0 -31
- package/src/models/components/deploymentscalingcreate.ts +0 -90
- package/src/models/components/deploymentscalingupdate.ts +0 -87
- package/src/models/components/pageservingtenant.ts +0 -74
- package/src/models/components/servingtenant.ts +0 -85
- package/src/models/components/servingtenantset.ts +0 -54
- package/src/models/operations/getservingtenant.ts +0 -69
- package/src/models/operations/listservingtenants.ts +0 -71
- package/src/models/operations/setservingtenant.ts +0 -76
- package/src/react-query/servingTenantsGet.core.ts +0 -76
- package/src/react-query/servingTenantsGet.ts +0 -141
- package/src/react-query/servingTenantsList.core.ts +0 -81
- package/src/react-query/servingTenantsList.ts +0 -148
- package/src/react-query/servingTenantsSet.ts +0 -112
- package/src/sdk/tenants.ts +0 -64
package/bin/mcp-server.js
CHANGED
|
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
|
|
|
52876
52876
|
SDK_METADATA = {
|
|
52877
52877
|
language: "typescript",
|
|
52878
52878
|
openapiDocVersion: "1.1.0",
|
|
52879
|
-
sdkVersion: "0.51.
|
|
52879
|
+
sdkVersion: "0.51.5",
|
|
52880
52880
|
genVersion: "2.918.4",
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.51.
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.51.5 2.918.4 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -63485,59 +63485,6 @@ var init_deployment = __esm(() => {
|
|
|
63485
63485
|
});
|
|
63486
63486
|
});
|
|
63487
63487
|
|
|
63488
|
-
// src/models/components/deploymentapiformat.ts
|
|
63489
|
-
var DeploymentAPIFormat, DeploymentAPIFormat$inboundSchema, DeploymentAPIFormat$outboundSchema;
|
|
63490
|
-
var init_deploymentapiformat = __esm(() => {
|
|
63491
|
-
init_esm();
|
|
63492
|
-
DeploymentAPIFormat = {
|
|
63493
|
-
Responses: "responses",
|
|
63494
|
-
Completions: "completions",
|
|
63495
|
-
Embeddings: "embeddings",
|
|
63496
|
-
Images: "images",
|
|
63497
|
-
Transcriptions: "transcriptions",
|
|
63498
|
-
Tts: "tts"
|
|
63499
|
-
};
|
|
63500
|
-
DeploymentAPIFormat$inboundSchema = nativeEnumType(DeploymentAPIFormat);
|
|
63501
|
-
DeploymentAPIFormat$outboundSchema = DeploymentAPIFormat$inboundSchema;
|
|
63502
|
-
});
|
|
63503
|
-
|
|
63504
|
-
// src/models/components/deploymentscalingcreate.ts
|
|
63505
|
-
var DeploymentScalingCreate$inboundSchema, DeploymentScalingCreate$outboundSchema;
|
|
63506
|
-
var init_deploymentscalingcreate = __esm(() => {
|
|
63507
|
-
init_esm();
|
|
63508
|
-
init_primitives();
|
|
63509
|
-
DeploymentScalingCreate$inboundSchema = objectType({
|
|
63510
|
-
buffer_containers: numberType().int().default(0),
|
|
63511
|
-
max_concurrent_inputs: numberType().int().default(100),
|
|
63512
|
-
max_containers: numberType().int().default(1),
|
|
63513
|
-
min_containers: numberType().int().default(1),
|
|
63514
|
-
scaledown_window_s: numberType().int().default(300)
|
|
63515
|
-
}).transform((v2) => {
|
|
63516
|
-
return remap(v2, {
|
|
63517
|
-
buffer_containers: "bufferContainers",
|
|
63518
|
-
max_concurrent_inputs: "maxConcurrentInputs",
|
|
63519
|
-
max_containers: "maxContainers",
|
|
63520
|
-
min_containers: "minContainers",
|
|
63521
|
-
scaledown_window_s: "scaledownWindowS"
|
|
63522
|
-
});
|
|
63523
|
-
});
|
|
63524
|
-
DeploymentScalingCreate$outboundSchema = objectType({
|
|
63525
|
-
bufferContainers: numberType().int().default(0),
|
|
63526
|
-
maxConcurrentInputs: numberType().int().default(100),
|
|
63527
|
-
maxContainers: numberType().int().default(1),
|
|
63528
|
-
minContainers: numberType().int().default(1),
|
|
63529
|
-
scaledownWindowS: numberType().int().default(300)
|
|
63530
|
-
}).transform((v2) => {
|
|
63531
|
-
return remap(v2, {
|
|
63532
|
-
bufferContainers: "buffer_containers",
|
|
63533
|
-
maxConcurrentInputs: "max_concurrent_inputs",
|
|
63534
|
-
maxContainers: "max_containers",
|
|
63535
|
-
minContainers: "min_containers",
|
|
63536
|
-
scaledownWindowS: "scaledown_window_s"
|
|
63537
|
-
});
|
|
63538
|
-
});
|
|
63539
|
-
});
|
|
63540
|
-
|
|
63541
63488
|
// src/models/components/deploystrategy.ts
|
|
63542
63489
|
var DeployStrategy, DeployStrategy$inboundSchema, DeployStrategy$outboundSchema;
|
|
63543
63490
|
var init_deploystrategy = __esm(() => {
|
|
@@ -63556,56 +63503,43 @@ var init_deploymentcreate = __esm(() => {
|
|
|
63556
63503
|
init_esm();
|
|
63557
63504
|
init_primitives();
|
|
63558
63505
|
init_acceleratorspec();
|
|
63559
|
-
init_deploymentapiformat();
|
|
63560
|
-
init_deploymentscalingcreate();
|
|
63561
63506
|
init_deploystrategy();
|
|
63562
63507
|
init_engine();
|
|
63508
|
+
init_scaling();
|
|
63563
63509
|
DeploymentCreate$inboundSchema = objectType({
|
|
63564
63510
|
accelerator: AcceleratorSpec$inboundSchema,
|
|
63565
|
-
api_format: DeploymentAPIFormat$inboundSchema.optional(),
|
|
63566
63511
|
endpoint_auth: booleanType().default(true),
|
|
63567
63512
|
engine: Engine$inboundSchema.optional(),
|
|
63568
63513
|
engine_args: arrayType(stringType()).optional(),
|
|
63569
63514
|
image: nullableType(stringType()).optional(),
|
|
63570
|
-
max_usd_hr: numberType(),
|
|
63571
63515
|
model: stringType(),
|
|
63572
63516
|
name: stringType(),
|
|
63573
|
-
|
|
63574
|
-
runtime: stringType().optional(),
|
|
63575
|
-
scaling: DeploymentScalingCreate$inboundSchema.optional(),
|
|
63517
|
+
scaling: Scaling$inboundSchema.optional(),
|
|
63576
63518
|
secrets: arrayType(stringType()).optional(),
|
|
63577
63519
|
strategy: DeployStrategy$inboundSchema.optional(),
|
|
63578
63520
|
volume: nullableType(stringType()).optional()
|
|
63579
63521
|
}).transform((v2) => {
|
|
63580
63522
|
return remap(v2, {
|
|
63581
|
-
api_format: "apiFormat",
|
|
63582
63523
|
endpoint_auth: "endpointAuth",
|
|
63583
|
-
engine_args: "engineArgs"
|
|
63584
|
-
max_usd_hr: "maxUsdHr"
|
|
63524
|
+
engine_args: "engineArgs"
|
|
63585
63525
|
});
|
|
63586
63526
|
});
|
|
63587
63527
|
DeploymentCreate$outboundSchema = objectType({
|
|
63588
63528
|
accelerator: AcceleratorSpec$outboundSchema,
|
|
63589
|
-
apiFormat: DeploymentAPIFormat$outboundSchema.optional(),
|
|
63590
63529
|
endpointAuth: booleanType().default(true),
|
|
63591
63530
|
engine: Engine$outboundSchema.optional(),
|
|
63592
63531
|
engineArgs: arrayType(stringType()).optional(),
|
|
63593
63532
|
image: nullableType(stringType()).optional(),
|
|
63594
|
-
maxUsdHr: numberType(),
|
|
63595
63533
|
model: stringType(),
|
|
63596
63534
|
name: stringType(),
|
|
63597
|
-
|
|
63598
|
-
runtime: stringType().optional(),
|
|
63599
|
-
scaling: DeploymentScalingCreate$outboundSchema.optional(),
|
|
63535
|
+
scaling: Scaling$outboundSchema.optional(),
|
|
63600
63536
|
secrets: arrayType(stringType()).optional(),
|
|
63601
63537
|
strategy: DeployStrategy$outboundSchema.optional(),
|
|
63602
63538
|
volume: nullableType(stringType()).optional()
|
|
63603
63539
|
}).transform((v2) => {
|
|
63604
63540
|
return remap(v2, {
|
|
63605
|
-
apiFormat: "api_format",
|
|
63606
63541
|
endpointAuth: "endpoint_auth",
|
|
63607
|
-
engineArgs: "engine_args"
|
|
63608
|
-
maxUsdHr: "max_usd_hr"
|
|
63542
|
+
engineArgs: "engine_args"
|
|
63609
63543
|
});
|
|
63610
63544
|
});
|
|
63611
63545
|
});
|
|
@@ -63625,77 +63559,31 @@ var init_deploymentrollbackrequest = __esm(() => {
|
|
|
63625
63559
|
});
|
|
63626
63560
|
});
|
|
63627
63561
|
|
|
63628
|
-
// src/models/components/deploymentscalingupdate.ts
|
|
63629
|
-
var DeploymentScalingUpdate$inboundSchema, DeploymentScalingUpdate$outboundSchema;
|
|
63630
|
-
var init_deploymentscalingupdate = __esm(() => {
|
|
63631
|
-
init_esm();
|
|
63632
|
-
init_primitives();
|
|
63633
|
-
DeploymentScalingUpdate$inboundSchema = objectType({
|
|
63634
|
-
buffer_containers: numberType().int().optional(),
|
|
63635
|
-
max_concurrent_inputs: numberType().int().optional(),
|
|
63636
|
-
max_containers: numberType().int().optional(),
|
|
63637
|
-
min_containers: numberType().int().optional(),
|
|
63638
|
-
scaledown_window_s: numberType().int().optional()
|
|
63639
|
-
}).transform((v2) => {
|
|
63640
|
-
return remap(v2, {
|
|
63641
|
-
buffer_containers: "bufferContainers",
|
|
63642
|
-
max_concurrent_inputs: "maxConcurrentInputs",
|
|
63643
|
-
max_containers: "maxContainers",
|
|
63644
|
-
min_containers: "minContainers",
|
|
63645
|
-
scaledown_window_s: "scaledownWindowS"
|
|
63646
|
-
});
|
|
63647
|
-
});
|
|
63648
|
-
DeploymentScalingUpdate$outboundSchema = objectType({
|
|
63649
|
-
bufferContainers: numberType().int().optional(),
|
|
63650
|
-
maxConcurrentInputs: numberType().int().optional(),
|
|
63651
|
-
maxContainers: numberType().int().optional(),
|
|
63652
|
-
minContainers: numberType().int().optional(),
|
|
63653
|
-
scaledownWindowS: numberType().int().optional()
|
|
63654
|
-
}).transform((v2) => {
|
|
63655
|
-
return remap(v2, {
|
|
63656
|
-
bufferContainers: "buffer_containers",
|
|
63657
|
-
maxConcurrentInputs: "max_concurrent_inputs",
|
|
63658
|
-
maxContainers: "max_containers",
|
|
63659
|
-
minContainers: "min_containers",
|
|
63660
|
-
scaledownWindowS: "scaledown_window_s"
|
|
63661
|
-
});
|
|
63662
|
-
});
|
|
63663
|
-
});
|
|
63664
|
-
|
|
63665
63562
|
// src/models/components/deploymentupdate.ts
|
|
63666
63563
|
var DeploymentUpdate$inboundSchema, DeploymentUpdate$outboundSchema;
|
|
63667
63564
|
var init_deploymentupdate = __esm(() => {
|
|
63668
63565
|
init_esm();
|
|
63669
63566
|
init_primitives();
|
|
63670
|
-
init_deploymentapiformat();
|
|
63671
63567
|
init_deploystrategy();
|
|
63672
63568
|
DeploymentUpdate$inboundSchema = objectType({
|
|
63673
|
-
api_format: nullableType(DeploymentAPIFormat$inboundSchema).optional(),
|
|
63674
63569
|
engine_args: nullableType(arrayType(stringType())).optional(),
|
|
63675
63570
|
image: nullableType(stringType()).optional(),
|
|
63676
63571
|
model: nullableType(stringType()).optional(),
|
|
63677
|
-
port: nullableType(numberType().int()).optional(),
|
|
63678
|
-
runtime: nullableType(stringType()).optional(),
|
|
63679
63572
|
secrets: nullableType(arrayType(stringType())).optional(),
|
|
63680
63573
|
strategy: DeployStrategy$inboundSchema.optional()
|
|
63681
63574
|
}).transform((v2) => {
|
|
63682
63575
|
return remap(v2, {
|
|
63683
|
-
api_format: "apiFormat",
|
|
63684
63576
|
engine_args: "engineArgs"
|
|
63685
63577
|
});
|
|
63686
63578
|
});
|
|
63687
63579
|
DeploymentUpdate$outboundSchema = objectType({
|
|
63688
|
-
apiFormat: nullableType(DeploymentAPIFormat$outboundSchema).optional(),
|
|
63689
63580
|
engineArgs: nullableType(arrayType(stringType())).optional(),
|
|
63690
63581
|
image: nullableType(stringType()).optional(),
|
|
63691
63582
|
model: nullableType(stringType()).optional(),
|
|
63692
|
-
port: nullableType(numberType().int()).optional(),
|
|
63693
|
-
runtime: nullableType(stringType()).optional(),
|
|
63694
63583
|
secrets: nullableType(arrayType(stringType())).optional(),
|
|
63695
63584
|
strategy: DeployStrategy$outboundSchema.optional()
|
|
63696
63585
|
}).transform((v2) => {
|
|
63697
63586
|
return remap(v2, {
|
|
63698
|
-
apiFormat: "api_format",
|
|
63699
63587
|
engineArgs: "engine_args"
|
|
63700
63588
|
});
|
|
63701
63589
|
});
|
|
@@ -70046,67 +69934,6 @@ var init_pagesecret = __esm(() => {
|
|
|
70046
69934
|
});
|
|
70047
69935
|
});
|
|
70048
69936
|
|
|
70049
|
-
// src/models/components/servingtenant.ts
|
|
70050
|
-
var ServingTenant$inboundSchema, ServingTenant$outboundSchema;
|
|
70051
|
-
var init_servingtenant = __esm(() => {
|
|
70052
|
-
init_esm();
|
|
70053
|
-
init_primitives();
|
|
70054
|
-
ServingTenant$inboundSchema = objectType({
|
|
70055
|
-
disabled_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
70056
|
-
enabled: booleanType(),
|
|
70057
|
-
enabled_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
70058
|
-
enabled_by: nullableType(stringType()),
|
|
70059
|
-
org_id: stringType()
|
|
70060
|
-
}).transform((v2) => {
|
|
70061
|
-
return remap(v2, {
|
|
70062
|
-
disabled_at: "disabledAt",
|
|
70063
|
-
enabled_at: "enabledAt",
|
|
70064
|
-
enabled_by: "enabledBy",
|
|
70065
|
-
org_id: "orgId"
|
|
70066
|
-
});
|
|
70067
|
-
});
|
|
70068
|
-
ServingTenant$outboundSchema = objectType({
|
|
70069
|
-
disabledAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
70070
|
-
enabled: booleanType(),
|
|
70071
|
-
enabledAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
70072
|
-
enabledBy: nullableType(stringType()),
|
|
70073
|
-
orgId: stringType()
|
|
70074
|
-
}).transform((v2) => {
|
|
70075
|
-
return remap(v2, {
|
|
70076
|
-
disabledAt: "disabled_at",
|
|
70077
|
-
enabledAt: "enabled_at",
|
|
70078
|
-
enabledBy: "enabled_by",
|
|
70079
|
-
orgId: "org_id"
|
|
70080
|
-
});
|
|
70081
|
-
});
|
|
70082
|
-
});
|
|
70083
|
-
|
|
70084
|
-
// src/models/components/pageservingtenant.ts
|
|
70085
|
-
var PageServingTenant$inboundSchema, PageServingTenant$outboundSchema;
|
|
70086
|
-
var init_pageservingtenant = __esm(() => {
|
|
70087
|
-
init_esm();
|
|
70088
|
-
init_primitives();
|
|
70089
|
-
init_servingtenant();
|
|
70090
|
-
PageServingTenant$inboundSchema = objectType({
|
|
70091
|
-
data: arrayType(ServingTenant$inboundSchema),
|
|
70092
|
-
next_cursor: nullableType(stringType()).optional(),
|
|
70093
|
-
total: numberType().int()
|
|
70094
|
-
}).transform((v2) => {
|
|
70095
|
-
return remap(v2, {
|
|
70096
|
-
next_cursor: "nextCursor"
|
|
70097
|
-
});
|
|
70098
|
-
});
|
|
70099
|
-
PageServingTenant$outboundSchema = objectType({
|
|
70100
|
-
data: arrayType(ServingTenant$outboundSchema),
|
|
70101
|
-
nextCursor: nullableType(stringType()).optional(),
|
|
70102
|
-
total: numberType().int()
|
|
70103
|
-
}).transform((v2) => {
|
|
70104
|
-
return remap(v2, {
|
|
70105
|
-
nextCursor: "next_cursor"
|
|
70106
|
-
});
|
|
70107
|
-
});
|
|
70108
|
-
});
|
|
70109
|
-
|
|
70110
69937
|
// src/models/components/volume.ts
|
|
70111
69938
|
var Volume$inboundSchema, Volume$outboundSchema;
|
|
70112
69939
|
var init_volume = __esm(() => {
|
|
@@ -74184,18 +74011,6 @@ var init_security2 = __esm(() => {
|
|
|
74184
74011
|
});
|
|
74185
74012
|
});
|
|
74186
74013
|
|
|
74187
|
-
// src/models/components/servingtenantset.ts
|
|
74188
|
-
var ServingTenantSet$inboundSchema, ServingTenantSet$outboundSchema;
|
|
74189
|
-
var init_servingtenantset = __esm(() => {
|
|
74190
|
-
init_esm();
|
|
74191
|
-
ServingTenantSet$inboundSchema = objectType({
|
|
74192
|
-
enabled: booleanType()
|
|
74193
|
-
});
|
|
74194
|
-
ServingTenantSet$outboundSchema = objectType({
|
|
74195
|
-
enabled: booleanType()
|
|
74196
|
-
});
|
|
74197
|
-
});
|
|
74198
|
-
|
|
74199
74014
|
// src/models/components/servingvalidationerror.ts
|
|
74200
74015
|
var Context$inboundSchema, Context$outboundSchema, ServingValidationErrorLoc$inboundSchema, ServingValidationErrorLoc$outboundSchema, ServingValidationError$inboundSchema, ServingValidationError$outboundSchema;
|
|
74201
74016
|
var init_servingvalidationerror = __esm(() => {
|
|
@@ -76732,12 +76547,9 @@ var init_components = __esm(() => {
|
|
|
76732
76547
|
init_deletepromptresponse();
|
|
76733
76548
|
init_deleteresponseobject();
|
|
76734
76549
|
init_deployment();
|
|
76735
|
-
init_deploymentapiformat();
|
|
76736
76550
|
init_deploymentcreate();
|
|
76737
76551
|
init_deploymentendpoint();
|
|
76738
76552
|
init_deploymentrollbackrequest();
|
|
76739
|
-
init_deploymentscalingcreate();
|
|
76740
|
-
init_deploymentscalingupdate();
|
|
76741
76553
|
init_deploymentupdate();
|
|
76742
76554
|
init_deploystrategy();
|
|
76743
76555
|
init_doubleclickaction();
|
|
@@ -76942,7 +76754,6 @@ var init_components = __esm(() => {
|
|
|
76942
76754
|
init_pagereplica();
|
|
76943
76755
|
init_pagerevision();
|
|
76944
76756
|
init_pagesecret();
|
|
76945
|
-
init_pageservingtenant();
|
|
76946
76757
|
init_pagevolume();
|
|
76947
76758
|
init_pendingsafetycheck();
|
|
76948
76759
|
init_preconfiguredskill();
|
|
@@ -77070,8 +76881,6 @@ var init_components = __esm(() => {
|
|
|
77070
76881
|
init_secret();
|
|
77071
76882
|
init_secretcreate();
|
|
77072
76883
|
init_security2();
|
|
77073
|
-
init_servingtenant();
|
|
77074
|
-
init_servingtenantset();
|
|
77075
76884
|
init_servingvalidationerror();
|
|
77076
76885
|
init_sessionkind();
|
|
77077
76886
|
init_sessionrecord();
|
|
@@ -90681,31 +90490,6 @@ var init_getservingmodel = __esm(() => {
|
|
|
90681
90490
|
});
|
|
90682
90491
|
});
|
|
90683
90492
|
|
|
90684
|
-
// src/models/operations/getservingtenant.ts
|
|
90685
|
-
var GetServingTenantRequest$inboundSchema, GetServingTenantRequest$outboundSchema;
|
|
90686
|
-
var init_getservingtenant = __esm(() => {
|
|
90687
|
-
init_esm();
|
|
90688
|
-
init_primitives();
|
|
90689
|
-
GetServingTenantRequest$inboundSchema = objectType({
|
|
90690
|
-
org_id: stringType(),
|
|
90691
|
-
"X-On-Behalf-Of": stringType().optional()
|
|
90692
|
-
}).transform((v2) => {
|
|
90693
|
-
return remap(v2, {
|
|
90694
|
-
org_id: "orgId",
|
|
90695
|
-
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
90696
|
-
});
|
|
90697
|
-
});
|
|
90698
|
-
GetServingTenantRequest$outboundSchema = objectType({
|
|
90699
|
-
orgId: stringType(),
|
|
90700
|
-
xOnBehalfOf: stringType().optional()
|
|
90701
|
-
}).transform((v2) => {
|
|
90702
|
-
return remap(v2, {
|
|
90703
|
-
orgId: "org_id",
|
|
90704
|
-
xOnBehalfOf: "X-On-Behalf-Of"
|
|
90705
|
-
});
|
|
90706
|
-
});
|
|
90707
|
-
});
|
|
90708
|
-
|
|
90709
90493
|
// src/models/operations/getsession.ts
|
|
90710
90494
|
var GetSessionRequest$inboundSchema, GetSessionRequest$outboundSchema;
|
|
90711
90495
|
var init_getsession = __esm(() => {
|
|
@@ -93995,31 +93779,6 @@ var init_listservingmodels = __esm(() => {
|
|
|
93995
93779
|
});
|
|
93996
93780
|
});
|
|
93997
93781
|
|
|
93998
|
-
// src/models/operations/listservingtenants.ts
|
|
93999
|
-
var ListServingTenantsRequest$inboundSchema, ListServingTenantsRequest$outboundSchema;
|
|
94000
|
-
var init_listservingtenants = __esm(() => {
|
|
94001
|
-
init_esm();
|
|
94002
|
-
init_primitives();
|
|
94003
|
-
ListServingTenantsRequest$inboundSchema = objectType({
|
|
94004
|
-
cursor: nullableType(stringType()).optional(),
|
|
94005
|
-
limit: numberType().int().default(50),
|
|
94006
|
-
"X-On-Behalf-Of": stringType().optional()
|
|
94007
|
-
}).transform((v2) => {
|
|
94008
|
-
return remap(v2, {
|
|
94009
|
-
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
94010
|
-
});
|
|
94011
|
-
});
|
|
94012
|
-
ListServingTenantsRequest$outboundSchema = objectType({
|
|
94013
|
-
cursor: nullableType(stringType()).optional(),
|
|
94014
|
-
limit: numberType().int().default(50),
|
|
94015
|
-
xOnBehalfOf: stringType().optional()
|
|
94016
|
-
}).transform((v2) => {
|
|
94017
|
-
return remap(v2, {
|
|
94018
|
-
xOnBehalfOf: "X-On-Behalf-Of"
|
|
94019
|
-
});
|
|
94020
|
-
});
|
|
94021
|
-
});
|
|
94022
|
-
|
|
94023
93782
|
// src/models/operations/listsessions.ts
|
|
94024
93783
|
var ListSessionsRequest$inboundSchema, ListSessionsRequest$outboundSchema;
|
|
94025
93784
|
var init_listsessions = __esm(() => {
|
|
@@ -96095,36 +95854,6 @@ var init_setorgprice = __esm(() => {
|
|
|
96095
95854
|
});
|
|
96096
95855
|
});
|
|
96097
95856
|
|
|
96098
|
-
// src/models/operations/setservingtenant.ts
|
|
96099
|
-
var SetServingTenantRequest$inboundSchema, SetServingTenantRequest$outboundSchema;
|
|
96100
|
-
var init_setservingtenant = __esm(() => {
|
|
96101
|
-
init_esm();
|
|
96102
|
-
init_primitives();
|
|
96103
|
-
init_components();
|
|
96104
|
-
SetServingTenantRequest$inboundSchema = objectType({
|
|
96105
|
-
org_id: stringType(),
|
|
96106
|
-
"X-On-Behalf-Of": stringType().optional(),
|
|
96107
|
-
ServingTenantSet: ServingTenantSet$inboundSchema
|
|
96108
|
-
}).transform((v2) => {
|
|
96109
|
-
return remap(v2, {
|
|
96110
|
-
org_id: "orgId",
|
|
96111
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
96112
|
-
ServingTenantSet: "servingTenantSet"
|
|
96113
|
-
});
|
|
96114
|
-
});
|
|
96115
|
-
SetServingTenantRequest$outboundSchema = objectType({
|
|
96116
|
-
orgId: stringType(),
|
|
96117
|
-
xOnBehalfOf: stringType().optional(),
|
|
96118
|
-
servingTenantSet: ServingTenantSet$outboundSchema
|
|
96119
|
-
}).transform((v2) => {
|
|
96120
|
-
return remap(v2, {
|
|
96121
|
-
orgId: "org_id",
|
|
96122
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
96123
|
-
servingTenantSet: "ServingTenantSet"
|
|
96124
|
-
});
|
|
96125
|
-
});
|
|
96126
|
-
});
|
|
96127
|
-
|
|
96128
95857
|
// src/models/operations/setupwhatsappappwebhook.ts
|
|
96129
95858
|
var SetupWhatsAppAppWebhookRequest$inboundSchema, SetupWhatsAppAppWebhookRequest$outboundSchema, SetupWhatsAppAppWebhookResponse$inboundSchema, SetupWhatsAppAppWebhookResponse$outboundSchema;
|
|
96130
95859
|
var init_setupwhatsappappwebhook = __esm(() => {
|
|
@@ -97605,23 +97334,23 @@ var init_updatescaling = __esm(() => {
|
|
|
97605
97334
|
UpdateScalingRequest$inboundSchema = objectType({
|
|
97606
97335
|
deployment_id: stringType(),
|
|
97607
97336
|
"X-On-Behalf-Of": stringType().optional(),
|
|
97608
|
-
|
|
97337
|
+
Scaling: Scaling$inboundSchema
|
|
97609
97338
|
}).transform((v2) => {
|
|
97610
97339
|
return remap(v2, {
|
|
97611
97340
|
deployment_id: "deploymentId",
|
|
97612
97341
|
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
97613
|
-
|
|
97342
|
+
Scaling: "scaling"
|
|
97614
97343
|
});
|
|
97615
97344
|
});
|
|
97616
97345
|
UpdateScalingRequest$outboundSchema = objectType({
|
|
97617
97346
|
deploymentId: stringType(),
|
|
97618
97347
|
xOnBehalfOf: stringType().optional(),
|
|
97619
|
-
|
|
97348
|
+
scaling: Scaling$outboundSchema
|
|
97620
97349
|
}).transform((v2) => {
|
|
97621
97350
|
return remap(v2, {
|
|
97622
97351
|
deploymentId: "deployment_id",
|
|
97623
97352
|
xOnBehalfOf: "X-On-Behalf-Of",
|
|
97624
|
-
|
|
97353
|
+
scaling: "Scaling"
|
|
97625
97354
|
});
|
|
97626
97355
|
});
|
|
97627
97356
|
});
|
|
@@ -98279,7 +98008,6 @@ var init_operations = __esm(() => {
|
|
|
98279
98008
|
init_getsandboxusage();
|
|
98280
98009
|
init_getserviceaccount2();
|
|
98281
98010
|
init_getservingmodel();
|
|
98282
|
-
init_getservingtenant();
|
|
98283
98011
|
init_getsession();
|
|
98284
98012
|
init_getsessionurl();
|
|
98285
98013
|
init_getskill();
|
|
@@ -98351,7 +98079,6 @@ var init_operations = __esm(() => {
|
|
|
98351
98079
|
init_listserviceaccountapikeys2();
|
|
98352
98080
|
init_listserviceaccounts2();
|
|
98353
98081
|
init_listservingmodels();
|
|
98354
|
-
init_listservingtenants();
|
|
98355
98082
|
init_listsessions();
|
|
98356
98083
|
init_listskills();
|
|
98357
98084
|
init_listskillversions();
|
|
@@ -98395,7 +98122,6 @@ var init_operations = __esm(() => {
|
|
|
98395
98122
|
init_setcurrency();
|
|
98396
98123
|
init_setorgbudget();
|
|
98397
98124
|
init_setorgprice();
|
|
98398
|
-
init_setservingtenant();
|
|
98399
98125
|
init_setupwhatsappappwebhook();
|
|
98400
98126
|
init_startexportfeedback();
|
|
98401
98127
|
init_streamagentrunevents();
|
|
@@ -132221,7 +131947,7 @@ async function $do287(client, request, options) {
|
|
|
132221
131947
|
const responseFields = {
|
|
132222
131948
|
HttpMeta: { Response: response, Request: req }
|
|
132223
131949
|
};
|
|
132224
|
-
const [result] = await match(json(201, Deployment$inboundSchema), jsonErr(
|
|
131950
|
+
const [result] = await match(json(201, Deployment$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132225
131951
|
if (!result.ok) {
|
|
132226
131952
|
return [result, { status: "complete", request: req, response }];
|
|
132227
131953
|
}
|
|
@@ -132341,7 +132067,7 @@ async function $do288(client, request, options) {
|
|
|
132341
132067
|
const responseFields = {
|
|
132342
132068
|
HttpMeta: { Response: response, Request: req }
|
|
132343
132069
|
};
|
|
132344
|
-
const [result] = await match(nil(204, voidType()), jsonErr([
|
|
132070
|
+
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132345
132071
|
if (!result.ok) {
|
|
132346
132072
|
return [result, { status: "complete", request: req, response }];
|
|
132347
132073
|
}
|
|
@@ -132579,7 +132305,7 @@ async function $do290(client, request, options) {
|
|
|
132579
132305
|
const responseFields = {
|
|
132580
132306
|
HttpMeta: { Response: response, Request: req }
|
|
132581
132307
|
};
|
|
132582
|
-
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([
|
|
132308
|
+
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132583
132309
|
if (!result.ok) {
|
|
132584
132310
|
return [result, { status: "complete", request: req, response }];
|
|
132585
132311
|
}
|
|
@@ -132943,7 +132669,7 @@ async function $do293(client, request, options) {
|
|
|
132943
132669
|
const responseFields = {
|
|
132944
132670
|
HttpMeta: { Response: response, Request: req }
|
|
132945
132671
|
};
|
|
132946
|
-
const [result] = await match(json(200, PageDeployment$inboundSchema), jsonErr(
|
|
132672
|
+
const [result] = await match(json(200, PageDeployment$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132947
132673
|
if (!result.ok) {
|
|
132948
132674
|
return [result, { status: "complete", request: req, response }];
|
|
132949
132675
|
}
|
|
@@ -133183,7 +132909,7 @@ async function $do295(client, request, options) {
|
|
|
133183
132909
|
const responseFields = {
|
|
133184
132910
|
HttpMeta: { Response: response, Request: req }
|
|
133185
132911
|
};
|
|
133186
|
-
const [result] = await match(json(200, PageRevision$inboundSchema), jsonErr([
|
|
132912
|
+
const [result] = await match(json(200, PageRevision$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
133187
132913
|
if (!result.ok) {
|
|
133188
132914
|
return [result, { status: "complete", request: req, response }];
|
|
133189
132915
|
}
|
|
@@ -133547,7 +133273,7 @@ async function $do298(client, request, options) {
|
|
|
133547
133273
|
const responseFields = {
|
|
133548
133274
|
HttpMeta: { Response: response, Request: req }
|
|
133549
133275
|
};
|
|
133550
|
-
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([
|
|
133276
|
+
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
133551
133277
|
if (!result.ok) {
|
|
133552
133278
|
return [result, { status: "complete", request: req, response }];
|
|
133553
133279
|
}
|
|
@@ -133606,9 +133332,7 @@ async function $do299(client, request, options) {
|
|
|
133606
133332
|
return [parsed, { status: "invalid" }];
|
|
133607
133333
|
}
|
|
133608
133334
|
const payload = parsed.value;
|
|
133609
|
-
const body = encodeJSON("body", payload.
|
|
133610
|
-
explode: true
|
|
133611
|
-
});
|
|
133335
|
+
const body = encodeJSON("body", payload.Scaling, { explode: true });
|
|
133612
133336
|
const pathParams = {
|
|
133613
133337
|
deployment_id: encodeSimple("deployment_id", payload.deployment_id, {
|
|
133614
133338
|
explode: false,
|
|
@@ -135107,7 +134831,7 @@ async function $do311(client, request, options) {
|
|
|
135107
134831
|
const responseFields = {
|
|
135108
134832
|
HttpMeta: { Response: response, Request: req }
|
|
135109
134833
|
};
|
|
135110
|
-
const [result] = await match(nil(204, voidType()), jsonErr([403, 404
|
|
134834
|
+
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135111
134835
|
if (!result.ok) {
|
|
135112
134836
|
return [result, { status: "complete", request: req, response }];
|
|
135113
134837
|
}
|
|
@@ -135695,7 +135419,7 @@ async function $do316(client, request, options) {
|
|
|
135695
135419
|
const responseFields = {
|
|
135696
135420
|
HttpMeta: { Response: response, Request: req }
|
|
135697
135421
|
};
|
|
135698
|
-
const [result] = await match(nil(204, voidType()), jsonErr([403, 404
|
|
135422
|
+
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135699
135423
|
if (!result.ok) {
|
|
135700
135424
|
return [result, { status: "complete", request: req, response }];
|
|
135701
135425
|
}
|
|
@@ -135862,371 +135586,11 @@ List your secrets by name (values are never returned).`,
|
|
|
135862
135586
|
};
|
|
135863
135587
|
});
|
|
135864
135588
|
|
|
135865
|
-
// src/funcs/servingTenantsGet.ts
|
|
135866
|
-
function servingTenantsGet(client, request, options) {
|
|
135867
|
-
return new APIPromise($do318(client, request, options));
|
|
135868
|
-
}
|
|
135869
|
-
async function $do318(client, request, options) {
|
|
135870
|
-
const parsed = safeParse4(request, (value) => GetServingTenantRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135871
|
-
if (!parsed.ok) {
|
|
135872
|
-
return [parsed, { status: "invalid" }];
|
|
135873
|
-
}
|
|
135874
|
-
const payload = parsed.value;
|
|
135875
|
-
const body = null;
|
|
135876
|
-
const pathParams = {
|
|
135877
|
-
org_id: encodeSimple("org_id", payload.org_id, {
|
|
135878
|
-
explode: false,
|
|
135879
|
-
charEncoding: "percent"
|
|
135880
|
-
})
|
|
135881
|
-
};
|
|
135882
|
-
const path = pathToFunc("/api/v1/serving/tenants/{org_id}")(pathParams);
|
|
135883
|
-
const headers = new Headers(compactMap({
|
|
135884
|
-
Accept: "application/json",
|
|
135885
|
-
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
135886
|
-
}));
|
|
135887
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
135888
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
135889
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
135890
|
-
const context = {
|
|
135891
|
-
options: client._options,
|
|
135892
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
135893
|
-
operationID: "getServingTenant",
|
|
135894
|
-
oAuth2Scopes: null,
|
|
135895
|
-
resolvedSecurity: requestSecurity,
|
|
135896
|
-
securitySource: client._options.bearerAuth,
|
|
135897
|
-
retryConfig: options?.retries || client._options.retryConfig || {
|
|
135898
|
-
strategy: "backoff",
|
|
135899
|
-
backoff: {
|
|
135900
|
-
initialInterval: 500,
|
|
135901
|
-
maxInterval: 5000,
|
|
135902
|
-
exponent: 1.5,
|
|
135903
|
-
maxElapsedTime: 15000
|
|
135904
|
-
},
|
|
135905
|
-
retryConnectionErrors: true
|
|
135906
|
-
},
|
|
135907
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
135908
|
-
};
|
|
135909
|
-
const requestRes = client._createRequest(context, {
|
|
135910
|
-
security: requestSecurity,
|
|
135911
|
-
method: "GET",
|
|
135912
|
-
baseURL: options?.serverURL,
|
|
135913
|
-
path,
|
|
135914
|
-
headers,
|
|
135915
|
-
body,
|
|
135916
|
-
userAgent: client._options.userAgent,
|
|
135917
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
135918
|
-
}, options);
|
|
135919
|
-
if (!requestRes.ok) {
|
|
135920
|
-
return [requestRes, { status: "invalid" }];
|
|
135921
|
-
}
|
|
135922
|
-
const req = requestRes.value;
|
|
135923
|
-
const doResult = await client._do(req, {
|
|
135924
|
-
context,
|
|
135925
|
-
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
135926
|
-
retryConfig: context.retryConfig,
|
|
135927
|
-
retryCodes: context.retryCodes
|
|
135928
|
-
});
|
|
135929
|
-
if (!doResult.ok) {
|
|
135930
|
-
return [doResult, { status: "request-error", request: req }];
|
|
135931
|
-
}
|
|
135932
|
-
const response = doResult.value;
|
|
135933
|
-
const responseFields = {
|
|
135934
|
-
HttpMeta: { Response: response, Request: req }
|
|
135935
|
-
};
|
|
135936
|
-
const [result] = await match(json(200, ServingTenant$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135937
|
-
if (!result.ok) {
|
|
135938
|
-
return [result, { status: "complete", request: req, response }];
|
|
135939
|
-
}
|
|
135940
|
-
return [result, { status: "complete", request: req, response }];
|
|
135941
|
-
}
|
|
135942
|
-
var init_servingTenantsGet = __esm(() => {
|
|
135943
|
-
init_encodings();
|
|
135944
|
-
init_http();
|
|
135945
|
-
init_matchers();
|
|
135946
|
-
init_primitives();
|
|
135947
|
-
init_schemas4();
|
|
135948
|
-
init_security();
|
|
135949
|
-
init_url();
|
|
135950
|
-
init_components();
|
|
135951
|
-
init_errors4();
|
|
135952
|
-
init_operations();
|
|
135953
|
-
init_async();
|
|
135954
|
-
});
|
|
135955
|
-
|
|
135956
|
-
// src/mcp-server/tools/servingTenantsGet.ts
|
|
135957
|
-
var args311, tool$servingTenantsGet;
|
|
135958
|
-
var init_servingTenantsGet2 = __esm(() => {
|
|
135959
|
-
init_servingTenantsGet();
|
|
135960
|
-
init_operations();
|
|
135961
|
-
init_tools();
|
|
135962
|
-
args311 = {
|
|
135963
|
-
request: GetServingTenantRequest$inboundSchema
|
|
135964
|
-
};
|
|
135965
|
-
tool$servingTenantsGet = {
|
|
135966
|
-
name: "serving-tenants-get",
|
|
135967
|
-
description: `Get a serving tenant
|
|
135968
|
-
|
|
135969
|
-
Get one organization's serving enablement record. Cluster administrators only.`,
|
|
135970
|
-
args: args311,
|
|
135971
|
-
tool: async (client, args312, ctx) => {
|
|
135972
|
-
const [result, apiCall] = await servingTenantsGet(client, args312.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
135973
|
-
if (!result.ok) {
|
|
135974
|
-
return {
|
|
135975
|
-
content: [{ type: "text", text: result.error.message }],
|
|
135976
|
-
isError: true
|
|
135977
|
-
};
|
|
135978
|
-
}
|
|
135979
|
-
const value = result.value;
|
|
135980
|
-
return formatResult(value, apiCall);
|
|
135981
|
-
}
|
|
135982
|
-
};
|
|
135983
|
-
});
|
|
135984
|
-
|
|
135985
|
-
// src/funcs/servingTenantsList.ts
|
|
135986
|
-
function servingTenantsList(client, request, options) {
|
|
135987
|
-
return new APIPromise($do319(client, request, options));
|
|
135988
|
-
}
|
|
135989
|
-
async function $do319(client, request, options) {
|
|
135990
|
-
const parsed = safeParse4(request, (value) => ListServingTenantsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135991
|
-
if (!parsed.ok) {
|
|
135992
|
-
return [parsed, { status: "invalid" }];
|
|
135993
|
-
}
|
|
135994
|
-
const payload = parsed.value;
|
|
135995
|
-
const body = null;
|
|
135996
|
-
const path = pathToFunc("/api/v1/serving/tenants")();
|
|
135997
|
-
const query = encodeFormQuery({
|
|
135998
|
-
cursor: payload.cursor,
|
|
135999
|
-
limit: payload.limit
|
|
136000
|
-
});
|
|
136001
|
-
const headers = new Headers(compactMap({
|
|
136002
|
-
Accept: "application/json",
|
|
136003
|
-
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
136004
|
-
}));
|
|
136005
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
136006
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
136007
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
136008
|
-
const context = {
|
|
136009
|
-
options: client._options,
|
|
136010
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
136011
|
-
operationID: "listServingTenants",
|
|
136012
|
-
oAuth2Scopes: null,
|
|
136013
|
-
resolvedSecurity: requestSecurity,
|
|
136014
|
-
securitySource: client._options.bearerAuth,
|
|
136015
|
-
retryConfig: options?.retries || client._options.retryConfig || {
|
|
136016
|
-
strategy: "backoff",
|
|
136017
|
-
backoff: {
|
|
136018
|
-
initialInterval: 500,
|
|
136019
|
-
maxInterval: 5000,
|
|
136020
|
-
exponent: 1.5,
|
|
136021
|
-
maxElapsedTime: 15000
|
|
136022
|
-
},
|
|
136023
|
-
retryConnectionErrors: true
|
|
136024
|
-
},
|
|
136025
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
136026
|
-
};
|
|
136027
|
-
const requestRes = client._createRequest(context, {
|
|
136028
|
-
security: requestSecurity,
|
|
136029
|
-
method: "GET",
|
|
136030
|
-
baseURL: options?.serverURL,
|
|
136031
|
-
path,
|
|
136032
|
-
headers,
|
|
136033
|
-
query,
|
|
136034
|
-
body,
|
|
136035
|
-
userAgent: client._options.userAgent,
|
|
136036
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
136037
|
-
}, options);
|
|
136038
|
-
if (!requestRes.ok) {
|
|
136039
|
-
return [requestRes, { status: "invalid" }];
|
|
136040
|
-
}
|
|
136041
|
-
const req = requestRes.value;
|
|
136042
|
-
const doResult = await client._do(req, {
|
|
136043
|
-
context,
|
|
136044
|
-
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
136045
|
-
retryConfig: context.retryConfig,
|
|
136046
|
-
retryCodes: context.retryCodes
|
|
136047
|
-
});
|
|
136048
|
-
if (!doResult.ok) {
|
|
136049
|
-
return [doResult, { status: "request-error", request: req }];
|
|
136050
|
-
}
|
|
136051
|
-
const response = doResult.value;
|
|
136052
|
-
const responseFields = {
|
|
136053
|
-
HttpMeta: { Response: response, Request: req }
|
|
136054
|
-
};
|
|
136055
|
-
const [result] = await match(json(200, PageServingTenant$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
136056
|
-
if (!result.ok) {
|
|
136057
|
-
return [result, { status: "complete", request: req, response }];
|
|
136058
|
-
}
|
|
136059
|
-
return [result, { status: "complete", request: req, response }];
|
|
136060
|
-
}
|
|
136061
|
-
var init_servingTenantsList = __esm(() => {
|
|
136062
|
-
init_encodings();
|
|
136063
|
-
init_http();
|
|
136064
|
-
init_matchers();
|
|
136065
|
-
init_primitives();
|
|
136066
|
-
init_schemas4();
|
|
136067
|
-
init_security();
|
|
136068
|
-
init_url();
|
|
136069
|
-
init_components();
|
|
136070
|
-
init_errors4();
|
|
136071
|
-
init_operations();
|
|
136072
|
-
init_async();
|
|
136073
|
-
});
|
|
136074
|
-
|
|
136075
|
-
// src/mcp-server/tools/servingTenantsList.ts
|
|
136076
|
-
var args312, tool$servingTenantsList;
|
|
136077
|
-
var init_servingTenantsList2 = __esm(() => {
|
|
136078
|
-
init_servingTenantsList();
|
|
136079
|
-
init_operations();
|
|
136080
|
-
init_tools();
|
|
136081
|
-
args312 = {
|
|
136082
|
-
request: ListServingTenantsRequest$inboundSchema
|
|
136083
|
-
};
|
|
136084
|
-
tool$servingTenantsList = {
|
|
136085
|
-
name: "serving-tenants-list",
|
|
136086
|
-
description: `List serving tenants
|
|
136087
|
-
|
|
136088
|
-
List organization-wide serving enablement records. Cluster administrators only; a missing organization is not provisioned.`,
|
|
136089
|
-
args: args312,
|
|
136090
|
-
tool: async (client, args313, ctx) => {
|
|
136091
|
-
const [result, apiCall] = await servingTenantsList(client, args313.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136092
|
-
if (!result.ok) {
|
|
136093
|
-
return {
|
|
136094
|
-
content: [{ type: "text", text: result.error.message }],
|
|
136095
|
-
isError: true
|
|
136096
|
-
};
|
|
136097
|
-
}
|
|
136098
|
-
const value = result.value;
|
|
136099
|
-
return formatResult(value, apiCall);
|
|
136100
|
-
}
|
|
136101
|
-
};
|
|
136102
|
-
});
|
|
136103
|
-
|
|
136104
|
-
// src/funcs/servingTenantsSet.ts
|
|
136105
|
-
function servingTenantsSet(client, request, options) {
|
|
136106
|
-
return new APIPromise($do320(client, request, options));
|
|
136107
|
-
}
|
|
136108
|
-
async function $do320(client, request, options) {
|
|
136109
|
-
const parsed = safeParse4(request, (value) => SetServingTenantRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136110
|
-
if (!parsed.ok) {
|
|
136111
|
-
return [parsed, { status: "invalid" }];
|
|
136112
|
-
}
|
|
136113
|
-
const payload = parsed.value;
|
|
136114
|
-
const body = encodeJSON("body", payload.ServingTenantSet, { explode: true });
|
|
136115
|
-
const pathParams = {
|
|
136116
|
-
org_id: encodeSimple("org_id", payload.org_id, {
|
|
136117
|
-
explode: false,
|
|
136118
|
-
charEncoding: "percent"
|
|
136119
|
-
})
|
|
136120
|
-
};
|
|
136121
|
-
const path = pathToFunc("/api/v1/serving/tenants/{org_id}")(pathParams);
|
|
136122
|
-
const headers = new Headers(compactMap({
|
|
136123
|
-
"Content-Type": "application/json",
|
|
136124
|
-
Accept: "application/json",
|
|
136125
|
-
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
136126
|
-
}));
|
|
136127
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
136128
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
136129
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
136130
|
-
const context = {
|
|
136131
|
-
options: client._options,
|
|
136132
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
136133
|
-
operationID: "setServingTenant",
|
|
136134
|
-
oAuth2Scopes: null,
|
|
136135
|
-
resolvedSecurity: requestSecurity,
|
|
136136
|
-
securitySource: client._options.bearerAuth,
|
|
136137
|
-
retryConfig: options?.retries || client._options.retryConfig || {
|
|
136138
|
-
strategy: "backoff",
|
|
136139
|
-
backoff: {
|
|
136140
|
-
initialInterval: 500,
|
|
136141
|
-
maxInterval: 5000,
|
|
136142
|
-
exponent: 1.5,
|
|
136143
|
-
maxElapsedTime: 15000
|
|
136144
|
-
},
|
|
136145
|
-
retryConnectionErrors: true
|
|
136146
|
-
},
|
|
136147
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
136148
|
-
};
|
|
136149
|
-
const requestRes = client._createRequest(context, {
|
|
136150
|
-
security: requestSecurity,
|
|
136151
|
-
method: "PUT",
|
|
136152
|
-
baseURL: options?.serverURL,
|
|
136153
|
-
path,
|
|
136154
|
-
headers,
|
|
136155
|
-
body,
|
|
136156
|
-
userAgent: client._options.userAgent,
|
|
136157
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
136158
|
-
}, options);
|
|
136159
|
-
if (!requestRes.ok) {
|
|
136160
|
-
return [requestRes, { status: "invalid" }];
|
|
136161
|
-
}
|
|
136162
|
-
const req = requestRes.value;
|
|
136163
|
-
const doResult = await client._do(req, {
|
|
136164
|
-
context,
|
|
136165
|
-
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
136166
|
-
retryConfig: context.retryConfig,
|
|
136167
|
-
retryCodes: context.retryCodes
|
|
136168
|
-
});
|
|
136169
|
-
if (!doResult.ok) {
|
|
136170
|
-
return [doResult, { status: "request-error", request: req }];
|
|
136171
|
-
}
|
|
136172
|
-
const response = doResult.value;
|
|
136173
|
-
const responseFields = {
|
|
136174
|
-
HttpMeta: { Response: response, Request: req }
|
|
136175
|
-
};
|
|
136176
|
-
const [result] = await match(json(200, ServingTenant$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
136177
|
-
if (!result.ok) {
|
|
136178
|
-
return [result, { status: "complete", request: req, response }];
|
|
136179
|
-
}
|
|
136180
|
-
return [result, { status: "complete", request: req, response }];
|
|
136181
|
-
}
|
|
136182
|
-
var init_servingTenantsSet = __esm(() => {
|
|
136183
|
-
init_encodings();
|
|
136184
|
-
init_http();
|
|
136185
|
-
init_matchers();
|
|
136186
|
-
init_primitives();
|
|
136187
|
-
init_schemas4();
|
|
136188
|
-
init_security();
|
|
136189
|
-
init_url();
|
|
136190
|
-
init_components();
|
|
136191
|
-
init_errors4();
|
|
136192
|
-
init_operations();
|
|
136193
|
-
init_async();
|
|
136194
|
-
});
|
|
136195
|
-
|
|
136196
|
-
// src/mcp-server/tools/servingTenantsSet.ts
|
|
136197
|
-
var args313, tool$servingTenantsSet;
|
|
136198
|
-
var init_servingTenantsSet2 = __esm(() => {
|
|
136199
|
-
init_servingTenantsSet();
|
|
136200
|
-
init_operations();
|
|
136201
|
-
init_tools();
|
|
136202
|
-
args313 = {
|
|
136203
|
-
request: SetServingTenantRequest$inboundSchema
|
|
136204
|
-
};
|
|
136205
|
-
tool$servingTenantsSet = {
|
|
136206
|
-
name: "serving-tenants-set",
|
|
136207
|
-
description: `Set serving tenant enablement
|
|
136208
|
-
|
|
136209
|
-
Enable or disable serving for an organization and all of its teams. Disabling blocks product API access but does not stop existing workloads or callbacks. Cluster administrators only.`,
|
|
136210
|
-
args: args313,
|
|
136211
|
-
tool: async (client, args314, ctx) => {
|
|
136212
|
-
const [result, apiCall] = await servingTenantsSet(client, args314.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136213
|
-
if (!result.ok) {
|
|
136214
|
-
return {
|
|
136215
|
-
content: [{ type: "text", text: result.error.message }],
|
|
136216
|
-
isError: true
|
|
136217
|
-
};
|
|
136218
|
-
}
|
|
136219
|
-
const value = result.value;
|
|
136220
|
-
return formatResult(value, apiCall);
|
|
136221
|
-
}
|
|
136222
|
-
};
|
|
136223
|
-
});
|
|
136224
|
-
|
|
136225
135589
|
// src/funcs/servingVolumesCreate.ts
|
|
136226
135590
|
function servingVolumesCreate(client, request, options) {
|
|
136227
|
-
return new APIPromise($
|
|
135591
|
+
return new APIPromise($do318(client, request, options));
|
|
136228
135592
|
}
|
|
136229
|
-
async function $
|
|
135593
|
+
async function $do318(client, request, options) {
|
|
136230
135594
|
const parsed = safeParse4(request, (value) => CreateVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136231
135595
|
if (!parsed.ok) {
|
|
136232
135596
|
return [parsed, { status: "invalid" }];
|
|
@@ -136309,12 +135673,12 @@ var init_servingVolumesCreate = __esm(() => {
|
|
|
136309
135673
|
});
|
|
136310
135674
|
|
|
136311
135675
|
// src/mcp-server/tools/servingVolumesCreate.ts
|
|
136312
|
-
var
|
|
135676
|
+
var args311, tool$servingVolumesCreate;
|
|
136313
135677
|
var init_servingVolumesCreate2 = __esm(() => {
|
|
136314
135678
|
init_servingVolumesCreate();
|
|
136315
135679
|
init_operations();
|
|
136316
135680
|
init_tools();
|
|
136317
|
-
|
|
135681
|
+
args311 = {
|
|
136318
135682
|
request: CreateVolumeRequest$inboundSchema
|
|
136319
135683
|
};
|
|
136320
135684
|
tool$servingVolumesCreate = {
|
|
@@ -136322,9 +135686,9 @@ var init_servingVolumesCreate2 = __esm(() => {
|
|
|
136322
135686
|
description: `Create a volume
|
|
136323
135687
|
|
|
136324
135688
|
Create a persistent volume for weights, datasets, or checkpoints.`,
|
|
136325
|
-
args:
|
|
136326
|
-
tool: async (client,
|
|
136327
|
-
const [result, apiCall] = await servingVolumesCreate(client,
|
|
135689
|
+
args: args311,
|
|
135690
|
+
tool: async (client, args312, ctx) => {
|
|
135691
|
+
const [result, apiCall] = await servingVolumesCreate(client, args312.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136328
135692
|
if (!result.ok) {
|
|
136329
135693
|
return {
|
|
136330
135694
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136339,9 +135703,9 @@ Create a persistent volume for weights, datasets, or checkpoints.`,
|
|
|
136339
135703
|
|
|
136340
135704
|
// src/funcs/servingVolumesDelete.ts
|
|
136341
135705
|
function servingVolumesDelete(client, request, options) {
|
|
136342
|
-
return new APIPromise($
|
|
135706
|
+
return new APIPromise($do319(client, request, options));
|
|
136343
135707
|
}
|
|
136344
|
-
async function $
|
|
135708
|
+
async function $do319(client, request, options) {
|
|
136345
135709
|
const parsed = safeParse4(request, (value) => DeleteVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136346
135710
|
if (!parsed.ok) {
|
|
136347
135711
|
return [parsed, { status: "invalid" }];
|
|
@@ -136429,12 +135793,12 @@ var init_servingVolumesDelete = __esm(() => {
|
|
|
136429
135793
|
});
|
|
136430
135794
|
|
|
136431
135795
|
// src/mcp-server/tools/servingVolumesDelete.ts
|
|
136432
|
-
var
|
|
135796
|
+
var args312, tool$servingVolumesDelete;
|
|
136433
135797
|
var init_servingVolumesDelete2 = __esm(() => {
|
|
136434
135798
|
init_servingVolumesDelete();
|
|
136435
135799
|
init_operations();
|
|
136436
135800
|
init_tools();
|
|
136437
|
-
|
|
135801
|
+
args312 = {
|
|
136438
135802
|
request: DeleteVolumeRequest$inboundSchema
|
|
136439
135803
|
};
|
|
136440
135804
|
tool$servingVolumesDelete = {
|
|
@@ -136442,9 +135806,9 @@ var init_servingVolumesDelete2 = __esm(() => {
|
|
|
136442
135806
|
description: `Delete a volume
|
|
136443
135807
|
|
|
136444
135808
|
Delete a volume and its contents.`,
|
|
136445
|
-
args:
|
|
136446
|
-
tool: async (client,
|
|
136447
|
-
const [result, apiCall] = await servingVolumesDelete(client,
|
|
135809
|
+
args: args312,
|
|
135810
|
+
tool: async (client, args313, ctx) => {
|
|
135811
|
+
const [result, apiCall] = await servingVolumesDelete(client, args313.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136448
135812
|
if (!result.ok) {
|
|
136449
135813
|
return {
|
|
136450
135814
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136458,9 +135822,9 @@ Delete a volume and its contents.`,
|
|
|
136458
135822
|
|
|
136459
135823
|
// src/funcs/servingVolumesGet.ts
|
|
136460
135824
|
function servingVolumesGet(client, request, options) {
|
|
136461
|
-
return new APIPromise($
|
|
135825
|
+
return new APIPromise($do320(client, request, options));
|
|
136462
135826
|
}
|
|
136463
|
-
async function $
|
|
135827
|
+
async function $do320(client, request, options) {
|
|
136464
135828
|
const parsed = safeParse4(request, (value) => GetVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136465
135829
|
if (!parsed.ok) {
|
|
136466
135830
|
return [parsed, { status: "invalid" }];
|
|
@@ -136548,12 +135912,12 @@ var init_servingVolumesGet = __esm(() => {
|
|
|
136548
135912
|
});
|
|
136549
135913
|
|
|
136550
135914
|
// src/mcp-server/tools/servingVolumesGet.ts
|
|
136551
|
-
var
|
|
135915
|
+
var args313, tool$servingVolumesGet;
|
|
136552
135916
|
var init_servingVolumesGet2 = __esm(() => {
|
|
136553
135917
|
init_servingVolumesGet();
|
|
136554
135918
|
init_operations();
|
|
136555
135919
|
init_tools();
|
|
136556
|
-
|
|
135920
|
+
args313 = {
|
|
136557
135921
|
request: GetVolumeRequest$inboundSchema
|
|
136558
135922
|
};
|
|
136559
135923
|
tool$servingVolumesGet = {
|
|
@@ -136561,9 +135925,9 @@ var init_servingVolumesGet2 = __esm(() => {
|
|
|
136561
135925
|
description: `Get a volume
|
|
136562
135926
|
|
|
136563
135927
|
Retrieve a volume.`,
|
|
136564
|
-
args:
|
|
136565
|
-
tool: async (client,
|
|
136566
|
-
const [result, apiCall] = await servingVolumesGet(client,
|
|
135928
|
+
args: args313,
|
|
135929
|
+
tool: async (client, args314, ctx) => {
|
|
135930
|
+
const [result, apiCall] = await servingVolumesGet(client, args314.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136567
135931
|
if (!result.ok) {
|
|
136568
135932
|
return {
|
|
136569
135933
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136578,9 +135942,9 @@ Retrieve a volume.`,
|
|
|
136578
135942
|
|
|
136579
135943
|
// src/funcs/servingVolumesList.ts
|
|
136580
135944
|
function servingVolumesList(client, request, options) {
|
|
136581
|
-
return new APIPromise($
|
|
135945
|
+
return new APIPromise($do321(client, request, options));
|
|
136582
135946
|
}
|
|
136583
|
-
async function $
|
|
135947
|
+
async function $do321(client, request, options) {
|
|
136584
135948
|
const parsed = safeParse4(request, (value) => ListVolumesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136585
135949
|
if (!parsed.ok) {
|
|
136586
135950
|
return [parsed, { status: "invalid" }];
|
|
@@ -136667,12 +136031,12 @@ var init_servingVolumesList = __esm(() => {
|
|
|
136667
136031
|
});
|
|
136668
136032
|
|
|
136669
136033
|
// src/mcp-server/tools/servingVolumesList.ts
|
|
136670
|
-
var
|
|
136034
|
+
var args314, tool$servingVolumesList;
|
|
136671
136035
|
var init_servingVolumesList2 = __esm(() => {
|
|
136672
136036
|
init_servingVolumesList();
|
|
136673
136037
|
init_operations();
|
|
136674
136038
|
init_tools();
|
|
136675
|
-
|
|
136039
|
+
args314 = {
|
|
136676
136040
|
request: ListVolumesRequest$inboundSchema
|
|
136677
136041
|
};
|
|
136678
136042
|
tool$servingVolumesList = {
|
|
@@ -136680,9 +136044,9 @@ var init_servingVolumesList2 = __esm(() => {
|
|
|
136680
136044
|
description: `List volumes
|
|
136681
136045
|
|
|
136682
136046
|
List your volumes.`,
|
|
136683
|
-
args:
|
|
136684
|
-
tool: async (client,
|
|
136685
|
-
const [result, apiCall] = await servingVolumesList(client,
|
|
136047
|
+
args: args314,
|
|
136048
|
+
tool: async (client, args315, ctx) => {
|
|
136049
|
+
const [result, apiCall] = await servingVolumesList(client, args315.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136686
136050
|
if (!result.ok) {
|
|
136687
136051
|
return {
|
|
136688
136052
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136697,9 +136061,9 @@ List your volumes.`,
|
|
|
136697
136061
|
|
|
136698
136062
|
// src/funcs/usageCosts.ts
|
|
136699
136063
|
function usageCosts(client, request, options) {
|
|
136700
|
-
return new APIPromise($
|
|
136064
|
+
return new APIPromise($do322(client, request, options));
|
|
136701
136065
|
}
|
|
136702
|
-
async function $
|
|
136066
|
+
async function $do322(client, request, options) {
|
|
136703
136067
|
const parsed = safeParse4(request, (value) => GetCostsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136704
136068
|
if (!parsed.ok) {
|
|
136705
136069
|
return [parsed, { status: "invalid" }];
|
|
@@ -136782,12 +136146,12 @@ var init_usageCosts = __esm(() => {
|
|
|
136782
136146
|
});
|
|
136783
136147
|
|
|
136784
136148
|
// src/mcp-server/tools/usageCosts.ts
|
|
136785
|
-
var
|
|
136149
|
+
var args315, tool$usageCosts;
|
|
136786
136150
|
var init_usageCosts2 = __esm(() => {
|
|
136787
136151
|
init_usageCosts();
|
|
136788
136152
|
init_operations();
|
|
136789
136153
|
init_tools();
|
|
136790
|
-
|
|
136154
|
+
args315 = {
|
|
136791
136155
|
request: GetCostsRequest$inboundSchema
|
|
136792
136156
|
};
|
|
136793
136157
|
tool$usageCosts = {
|
|
@@ -136795,9 +136159,9 @@ var init_usageCosts2 = __esm(() => {
|
|
|
136795
136159
|
description: `Aggregate cost by dimension
|
|
136796
136160
|
|
|
136797
136161
|
Sums stored per-entry cost over [start_time, end_time), grouped by any of service, task_type, model, api_key_id, team_id, user_id, external_user_id, org_id. Point-in-time correct for chargeback/showback.`,
|
|
136798
|
-
args:
|
|
136799
|
-
tool: async (client,
|
|
136800
|
-
const [result, apiCall] = await usageCosts(client,
|
|
136162
|
+
args: args315,
|
|
136163
|
+
tool: async (client, args316, ctx) => {
|
|
136164
|
+
const [result, apiCall] = await usageCosts(client, args316.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136801
136165
|
if (!result.ok) {
|
|
136802
136166
|
return {
|
|
136803
136167
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136812,9 +136176,9 @@ Sums stored per-entry cost over [start_time, end_time), grouped by any of servic
|
|
|
136812
136176
|
|
|
136813
136177
|
// src/funcs/usageSandbox.ts
|
|
136814
136178
|
function usageSandbox(client, request, options) {
|
|
136815
|
-
return new APIPromise($
|
|
136179
|
+
return new APIPromise($do323(client, request, options));
|
|
136816
136180
|
}
|
|
136817
|
-
async function $
|
|
136181
|
+
async function $do323(client, request, options) {
|
|
136818
136182
|
const parsed = safeParse4(request, (value) => GetSandboxUsageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136819
136183
|
if (!parsed.ok) {
|
|
136820
136184
|
return [parsed, { status: "invalid" }];
|
|
@@ -136905,12 +136269,12 @@ var init_usageSandbox = __esm(() => {
|
|
|
136905
136269
|
});
|
|
136906
136270
|
|
|
136907
136271
|
// src/mcp-server/tools/usageSandbox.ts
|
|
136908
|
-
var
|
|
136272
|
+
var args316, tool$usageSandbox;
|
|
136909
136273
|
var init_usageSandbox2 = __esm(() => {
|
|
136910
136274
|
init_usageSandbox();
|
|
136911
136275
|
init_operations();
|
|
136912
136276
|
init_tools();
|
|
136913
|
-
|
|
136277
|
+
args316 = {
|
|
136914
136278
|
request: GetSandboxUsageRequest$inboundSchema
|
|
136915
136279
|
};
|
|
136916
136280
|
tool$usageSandbox = {
|
|
@@ -136918,9 +136282,9 @@ var init_usageSandbox2 = __esm(() => {
|
|
|
136918
136282
|
description: `Get Sandbox Usage
|
|
136919
136283
|
|
|
136920
136284
|
Aggregate sandbox usage (session lifecycle, execution, and workspace operations) over a time range, bucketed and optionally grouped. Org-scoped: callers see their own usage, org admins their team's; cluster admins may pass \`all_orgs\` or \`org_ids\`. Cost and spend reporting lives in the budgeting API (\`/api/v1/budgeting/usage/costs\`).`,
|
|
136921
|
-
args:
|
|
136922
|
-
tool: async (client,
|
|
136923
|
-
const [result, apiCall] = await usageSandbox(client,
|
|
136285
|
+
args: args316,
|
|
136286
|
+
tool: async (client, args317, ctx) => {
|
|
136287
|
+
const [result, apiCall] = await usageSandbox(client, args317.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136924
136288
|
if (!result.ok) {
|
|
136925
136289
|
return {
|
|
136926
136290
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136937,7 +136301,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
136937
136301
|
function createMCPServer(deps) {
|
|
136938
136302
|
const server = new McpServer({
|
|
136939
136303
|
name: "SDK",
|
|
136940
|
-
version: "0.51.
|
|
136304
|
+
version: "0.51.5"
|
|
136941
136305
|
});
|
|
136942
136306
|
const client = new SDKCore({
|
|
136943
136307
|
bearerAuth: deps.bearerAuth,
|
|
@@ -137270,9 +136634,6 @@ function createMCPServer(deps) {
|
|
|
137270
136634
|
tool(tool$servingSecretsList);
|
|
137271
136635
|
tool(tool$servingSecretsCreate);
|
|
137272
136636
|
tool(tool$servingSecretsDelete);
|
|
137273
|
-
tool(tool$servingTenantsList);
|
|
137274
|
-
tool(tool$servingTenantsGet);
|
|
137275
|
-
tool(tool$servingTenantsSet);
|
|
137276
136637
|
tool(tool$servingVolumesList);
|
|
137277
136638
|
tool(tool$servingVolumesCreate);
|
|
137278
136639
|
tool(tool$servingVolumesDelete);
|
|
@@ -137601,9 +136962,6 @@ var init_server2 = __esm(() => {
|
|
|
137601
136962
|
init_servingSecretsCreate2();
|
|
137602
136963
|
init_servingSecretsDelete2();
|
|
137603
136964
|
init_servingSecretsList2();
|
|
137604
|
-
init_servingTenantsGet2();
|
|
137605
|
-
init_servingTenantsList2();
|
|
137606
|
-
init_servingTenantsSet2();
|
|
137607
136965
|
init_servingVolumesCreate2();
|
|
137608
136966
|
init_servingVolumesDelete2();
|
|
137609
136967
|
init_servingVolumesGet2();
|
|
@@ -138787,7 +138145,7 @@ var routes = rn({
|
|
|
138787
138145
|
var app = Ve(routes, {
|
|
138788
138146
|
name: "mcp",
|
|
138789
138147
|
versionInfo: {
|
|
138790
|
-
currentVersion: "0.51.
|
|
138148
|
+
currentVersion: "0.51.5"
|
|
138791
138149
|
}
|
|
138792
138150
|
});
|
|
138793
138151
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -138795,5 +138153,5 @@ export {
|
|
|
138795
138153
|
app
|
|
138796
138154
|
};
|
|
138797
138155
|
|
|
138798
|
-
//# debugId=
|
|
138156
|
+
//# debugId=0D7CEABD4CBCA55164756E2164756E21
|
|
138799
138157
|
//# sourceMappingURL=mcp-server.js.map
|