@omkar273/mcp-temp 0.0.21 → 0.0.43
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 +37 -22
- package/bin/flexprice-mcp-start.js +24 -0
- package/bin/mcp-server.js +2599 -1243
- package/bin/mcp-server.js.map +391 -391
- package/bun.lock +569 -0
- package/eslint.config.mjs +22 -0
- package/esm/funcs/addonsCreateAddon.js +11 -4
- package/esm/funcs/addonsCreateAddon.js.map +1 -1
- package/esm/funcs/addonsDeleteAddon.js +11 -4
- package/esm/funcs/addonsDeleteAddon.js.map +1 -1
- package/esm/funcs/addonsGetAddon.js +11 -4
- package/esm/funcs/addonsGetAddon.js.map +1 -1
- package/esm/funcs/addonsGetAddonByLookupKey.js +11 -4
- package/esm/funcs/addonsGetAddonByLookupKey.js.map +1 -1
- package/esm/funcs/addonsQueryAddon.js +11 -4
- package/esm/funcs/addonsQueryAddon.js.map +1 -1
- package/esm/funcs/addonsUpdateAddon.js +11 -4
- package/esm/funcs/addonsUpdateAddon.js.map +1 -1
- package/esm/funcs/alertsQueryAlertLog.js +11 -4
- package/esm/funcs/alertsQueryAlertLog.js.map +1 -1
- package/esm/funcs/costsCreateCostsheet.js +11 -4
- package/esm/funcs/costsCreateCostsheet.js.map +1 -1
- package/esm/funcs/costsDeleteCostsheet.js +11 -4
- package/esm/funcs/costsDeleteCostsheet.js.map +1 -1
- package/esm/funcs/costsGetActiveCostsheet.js +11 -4
- package/esm/funcs/costsGetActiveCostsheet.js.map +1 -1
- package/esm/funcs/costsGetCostsheet.js +11 -4
- package/esm/funcs/costsGetCostsheet.js.map +1 -1
- package/esm/funcs/costsGetDetailedCostAnalytics.js +11 -4
- package/esm/funcs/costsGetDetailedCostAnalytics.js.map +1 -1
- package/esm/funcs/costsGetDetailedCostAnalyticsV2.js +11 -4
- package/esm/funcs/costsGetDetailedCostAnalyticsV2.js.map +1 -1
- package/esm/funcs/costsQueryCostsheet.js +11 -4
- package/esm/funcs/costsQueryCostsheet.js.map +1 -1
- package/esm/funcs/costsUpdateCostsheet.js +11 -4
- package/esm/funcs/costsUpdateCostsheet.js.map +1 -1
- package/esm/funcs/couponsCreateCoupon.js +11 -4
- package/esm/funcs/couponsCreateCoupon.js.map +1 -1
- package/esm/funcs/couponsDeleteCoupon.js +11 -4
- package/esm/funcs/couponsDeleteCoupon.js.map +1 -1
- package/esm/funcs/couponsGetCoupon.js +11 -4
- package/esm/funcs/couponsGetCoupon.js.map +1 -1
- package/esm/funcs/couponsQueryCoupon.js +11 -4
- package/esm/funcs/couponsQueryCoupon.js.map +1 -1
- package/esm/funcs/couponsUpdateCoupon.js +11 -4
- package/esm/funcs/couponsUpdateCoupon.js.map +1 -1
- package/esm/funcs/creditGrantsCreateCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsCreateCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsDeleteCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsDeleteCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsGetCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsGetCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsGetPlanCreditGrants.js +11 -4
- package/esm/funcs/creditGrantsGetPlanCreditGrants.js.map +1 -1
- package/esm/funcs/creditGrantsUpdateCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsUpdateCreditGrant.js.map +1 -1
- package/esm/funcs/creditNotesCreateCreditNote.js +11 -4
- package/esm/funcs/creditNotesCreateCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesGetCreditNote.js +11 -4
- package/esm/funcs/creditNotesGetCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesProcessCreditNote.js +11 -4
- package/esm/funcs/creditNotesProcessCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesVoidCreditNote.js +11 -4
- package/esm/funcs/creditNotesVoidCreditNote.js.map +1 -1
- package/esm/funcs/customersCreateCustomer.js +11 -4
- package/esm/funcs/customersCreateCustomer.js.map +1 -1
- package/esm/funcs/customersDeleteCustomer.js +11 -4
- package/esm/funcs/customersDeleteCustomer.js.map +1 -1
- package/esm/funcs/customersGetCustomer.js +11 -4
- package/esm/funcs/customersGetCustomer.js.map +1 -1
- package/esm/funcs/customersGetCustomerByExternalId.js +11 -4
- package/esm/funcs/customersGetCustomerByExternalId.js.map +1 -1
- package/esm/funcs/customersGetCustomerEntitlements.js +11 -4
- package/esm/funcs/customersGetCustomerEntitlements.js.map +1 -1
- package/esm/funcs/customersGetCustomerUpcomingGrants.js +11 -4
- package/esm/funcs/customersGetCustomerUpcomingGrants.js.map +1 -1
- package/esm/funcs/customersGetCustomerUsageSummary.js +11 -4
- package/esm/funcs/customersGetCustomerUsageSummary.js.map +1 -1
- package/esm/funcs/customersQueryCustomer.js +11 -4
- package/esm/funcs/customersQueryCustomer.js.map +1 -1
- package/esm/funcs/customersUpdateCustomer.js +11 -4
- package/esm/funcs/customersUpdateCustomer.js.map +1 -1
- package/esm/funcs/entitlementsCreateEntitlement.js +11 -4
- package/esm/funcs/entitlementsCreateEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsCreateEntitlementsBulk.js +11 -4
- package/esm/funcs/entitlementsCreateEntitlementsBulk.js.map +1 -1
- package/esm/funcs/entitlementsDeleteEntitlement.js +11 -4
- package/esm/funcs/entitlementsDeleteEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsGetAddonEntitlements.js +11 -4
- package/esm/funcs/entitlementsGetAddonEntitlements.js.map +1 -1
- package/esm/funcs/entitlementsGetEntitlement.js +11 -4
- package/esm/funcs/entitlementsGetEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsGetPlanEntitlements.js +11 -4
- package/esm/funcs/entitlementsGetPlanEntitlements.js.map +1 -1
- package/esm/funcs/entitlementsQueryEntitlement.js +11 -4
- package/esm/funcs/entitlementsQueryEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsUpdateEntitlement.js +11 -4
- package/esm/funcs/entitlementsUpdateEntitlement.js.map +1 -1
- package/esm/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.js +11 -4
- package/esm/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.js.map +1 -1
- package/esm/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.js +11 -4
- package/esm/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.js.map +1 -1
- package/esm/funcs/environmentsCreateEnvironment.js +11 -4
- package/esm/funcs/environmentsCreateEnvironment.js.map +1 -1
- package/esm/funcs/environmentsUpdateEnvironment.js +11 -4
- package/esm/funcs/environmentsUpdateEnvironment.js.map +1 -1
- package/esm/funcs/eventsGetEvent.js +11 -4
- package/esm/funcs/eventsGetEvent.js.map +1 -1
- package/esm/funcs/eventsGetHuggingfaceInferenceData.js +11 -4
- package/esm/funcs/eventsGetHuggingfaceInferenceData.js.map +1 -1
- package/esm/funcs/eventsGetUsageAnalytics.js +11 -4
- package/esm/funcs/eventsGetUsageAnalytics.js.map +1 -1
- package/esm/funcs/eventsGetUsageByMeter.js +11 -4
- package/esm/funcs/eventsGetUsageByMeter.js.map +1 -1
- package/esm/funcs/eventsGetUsageStatistics.js +11 -4
- package/esm/funcs/eventsGetUsageStatistics.js.map +1 -1
- package/esm/funcs/eventsIngestEvent.js +11 -4
- package/esm/funcs/eventsIngestEvent.js.map +1 -1
- package/esm/funcs/eventsIngestEventsBulk.js +11 -4
- package/esm/funcs/eventsIngestEventsBulk.js.map +1 -1
- package/esm/funcs/eventsListRawEvents.js +11 -4
- package/esm/funcs/eventsListRawEvents.js.map +1 -1
- package/esm/funcs/featuresCreateFeature.js +11 -4
- package/esm/funcs/featuresCreateFeature.js.map +1 -1
- package/esm/funcs/featuresDeleteFeature.js +11 -4
- package/esm/funcs/featuresDeleteFeature.js.map +1 -1
- package/esm/funcs/featuresQueryFeature.js +11 -4
- package/esm/funcs/featuresQueryFeature.js.map +1 -1
- package/esm/funcs/featuresUpdateFeature.js +11 -4
- package/esm/funcs/featuresUpdateFeature.js.map +1 -1
- package/esm/funcs/groupsCreateGroup.js +11 -4
- package/esm/funcs/groupsCreateGroup.js.map +1 -1
- package/esm/funcs/groupsDeleteGroup.js +11 -4
- package/esm/funcs/groupsDeleteGroup.js.map +1 -1
- package/esm/funcs/groupsGetGroup.js +11 -4
- package/esm/funcs/groupsGetGroup.js.map +1 -1
- package/esm/funcs/groupsQueryGroup.js +11 -4
- package/esm/funcs/groupsQueryGroup.js.map +1 -1
- package/esm/funcs/integrationsCreateOrUpdateIntegration.js +11 -4
- package/esm/funcs/integrationsCreateOrUpdateIntegration.js.map +1 -1
- package/esm/funcs/integrationsDeleteIntegration.js +11 -4
- package/esm/funcs/integrationsDeleteIntegration.js.map +1 -1
- package/esm/funcs/integrationsGetIntegration.js +11 -4
- package/esm/funcs/integrationsGetIntegration.js.map +1 -1
- package/esm/funcs/integrationsListLinkedIntegrations.js +11 -4
- package/esm/funcs/integrationsListLinkedIntegrations.js.map +1 -1
- package/esm/funcs/invoicesAttemptInvoicePayment.js +11 -4
- package/esm/funcs/invoicesAttemptInvoicePayment.js.map +1 -1
- package/esm/funcs/invoicesCreateInvoice.js +11 -4
- package/esm/funcs/invoicesCreateInvoice.js.map +1 -1
- package/esm/funcs/invoicesFinalizeInvoice.js +11 -4
- package/esm/funcs/invoicesFinalizeInvoice.js.map +1 -1
- package/esm/funcs/invoicesGetCustomerInvoiceSummary.js +11 -4
- package/esm/funcs/invoicesGetCustomerInvoiceSummary.js.map +1 -1
- package/esm/funcs/invoicesGetInvoice.js +11 -4
- package/esm/funcs/invoicesGetInvoice.js.map +1 -1
- package/esm/funcs/invoicesGetInvoicePdf.js +11 -4
- package/esm/funcs/invoicesGetInvoicePdf.js.map +1 -1
- package/esm/funcs/invoicesGetInvoicePreview.js +11 -4
- package/esm/funcs/invoicesGetInvoicePreview.js.map +1 -1
- package/esm/funcs/invoicesQueryInvoice.js +11 -4
- package/esm/funcs/invoicesQueryInvoice.js.map +1 -1
- package/esm/funcs/invoicesRecalculateInvoice.js +11 -4
- package/esm/funcs/invoicesRecalculateInvoice.js.map +1 -1
- package/esm/funcs/invoicesTriggerInvoiceCommsWebhook.js +11 -4
- package/esm/funcs/invoicesTriggerInvoiceCommsWebhook.js.map +1 -1
- package/esm/funcs/invoicesUpdateInvoice.js +11 -4
- package/esm/funcs/invoicesUpdateInvoice.js.map +1 -1
- package/esm/funcs/invoicesUpdateInvoicePaymentStatus.js +11 -4
- package/esm/funcs/invoicesUpdateInvoicePaymentStatus.js.map +1 -1
- package/esm/funcs/invoicesVoidInvoice.js +11 -4
- package/esm/funcs/invoicesVoidInvoice.js.map +1 -1
- package/esm/funcs/paymentsCreatePayment.js +11 -4
- package/esm/funcs/paymentsCreatePayment.js.map +1 -1
- package/esm/funcs/paymentsDeletePayment.js +11 -4
- package/esm/funcs/paymentsDeletePayment.js.map +1 -1
- package/esm/funcs/paymentsGetPayment.js +11 -4
- package/esm/funcs/paymentsGetPayment.js.map +1 -1
- package/esm/funcs/paymentsListPayments.js +11 -4
- package/esm/funcs/paymentsListPayments.js.map +1 -1
- package/esm/funcs/paymentsProcessPayment.js +11 -4
- package/esm/funcs/paymentsProcessPayment.js.map +1 -1
- package/esm/funcs/paymentsUpdatePayment.js +11 -4
- package/esm/funcs/paymentsUpdatePayment.js.map +1 -1
- package/esm/funcs/plansCreatePlan.js +11 -4
- package/esm/funcs/plansCreatePlan.js.map +1 -1
- package/esm/funcs/plansDeletePlan.js +11 -4
- package/esm/funcs/plansDeletePlan.js.map +1 -1
- package/esm/funcs/plansGetPlan.js +11 -4
- package/esm/funcs/plansGetPlan.js.map +1 -1
- package/esm/funcs/plansPostPlansIdClone.js +11 -4
- package/esm/funcs/plansPostPlansIdClone.js.map +1 -1
- package/esm/funcs/plansQueryPlan.js +11 -4
- package/esm/funcs/plansQueryPlan.js.map +1 -1
- package/esm/funcs/plansSyncPlanPrices.js +11 -4
- package/esm/funcs/plansSyncPlanPrices.js.map +1 -1
- package/esm/funcs/plansUpdatePlan.js +11 -4
- package/esm/funcs/plansUpdatePlan.js.map +1 -1
- package/esm/funcs/priceUnitsCreatePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsCreatePriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsDeletePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsDeletePriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsGetPriceUnit.js +11 -4
- package/esm/funcs/priceUnitsGetPriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsGetPriceUnitByCode.js +11 -4
- package/esm/funcs/priceUnitsGetPriceUnitByCode.js.map +1 -1
- package/esm/funcs/priceUnitsListPriceUnits.js +11 -4
- package/esm/funcs/priceUnitsListPriceUnits.js.map +1 -1
- package/esm/funcs/priceUnitsQueryPriceUnit.js +11 -4
- package/esm/funcs/priceUnitsQueryPriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsUpdatePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsUpdatePriceUnit.js.map +1 -1
- package/esm/funcs/pricesCreatePrice.js +11 -4
- package/esm/funcs/pricesCreatePrice.js.map +1 -1
- package/esm/funcs/pricesCreatePricesBulk.js +11 -4
- package/esm/funcs/pricesCreatePricesBulk.js.map +1 -1
- package/esm/funcs/pricesDeletePrice.js +11 -4
- package/esm/funcs/pricesDeletePrice.js.map +1 -1
- package/esm/funcs/pricesGetPrice.js +11 -4
- package/esm/funcs/pricesGetPrice.js.map +1 -1
- package/esm/funcs/pricesGetPriceByLookupKey.js +11 -4
- package/esm/funcs/pricesGetPriceByLookupKey.js.map +1 -1
- package/esm/funcs/pricesQueryPrice.js +11 -4
- package/esm/funcs/pricesQueryPrice.js.map +1 -1
- package/esm/funcs/pricesUpdatePrice.js +11 -4
- package/esm/funcs/pricesUpdatePrice.js.map +1 -1
- package/esm/funcs/rbacGetRBACRole.js +11 -4
- package/esm/funcs/rbacGetRBACRole.js.map +1 -1
- package/esm/funcs/rbacListRBACRoles.js +11 -4
- package/esm/funcs/rbacListRBACRoles.js.map +1 -1
- package/esm/funcs/scheduledTasksCreateScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksCreateScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksDeleteScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksDeleteScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksGetScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksGetScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksListScheduledTasks.js +11 -4
- package/esm/funcs/scheduledTasksListScheduledTasks.js.map +1 -1
- package/esm/funcs/scheduledTasksScheduleUpdateBillingPeriod.js +11 -4
- package/esm/funcs/scheduledTasksScheduleUpdateBillingPeriod.js.map +1 -1
- package/esm/funcs/scheduledTasksTriggerScheduledTaskRun.js +11 -4
- package/esm/funcs/scheduledTasksTriggerScheduledTaskRun.js.map +1 -1
- package/esm/funcs/scheduledTasksUpdateScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksUpdateScheduledTask.js.map +1 -1
- package/esm/funcs/secretsCreateApiKey.js +11 -4
- package/esm/funcs/secretsCreateApiKey.js.map +1 -1
- package/esm/funcs/secretsDeleteApiKey.js +11 -4
- package/esm/funcs/secretsDeleteApiKey.js.map +1 -1
- package/esm/funcs/secretsListApiKeys.js +11 -4
- package/esm/funcs/secretsListApiKeys.js.map +1 -1
- package/esm/funcs/subscriptionsActivateSubscription.js +11 -4
- package/esm/funcs/subscriptionsActivateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsAddSubscriptionAddon.js +11 -4
- package/esm/funcs/subscriptionsAddSubscriptionAddon.js.map +1 -1
- package/esm/funcs/subscriptionsCancelSubscription.js +11 -4
- package/esm/funcs/subscriptionsCancelSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsCancelSubscriptionSchedule.js +11 -4
- package/esm/funcs/subscriptionsCancelSubscriptionSchedule.js.map +1 -1
- package/esm/funcs/subscriptionsCreateSubscription.js +11 -4
- package/esm/funcs/subscriptionsCreateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsCreateSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsCreateSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/subscriptionsDeleteSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsDeleteSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/subscriptionsExecuteSubscriptionChange.js +11 -4
- package/esm/funcs/subscriptionsExecuteSubscriptionChange.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscription.js +11 -4
- package/esm/funcs/subscriptionsGetSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionAddonAssociations.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionAddonAssociations.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionEntitlements.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionEntitlements.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionSchedule.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionSchedule.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionUpcomingGrants.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionUpcomingGrants.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionUsage.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionUsage.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionV2.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionV2.js.map +1 -1
- package/esm/funcs/subscriptionsListAllSubscriptionSchedules.js +11 -4
- package/esm/funcs/subscriptionsListAllSubscriptionSchedules.js.map +1 -1
- package/esm/funcs/subscriptionsListSubscriptionPauses.js +11 -4
- package/esm/funcs/subscriptionsListSubscriptionPauses.js.map +1 -1
- package/esm/funcs/subscriptionsListSubscriptionSchedules.js +11 -4
- package/esm/funcs/subscriptionsListSubscriptionSchedules.js.map +1 -1
- package/esm/funcs/subscriptionsPauseSubscription.js +11 -4
- package/esm/funcs/subscriptionsPauseSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsPreviewSubscriptionChange.js +11 -4
- package/esm/funcs/subscriptionsPreviewSubscriptionChange.js.map +1 -1
- package/esm/funcs/subscriptionsQuerySubscription.js +11 -4
- package/esm/funcs/subscriptionsQuerySubscription.js.map +1 -1
- package/esm/funcs/subscriptionsRemoveSubscriptionAddon.js +11 -4
- package/esm/funcs/subscriptionsRemoveSubscriptionAddon.js.map +1 -1
- package/esm/funcs/subscriptionsResumeSubscription.js +11 -4
- package/esm/funcs/subscriptionsResumeSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsUpdateSubscription.js +11 -4
- package/esm/funcs/subscriptionsUpdateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsUpdateSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsUpdateSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/tasksCreateTask.js +11 -4
- package/esm/funcs/tasksCreateTask.js.map +1 -1
- package/esm/funcs/tasksDownloadTaskExport.js +11 -4
- package/esm/funcs/tasksDownloadTaskExport.js.map +1 -1
- package/esm/funcs/tasksGetTask.js +11 -4
- package/esm/funcs/tasksGetTask.js.map +1 -1
- package/esm/funcs/tasksGetTaskResult.js +11 -4
- package/esm/funcs/tasksGetTaskResult.js.map +1 -1
- package/esm/funcs/tasksListTasks.js +11 -4
- package/esm/funcs/tasksListTasks.js.map +1 -1
- package/esm/funcs/tasksUpdateTaskStatus.js +11 -4
- package/esm/funcs/tasksUpdateTaskStatus.js.map +1 -1
- package/esm/funcs/taxAssociationsCreateTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsCreateTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsDeleteTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsDeleteTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsGetTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsGetTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsListTaxAssociations.js +11 -4
- package/esm/funcs/taxAssociationsListTaxAssociations.js.map +1 -1
- package/esm/funcs/taxAssociationsUpdateTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsUpdateTaxAssociation.js.map +1 -1
- package/esm/funcs/taxRatesCreateTaxRate.js +11 -4
- package/esm/funcs/taxRatesCreateTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesDeleteTaxRate.js +11 -4
- package/esm/funcs/taxRatesDeleteTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesGetTaxRate.js +11 -4
- package/esm/funcs/taxRatesGetTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesGetTaxRates.js +11 -4
- package/esm/funcs/taxRatesGetTaxRates.js.map +1 -1
- package/esm/funcs/taxRatesUpdateTaxRate.js +11 -4
- package/esm/funcs/taxRatesUpdateTaxRate.js.map +1 -1
- package/esm/funcs/tenantsGetTenantBillingUsage.js +11 -4
- package/esm/funcs/tenantsGetTenantBillingUsage.js.map +1 -1
- package/esm/funcs/tenantsGetTenantById.js +11 -4
- package/esm/funcs/tenantsGetTenantById.js.map +1 -1
- package/esm/funcs/tenantsUpdateTenant.js +11 -4
- package/esm/funcs/tenantsUpdateTenant.js.map +1 -1
- package/esm/funcs/usersCreateUser.js +11 -4
- package/esm/funcs/usersCreateUser.js.map +1 -1
- package/esm/funcs/usersGetUserInfo.js +11 -4
- package/esm/funcs/usersGetUserInfo.js.map +1 -1
- package/esm/funcs/usersQueryUser.js +11 -4
- package/esm/funcs/usersQueryUser.js.map +1 -1
- package/esm/funcs/walletsCreateWallet.js +11 -4
- package/esm/funcs/walletsCreateWallet.js.map +1 -1
- package/esm/funcs/walletsGetCustomerWallets.js +11 -4
- package/esm/funcs/walletsGetCustomerWallets.js.map +1 -1
- package/esm/funcs/walletsGetWallet.js +11 -4
- package/esm/funcs/walletsGetWallet.js.map +1 -1
- package/esm/funcs/walletsGetWalletBalance.js +11 -4
- package/esm/funcs/walletsGetWalletBalance.js.map +1 -1
- package/esm/funcs/walletsGetWalletTransactions.js +11 -4
- package/esm/funcs/walletsGetWalletTransactions.js.map +1 -1
- package/esm/funcs/walletsGetWalletsByCustomerId.js +11 -4
- package/esm/funcs/walletsGetWalletsByCustomerId.js.map +1 -1
- package/esm/funcs/walletsQueryWallet.js +11 -4
- package/esm/funcs/walletsQueryWallet.js.map +1 -1
- package/esm/funcs/walletsQueryWalletTransaction.js +11 -4
- package/esm/funcs/walletsQueryWalletTransaction.js.map +1 -1
- package/esm/funcs/walletsTerminateWallet.js +11 -4
- package/esm/funcs/walletsTerminateWallet.js.map +1 -1
- package/esm/funcs/walletsTopUpWallet.js +11 -4
- package/esm/funcs/walletsTopUpWallet.js.map +1 -1
- package/esm/funcs/walletsUpdateWallet.js +11 -4
- package/esm/funcs/walletsUpdateWallet.js.map +1 -1
- package/esm/funcs/webhooksHandleChargebeeWebhook.js +11 -4
- package/esm/funcs/webhooksHandleChargebeeWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleHubspotWebhook.js +11 -4
- package/esm/funcs/webhooksHandleHubspotWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleMoyasarWebhook.js +11 -4
- package/esm/funcs/webhooksHandleMoyasarWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleNomodWebhook.js +11 -4
- package/esm/funcs/webhooksHandleNomodWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleQuickbooksWebhook.js +11 -4
- package/esm/funcs/webhooksHandleQuickbooksWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleRazorpayWebhook.js +11 -4
- package/esm/funcs/webhooksHandleRazorpayWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleStripeWebhook.js +11 -4
- package/esm/funcs/webhooksHandleStripeWebhook.js.map +1 -1
- package/esm/funcs/workflowsQueryWorkflow.js +11 -4
- package/esm/funcs/workflowsQueryWorkflow.js.map +1 -1
- package/esm/landing-page.js +13 -13
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/cli/serve/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/serve/command.js +8 -0
- package/esm/mcp-server/cli/serve/command.js.map +1 -1
- package/esm/mcp-server/cli/serve/impl.js +1 -0
- package/esm/mcp-server/cli/serve/impl.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +8 -0
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +2 -0
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/flags.d.ts +2 -0
- package/esm/mcp-server/flags.d.ts.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/scopes.d.ts +1 -1
- package/esm/mcp-server/scopes.d.ts.map +1 -1
- package/esm/mcp-server/scopes.js +4 -1
- package/esm/mcp-server/scopes.js.map +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/addonsCreateAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsCreateAddon.js +1 -0
- package/esm/mcp-server/tools/addonsCreateAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.js +2 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddon.js +2 -1
- package/esm/mcp-server/tools/addonsGetAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.js +2 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.js.map +1 -1
- package/esm/mcp-server/tools/addonsQueryAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsQueryAddon.js +1 -0
- package/esm/mcp-server/tools/addonsQueryAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsUpdateAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsUpdateAddon.js +1 -0
- package/esm/mcp-server/tools/addonsUpdateAddon.js.map +1 -1
- package/esm/mcp-server/tools/alertsQueryAlertLog.d.ts.map +1 -1
- package/esm/mcp-server/tools/alertsQueryAlertLog.js +1 -0
- package/esm/mcp-server/tools/alertsQueryAlertLog.js.map +1 -1
- package/esm/mcp-server/tools/costsCreateCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsCreateCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsCreateCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsGetCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.js +1 -0
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.js.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.js +1 -0
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.js.map +1 -1
- package/esm/mcp-server/tools/costsQueryCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsQueryCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsQueryCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsUpdateCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsUpdateCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsUpdateCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/couponsCreateCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsCreateCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsCreateCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.js +2 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsGetCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsGetCoupon.js +2 -1
- package/esm/mcp-server/tools/couponsGetCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsQueryCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsQueryCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsQueryCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsUpdateCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsUpdateCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsUpdateCoupon.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.js +1 -0
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.js +2 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.js +2 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.js +2 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.js +1 -0
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.js +2 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/customersCreateCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersCreateCustomer.js +1 -0
- package/esm/mcp-server/tools/customersCreateCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.js +2 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomer.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.js.map +1 -1
- package/esm/mcp-server/tools/customersQueryCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersQueryCustomer.js +1 -0
- package/esm/mcp-server/tools/customersQueryCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersUpdateCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersUpdateCustomer.js +1 -0
- package/esm/mcp-server/tools/customersUpdateCustomer.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.js +1 -0
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.js +2 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.d.ts.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.js +1 -0
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.js.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.d.ts.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.js +2 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.js.map +1 -1
- package/esm/mcp-server/tools/environmentsCreateEnvironment.d.ts.map +1 -1
- package/esm/mcp-server/tools/environmentsCreateEnvironment.js +1 -0
- package/esm/mcp-server/tools/environmentsCreateEnvironment.js.map +1 -1
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.d.ts.map +1 -1
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.js +1 -0
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetEvent.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetEvent.js +2 -1
- package/esm/mcp-server/tools/eventsGetEvent.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.js +1 -0
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageByMeter.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageByMeter.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageByMeter.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageStatistics.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageStatistics.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageStatistics.js.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEvent.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEvent.js +1 -0
- package/esm/mcp-server/tools/eventsIngestEvent.js.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEventsBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEventsBulk.js +1 -0
- package/esm/mcp-server/tools/eventsIngestEventsBulk.js.map +1 -1
- package/esm/mcp-server/tools/eventsListRawEvents.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsListRawEvents.js +1 -0
- package/esm/mcp-server/tools/eventsListRawEvents.js.map +1 -1
- package/esm/mcp-server/tools/featuresCreateFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresCreateFeature.js +1 -0
- package/esm/mcp-server/tools/featuresCreateFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.js +2 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresQueryFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresQueryFeature.js +1 -0
- package/esm/mcp-server/tools/featuresQueryFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresUpdateFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresUpdateFeature.js +1 -0
- package/esm/mcp-server/tools/featuresUpdateFeature.js.map +1 -1
- package/esm/mcp-server/tools/groupsCreateGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsCreateGroup.js +1 -0
- package/esm/mcp-server/tools/groupsCreateGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.js +2 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsGetGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsGetGroup.js +2 -1
- package/esm/mcp-server/tools/groupsGetGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsQueryGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsQueryGroup.js +1 -0
- package/esm/mcp-server/tools/groupsQueryGroup.js.map +1 -1
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.js +1 -0
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.js +2 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.js +2 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.js +2 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.js.map +1 -1
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.js +1 -0
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.js.map +1 -1
- package/esm/mcp-server/tools/invoicesCreateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesCreateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesCreateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.js +2 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.js +2 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.js +2 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.js +1 -0
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.js.map +1 -1
- package/esm/mcp-server/tools/invoicesQueryInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesQueryInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesQueryInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.js +1 -0
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.js.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesUpdateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.js +1 -0
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.js.map +1 -1
- package/esm/mcp-server/tools/invoicesVoidInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesVoidInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesVoidInvoice.js.map +1 -1
- package/esm/mcp-server/tools/paymentsCreatePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsCreatePayment.js +1 -0
- package/esm/mcp-server/tools/paymentsCreatePayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.js +2 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsGetPayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsGetPayment.js +2 -1
- package/esm/mcp-server/tools/paymentsGetPayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsListPayments.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsListPayments.js +2 -1
- package/esm/mcp-server/tools/paymentsListPayments.js.map +1 -1
- package/esm/mcp-server/tools/paymentsProcessPayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsProcessPayment.js +1 -0
- package/esm/mcp-server/tools/paymentsProcessPayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsUpdatePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsUpdatePayment.js +1 -0
- package/esm/mcp-server/tools/paymentsUpdatePayment.js.map +1 -1
- package/esm/mcp-server/tools/plansCreatePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansCreatePlan.js +1 -0
- package/esm/mcp-server/tools/plansCreatePlan.js.map +1 -1
- package/esm/mcp-server/tools/plansDeletePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansDeletePlan.js +2 -1
- package/esm/mcp-server/tools/plansDeletePlan.js.map +1 -1
- package/esm/mcp-server/tools/plansGetPlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansGetPlan.js +2 -1
- package/esm/mcp-server/tools/plansGetPlan.js.map +1 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.js +1 -0
- package/esm/mcp-server/tools/plansPostPlansIdClone.js.map +1 -1
- package/esm/mcp-server/tools/plansQueryPlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansQueryPlan.js +1 -0
- package/esm/mcp-server/tools/plansQueryPlan.js.map +1 -1
- package/esm/mcp-server/tools/plansSyncPlanPrices.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansSyncPlanPrices.js +1 -0
- package/esm/mcp-server/tools/plansSyncPlanPrices.js.map +1 -1
- package/esm/mcp-server/tools/plansUpdatePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansUpdatePlan.js +1 -0
- package/esm/mcp-server/tools/plansUpdatePlan.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.js +2 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.js +2 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.js +2 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.js +2 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePrice.js +1 -0
- package/esm/mcp-server/tools/pricesCreatePrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePricesBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePricesBulk.js +1 -0
- package/esm/mcp-server/tools/pricesCreatePricesBulk.js.map +1 -1
- package/esm/mcp-server/tools/pricesDeletePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesDeletePrice.js +2 -1
- package/esm/mcp-server/tools/pricesDeletePrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesGetPrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesGetPrice.js +2 -1
- package/esm/mcp-server/tools/pricesGetPrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.js +2 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.js.map +1 -1
- package/esm/mcp-server/tools/pricesQueryPrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesQueryPrice.js +1 -0
- package/esm/mcp-server/tools/pricesQueryPrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesUpdatePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesUpdatePrice.js +1 -0
- package/esm/mcp-server/tools/pricesUpdatePrice.js.map +1 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.d.ts.map +1 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.js +2 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.js.map +1 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.d.ts.map +1 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.js +2 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/secretsCreateApiKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsCreateApiKey.js +1 -0
- package/esm/mcp-server/tools/secretsCreateApiKey.js.map +1 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.js +2 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.js.map +1 -1
- package/esm/mcp-server/tools/secretsListApiKeys.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsListApiKeys.js +2 -1
- package/esm/mcp-server/tools/secretsListApiKeys.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.js +1 -0
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.js +2 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.js +1 -0
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.js +1 -0
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.js +1 -0
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.js +2 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.js +1 -0
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/tasksCreateTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksCreateTask.js +1 -0
- package/esm/mcp-server/tools/tasksCreateTask.js.map +1 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.js +2 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.js.map +1 -1
- package/esm/mcp-server/tools/tasksGetTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksGetTask.js +2 -1
- package/esm/mcp-server/tools/tasksGetTask.js.map +1 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.js +2 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.js.map +1 -1
- package/esm/mcp-server/tools/tasksListTasks.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksListTasks.js +2 -1
- package/esm/mcp-server/tools/tasksListTasks.js.map +1 -1
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.js +1 -0
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.js +1 -0
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.js +1 -0
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.js +1 -0
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.js +2 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.js +2 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.js +2 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.js +1 -0
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.js +2 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.js.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.js +2 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.js.map +1 -1
- package/esm/mcp-server/tools/tenantsUpdateTenant.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsUpdateTenant.js +1 -0
- package/esm/mcp-server/tools/tenantsUpdateTenant.js.map +1 -1
- package/esm/mcp-server/tools/usersCreateUser.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersCreateUser.js +1 -0
- package/esm/mcp-server/tools/usersCreateUser.js.map +1 -1
- package/esm/mcp-server/tools/usersGetUserInfo.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersGetUserInfo.js +2 -1
- package/esm/mcp-server/tools/usersGetUserInfo.js.map +1 -1
- package/esm/mcp-server/tools/usersQueryUser.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersQueryUser.js +1 -0
- package/esm/mcp-server/tools/usersQueryUser.js.map +1 -1
- package/esm/mcp-server/tools/walletsCreateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsCreateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsCreateWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.js +2 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWallet.js +2 -1
- package/esm/mcp-server/tools/walletsGetWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.js.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWallet.js +1 -0
- package/esm/mcp-server/tools/walletsQueryWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.js +1 -0
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.js.map +1 -1
- package/esm/mcp-server/tools/walletsTerminateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsTerminateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsTerminateWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsTopUpWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsTopUpWallet.js +1 -0
- package/esm/mcp-server/tools/walletsTopUpWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsUpdateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsUpdateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsUpdateWallet.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.js.map +1 -1
- package/esm/mcp-server/tools/workflowsQueryWorkflow.d.ts.map +1 -1
- package/esm/mcp-server/tools/workflowsQueryWorkflow.js +1 -0
- package/esm/mcp-server/tools/workflowsQueryWorkflow.js.map +1 -1
- package/esm/models/typescreditgrantexpirydurationunit.d.ts +1 -1
- package/esm/models/typeswindowsize.d.ts +2 -2
- package/esm/models/typeswindowsize.js +2 -2
- package/esm/models/typeswindowsize.js.map +1 -1
- package/esm/tsconfig.tsbuildinfo +1 -0
- package/manifest.json +804 -0
- package/package.json +1 -1
- package/src/funcs/addonsCreateAddon.ts +11 -4
- package/src/funcs/addonsDeleteAddon.ts +11 -4
- package/src/funcs/addonsGetAddon.ts +11 -4
- package/src/funcs/addonsGetAddonByLookupKey.ts +11 -4
- package/src/funcs/addonsQueryAddon.ts +11 -4
- package/src/funcs/addonsUpdateAddon.ts +11 -4
- package/src/funcs/alertsQueryAlertLog.ts +11 -4
- package/src/funcs/costsCreateCostsheet.ts +11 -4
- package/src/funcs/costsDeleteCostsheet.ts +11 -4
- package/src/funcs/costsGetActiveCostsheet.ts +11 -4
- package/src/funcs/costsGetCostsheet.ts +11 -4
- package/src/funcs/costsGetDetailedCostAnalytics.ts +11 -4
- package/src/funcs/costsGetDetailedCostAnalyticsV2.ts +11 -4
- package/src/funcs/costsQueryCostsheet.ts +11 -4
- package/src/funcs/costsUpdateCostsheet.ts +11 -4
- package/src/funcs/couponsCreateCoupon.ts +11 -4
- package/src/funcs/couponsDeleteCoupon.ts +11 -4
- package/src/funcs/couponsGetCoupon.ts +11 -4
- package/src/funcs/couponsQueryCoupon.ts +11 -4
- package/src/funcs/couponsUpdateCoupon.ts +11 -4
- package/src/funcs/creditGrantsCreateCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsDeleteCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsGetCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsGetPlanCreditGrants.ts +11 -4
- package/src/funcs/creditGrantsUpdateCreditGrant.ts +11 -4
- package/src/funcs/creditNotesCreateCreditNote.ts +11 -4
- package/src/funcs/creditNotesGetCreditNote.ts +11 -4
- package/src/funcs/creditNotesProcessCreditNote.ts +11 -4
- package/src/funcs/creditNotesVoidCreditNote.ts +11 -4
- package/src/funcs/customersCreateCustomer.ts +11 -4
- package/src/funcs/customersDeleteCustomer.ts +11 -4
- package/src/funcs/customersGetCustomer.ts +11 -4
- package/src/funcs/customersGetCustomerByExternalId.ts +11 -4
- package/src/funcs/customersGetCustomerEntitlements.ts +11 -4
- package/src/funcs/customersGetCustomerUpcomingGrants.ts +11 -4
- package/src/funcs/customersGetCustomerUsageSummary.ts +11 -4
- package/src/funcs/customersQueryCustomer.ts +11 -4
- package/src/funcs/customersUpdateCustomer.ts +11 -4
- package/src/funcs/entitlementsCreateEntitlement.ts +11 -4
- package/src/funcs/entitlementsCreateEntitlementsBulk.ts +11 -4
- package/src/funcs/entitlementsDeleteEntitlement.ts +11 -4
- package/src/funcs/entitlementsGetAddonEntitlements.ts +11 -4
- package/src/funcs/entitlementsGetEntitlement.ts +11 -4
- package/src/funcs/entitlementsGetPlanEntitlements.ts +11 -4
- package/src/funcs/entitlementsQueryEntitlement.ts +11 -4
- package/src/funcs/entitlementsUpdateEntitlement.ts +11 -4
- package/src/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.ts +11 -4
- package/src/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts +11 -4
- package/src/funcs/environmentsCreateEnvironment.ts +11 -4
- package/src/funcs/environmentsUpdateEnvironment.ts +11 -4
- package/src/funcs/eventsGetEvent.ts +11 -4
- package/src/funcs/eventsGetHuggingfaceInferenceData.ts +11 -4
- package/src/funcs/eventsGetUsageAnalytics.ts +11 -4
- package/src/funcs/eventsGetUsageByMeter.ts +11 -4
- package/src/funcs/eventsGetUsageStatistics.ts +11 -4
- package/src/funcs/eventsIngestEvent.ts +11 -4
- package/src/funcs/eventsIngestEventsBulk.ts +11 -4
- package/src/funcs/eventsListRawEvents.ts +11 -4
- package/src/funcs/featuresCreateFeature.ts +11 -4
- package/src/funcs/featuresDeleteFeature.ts +11 -4
- package/src/funcs/featuresQueryFeature.ts +11 -4
- package/src/funcs/featuresUpdateFeature.ts +11 -4
- package/src/funcs/groupsCreateGroup.ts +11 -4
- package/src/funcs/groupsDeleteGroup.ts +11 -4
- package/src/funcs/groupsGetGroup.ts +11 -4
- package/src/funcs/groupsQueryGroup.ts +11 -4
- package/src/funcs/integrationsCreateOrUpdateIntegration.ts +11 -4
- package/src/funcs/integrationsDeleteIntegration.ts +11 -4
- package/src/funcs/integrationsGetIntegration.ts +11 -4
- package/src/funcs/integrationsListLinkedIntegrations.ts +11 -4
- package/src/funcs/invoicesAttemptInvoicePayment.ts +11 -4
- package/src/funcs/invoicesCreateInvoice.ts +11 -4
- package/src/funcs/invoicesFinalizeInvoice.ts +11 -4
- package/src/funcs/invoicesGetCustomerInvoiceSummary.ts +11 -4
- package/src/funcs/invoicesGetInvoice.ts +11 -4
- package/src/funcs/invoicesGetInvoicePdf.ts +11 -4
- package/src/funcs/invoicesGetInvoicePreview.ts +11 -4
- package/src/funcs/invoicesQueryInvoice.ts +11 -4
- package/src/funcs/invoicesRecalculateInvoice.ts +11 -4
- package/src/funcs/invoicesTriggerInvoiceCommsWebhook.ts +11 -4
- package/src/funcs/invoicesUpdateInvoice.ts +11 -4
- package/src/funcs/invoicesUpdateInvoicePaymentStatus.ts +11 -4
- package/src/funcs/invoicesVoidInvoice.ts +11 -4
- package/src/funcs/paymentsCreatePayment.ts +11 -4
- package/src/funcs/paymentsDeletePayment.ts +11 -4
- package/src/funcs/paymentsGetPayment.ts +11 -4
- package/src/funcs/paymentsListPayments.ts +11 -4
- package/src/funcs/paymentsProcessPayment.ts +11 -4
- package/src/funcs/paymentsUpdatePayment.ts +11 -4
- package/src/funcs/plansCreatePlan.ts +11 -4
- package/src/funcs/plansDeletePlan.ts +11 -4
- package/src/funcs/plansGetPlan.ts +11 -4
- package/src/funcs/plansPostPlansIdClone.ts +11 -4
- package/src/funcs/plansQueryPlan.ts +11 -4
- package/src/funcs/plansSyncPlanPrices.ts +11 -4
- package/src/funcs/plansUpdatePlan.ts +11 -4
- package/src/funcs/priceUnitsCreatePriceUnit.ts +11 -4
- package/src/funcs/priceUnitsDeletePriceUnit.ts +11 -4
- package/src/funcs/priceUnitsGetPriceUnit.ts +11 -4
- package/src/funcs/priceUnitsGetPriceUnitByCode.ts +11 -4
- package/src/funcs/priceUnitsListPriceUnits.ts +11 -4
- package/src/funcs/priceUnitsQueryPriceUnit.ts +11 -4
- package/src/funcs/priceUnitsUpdatePriceUnit.ts +11 -4
- package/src/funcs/pricesCreatePrice.ts +11 -4
- package/src/funcs/pricesCreatePricesBulk.ts +11 -4
- package/src/funcs/pricesDeletePrice.ts +11 -4
- package/src/funcs/pricesGetPrice.ts +11 -4
- package/src/funcs/pricesGetPriceByLookupKey.ts +11 -4
- package/src/funcs/pricesQueryPrice.ts +11 -4
- package/src/funcs/pricesUpdatePrice.ts +11 -4
- package/src/funcs/rbacGetRBACRole.ts +11 -4
- package/src/funcs/rbacListRBACRoles.ts +11 -4
- package/src/funcs/scheduledTasksCreateScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksDeleteScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksGetScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksListScheduledTasks.ts +11 -4
- package/src/funcs/scheduledTasksScheduleUpdateBillingPeriod.ts +11 -4
- package/src/funcs/scheduledTasksTriggerScheduledTaskRun.ts +11 -4
- package/src/funcs/scheduledTasksUpdateScheduledTask.ts +11 -4
- package/src/funcs/secretsCreateApiKey.ts +11 -4
- package/src/funcs/secretsDeleteApiKey.ts +11 -4
- package/src/funcs/secretsListApiKeys.ts +11 -4
- package/src/funcs/subscriptionsActivateSubscription.ts +11 -4
- package/src/funcs/subscriptionsAddSubscriptionAddon.ts +11 -4
- package/src/funcs/subscriptionsCancelSubscription.ts +11 -4
- package/src/funcs/subscriptionsCancelSubscriptionSchedule.ts +11 -4
- package/src/funcs/subscriptionsCreateSubscription.ts +11 -4
- package/src/funcs/subscriptionsCreateSubscriptionLineItem.ts +11 -4
- package/src/funcs/subscriptionsDeleteSubscriptionLineItem.ts +11 -4
- package/src/funcs/subscriptionsExecuteSubscriptionChange.ts +11 -4
- package/src/funcs/subscriptionsGetSubscription.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionAddonAssociations.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionEntitlements.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionSchedule.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionUpcomingGrants.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionUsage.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionV2.ts +11 -4
- package/src/funcs/subscriptionsListAllSubscriptionSchedules.ts +11 -4
- package/src/funcs/subscriptionsListSubscriptionPauses.ts +11 -4
- package/src/funcs/subscriptionsListSubscriptionSchedules.ts +11 -4
- package/src/funcs/subscriptionsPauseSubscription.ts +11 -4
- package/src/funcs/subscriptionsPreviewSubscriptionChange.ts +11 -4
- package/src/funcs/subscriptionsQuerySubscription.ts +11 -4
- package/src/funcs/subscriptionsRemoveSubscriptionAddon.ts +11 -4
- package/src/funcs/subscriptionsResumeSubscription.ts +11 -4
- package/src/funcs/subscriptionsUpdateSubscription.ts +11 -4
- package/src/funcs/subscriptionsUpdateSubscriptionLineItem.ts +11 -4
- package/src/funcs/tasksCreateTask.ts +11 -4
- package/src/funcs/tasksDownloadTaskExport.ts +11 -4
- package/src/funcs/tasksGetTask.ts +11 -4
- package/src/funcs/tasksGetTaskResult.ts +11 -4
- package/src/funcs/tasksListTasks.ts +11 -4
- package/src/funcs/tasksUpdateTaskStatus.ts +11 -4
- package/src/funcs/taxAssociationsCreateTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsDeleteTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsGetTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsListTaxAssociations.ts +11 -4
- package/src/funcs/taxAssociationsUpdateTaxAssociation.ts +11 -4
- package/src/funcs/taxRatesCreateTaxRate.ts +11 -4
- package/src/funcs/taxRatesDeleteTaxRate.ts +11 -4
- package/src/funcs/taxRatesGetTaxRate.ts +11 -4
- package/src/funcs/taxRatesGetTaxRates.ts +11 -4
- package/src/funcs/taxRatesUpdateTaxRate.ts +11 -4
- package/src/funcs/tenantsGetTenantBillingUsage.ts +11 -4
- package/src/funcs/tenantsGetTenantById.ts +11 -4
- package/src/funcs/tenantsUpdateTenant.ts +11 -4
- package/src/funcs/usersCreateUser.ts +11 -4
- package/src/funcs/usersGetUserInfo.ts +11 -4
- package/src/funcs/usersQueryUser.ts +11 -4
- package/src/funcs/walletsCreateWallet.ts +11 -4
- package/src/funcs/walletsGetCustomerWallets.ts +11 -4
- package/src/funcs/walletsGetWallet.ts +11 -4
- package/src/funcs/walletsGetWalletBalance.ts +11 -4
- package/src/funcs/walletsGetWalletTransactions.ts +11 -4
- package/src/funcs/walletsGetWalletsByCustomerId.ts +11 -4
- package/src/funcs/walletsQueryWallet.ts +11 -4
- package/src/funcs/walletsQueryWalletTransaction.ts +11 -4
- package/src/funcs/walletsTerminateWallet.ts +11 -4
- package/src/funcs/walletsTopUpWallet.ts +11 -4
- package/src/funcs/walletsUpdateWallet.ts +11 -4
- package/src/funcs/webhooksHandleChargebeeWebhook.ts +11 -4
- package/src/funcs/webhooksHandleHubspotWebhook.ts +11 -4
- package/src/funcs/webhooksHandleMoyasarWebhook.ts +11 -4
- package/src/funcs/webhooksHandleNomodWebhook.ts +11 -4
- package/src/funcs/webhooksHandleQuickbooksWebhook.ts +11 -4
- package/src/funcs/webhooksHandleRazorpayWebhook.ts +11 -4
- package/src/funcs/webhooksHandleStripeWebhook.ts +11 -4
- package/src/funcs/workflowsQueryWorkflow.ts +11 -4
- package/src/landing-page.ts +13 -13
- package/src/lib/config.ts +4 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/build.mts +73 -0
- package/src/mcp-server/cli/serve/command.ts +8 -0
- package/src/mcp-server/cli/serve/impl.ts +1 -0
- package/src/mcp-server/cli/start/command.ts +8 -0
- package/src/mcp-server/cli/start/impl.ts +2 -0
- package/src/mcp-server/flags.ts +2 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/scopes.ts +4 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/addonsCreateAddon.ts +1 -0
- package/src/mcp-server/tools/addonsDeleteAddon.ts +2 -1
- package/src/mcp-server/tools/addonsGetAddon.ts +2 -1
- package/src/mcp-server/tools/addonsGetAddonByLookupKey.ts +2 -1
- package/src/mcp-server/tools/addonsQueryAddon.ts +1 -0
- package/src/mcp-server/tools/addonsUpdateAddon.ts +1 -0
- package/src/mcp-server/tools/alertsQueryAlertLog.ts +1 -0
- package/src/mcp-server/tools/costsCreateCostsheet.ts +1 -0
- package/src/mcp-server/tools/costsDeleteCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetActiveCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetDetailedCostAnalytics.ts +1 -0
- package/src/mcp-server/tools/costsGetDetailedCostAnalyticsV2.ts +1 -0
- package/src/mcp-server/tools/costsQueryCostsheet.ts +1 -0
- package/src/mcp-server/tools/costsUpdateCostsheet.ts +1 -0
- package/src/mcp-server/tools/couponsCreateCoupon.ts +1 -0
- package/src/mcp-server/tools/couponsDeleteCoupon.ts +2 -1
- package/src/mcp-server/tools/couponsGetCoupon.ts +2 -1
- package/src/mcp-server/tools/couponsQueryCoupon.ts +1 -0
- package/src/mcp-server/tools/couponsUpdateCoupon.ts +1 -0
- package/src/mcp-server/tools/creditGrantsCreateCreditGrant.ts +1 -0
- package/src/mcp-server/tools/creditGrantsDeleteCreditGrant.ts +2 -1
- package/src/mcp-server/tools/creditGrantsGetCreditGrant.ts +2 -1
- package/src/mcp-server/tools/creditGrantsGetPlanCreditGrants.ts +2 -1
- package/src/mcp-server/tools/creditGrantsUpdateCreditGrant.ts +1 -0
- package/src/mcp-server/tools/creditNotesCreateCreditNote.ts +1 -0
- package/src/mcp-server/tools/creditNotesGetCreditNote.ts +2 -1
- package/src/mcp-server/tools/creditNotesProcessCreditNote.ts +1 -0
- package/src/mcp-server/tools/creditNotesVoidCreditNote.ts +1 -0
- package/src/mcp-server/tools/customersCreateCustomer.ts +1 -0
- package/src/mcp-server/tools/customersDeleteCustomer.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomer.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerByExternalId.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerEntitlements.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerUsageSummary.ts +2 -1
- package/src/mcp-server/tools/customersQueryCustomer.ts +1 -0
- package/src/mcp-server/tools/customersUpdateCustomer.ts +1 -0
- package/src/mcp-server/tools/entitlementsCreateEntitlement.ts +1 -0
- package/src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts +1 -0
- package/src/mcp-server/tools/entitlementsDeleteEntitlement.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetAddonEntitlements.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetEntitlement.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetPlanEntitlements.ts +2 -1
- package/src/mcp-server/tools/entitlementsQueryEntitlement.ts +1 -0
- package/src/mcp-server/tools/entitlementsUpdateEntitlement.ts +1 -0
- package/src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts +1 -0
- package/src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts +2 -1
- package/src/mcp-server/tools/environmentsCreateEnvironment.ts +1 -0
- package/src/mcp-server/tools/environmentsUpdateEnvironment.ts +1 -0
- package/src/mcp-server/tools/eventsGetEvent.ts +2 -1
- package/src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageAnalytics.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageByMeter.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageStatistics.ts +1 -0
- package/src/mcp-server/tools/eventsIngestEvent.ts +1 -0
- package/src/mcp-server/tools/eventsIngestEventsBulk.ts +1 -0
- package/src/mcp-server/tools/eventsListRawEvents.ts +1 -0
- package/src/mcp-server/tools/featuresCreateFeature.ts +1 -0
- package/src/mcp-server/tools/featuresDeleteFeature.ts +2 -1
- package/src/mcp-server/tools/featuresQueryFeature.ts +1 -0
- package/src/mcp-server/tools/featuresUpdateFeature.ts +1 -0
- package/src/mcp-server/tools/groupsCreateGroup.ts +1 -0
- package/src/mcp-server/tools/groupsDeleteGroup.ts +2 -1
- package/src/mcp-server/tools/groupsGetGroup.ts +2 -1
- package/src/mcp-server/tools/groupsQueryGroup.ts +1 -0
- package/src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts +1 -0
- package/src/mcp-server/tools/integrationsDeleteIntegration.ts +2 -1
- package/src/mcp-server/tools/integrationsGetIntegration.ts +2 -1
- package/src/mcp-server/tools/integrationsListLinkedIntegrations.ts +2 -1
- package/src/mcp-server/tools/invoicesAttemptInvoicePayment.ts +1 -0
- package/src/mcp-server/tools/invoicesCreateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesFinalizeInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesGetCustomerInvoiceSummary.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoice.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoicePdf.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoicePreview.ts +1 -0
- package/src/mcp-server/tools/invoicesQueryInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesRecalculateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.ts +1 -0
- package/src/mcp-server/tools/invoicesUpdateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.ts +1 -0
- package/src/mcp-server/tools/invoicesVoidInvoice.ts +1 -0
- package/src/mcp-server/tools/paymentsCreatePayment.ts +1 -0
- package/src/mcp-server/tools/paymentsDeletePayment.ts +2 -1
- package/src/mcp-server/tools/paymentsGetPayment.ts +2 -1
- package/src/mcp-server/tools/paymentsListPayments.ts +2 -1
- package/src/mcp-server/tools/paymentsProcessPayment.ts +1 -0
- package/src/mcp-server/tools/paymentsUpdatePayment.ts +1 -0
- package/src/mcp-server/tools/plansCreatePlan.ts +1 -0
- package/src/mcp-server/tools/plansDeletePlan.ts +2 -1
- package/src/mcp-server/tools/plansGetPlan.ts +2 -1
- package/src/mcp-server/tools/plansPostPlansIdClone.ts +1 -0
- package/src/mcp-server/tools/plansQueryPlan.ts +1 -0
- package/src/mcp-server/tools/plansSyncPlanPrices.ts +1 -0
- package/src/mcp-server/tools/plansUpdatePlan.ts +1 -0
- package/src/mcp-server/tools/priceUnitsCreatePriceUnit.ts +1 -0
- package/src/mcp-server/tools/priceUnitsDeletePriceUnit.ts +2 -1
- package/src/mcp-server/tools/priceUnitsGetPriceUnit.ts +2 -1
- package/src/mcp-server/tools/priceUnitsGetPriceUnitByCode.ts +2 -1
- package/src/mcp-server/tools/priceUnitsListPriceUnits.ts +2 -1
- package/src/mcp-server/tools/priceUnitsQueryPriceUnit.ts +1 -0
- package/src/mcp-server/tools/priceUnitsUpdatePriceUnit.ts +1 -0
- package/src/mcp-server/tools/pricesCreatePrice.ts +1 -0
- package/src/mcp-server/tools/pricesCreatePricesBulk.ts +1 -0
- package/src/mcp-server/tools/pricesDeletePrice.ts +2 -1
- package/src/mcp-server/tools/pricesGetPrice.ts +2 -1
- package/src/mcp-server/tools/pricesGetPriceByLookupKey.ts +2 -1
- package/src/mcp-server/tools/pricesQueryPrice.ts +1 -0
- package/src/mcp-server/tools/pricesUpdatePrice.ts +1 -0
- package/src/mcp-server/tools/rbacGetRBACRole.ts +2 -1
- package/src/mcp-server/tools/rbacListRBACRoles.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksCreateScheduledTask.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksDeleteScheduledTask.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksGetScheduledTask.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksListScheduledTasks.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksUpdateScheduledTask.ts +1 -0
- package/src/mcp-server/tools/secretsCreateApiKey.ts +1 -0
- package/src/mcp-server/tools/secretsDeleteApiKey.ts +2 -1
- package/src/mcp-server/tools/secretsListApiKeys.ts +2 -1
- package/src/mcp-server/tools/subscriptionsActivateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsAddSubscriptionAddon.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCancelSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCreateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.ts +1 -0
- package/src/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.ts +2 -1
- package/src/mcp-server/tools/subscriptionsExecuteSubscriptionChange.ts +1 -0
- package/src/mcp-server/tools/subscriptionsGetSubscription.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionSchedule.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionUsage.ts +1 -0
- package/src/mcp-server/tools/subscriptionsGetSubscriptionV2.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListSubscriptionPauses.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListSubscriptionSchedules.ts +2 -1
- package/src/mcp-server/tools/subscriptionsPauseSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsPreviewSubscriptionChange.ts +1 -0
- package/src/mcp-server/tools/subscriptionsQuerySubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.ts +2 -1
- package/src/mcp-server/tools/subscriptionsResumeSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsUpdateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.ts +1 -0
- package/src/mcp-server/tools/tasksCreateTask.ts +1 -0
- package/src/mcp-server/tools/tasksDownloadTaskExport.ts +2 -1
- package/src/mcp-server/tools/tasksGetTask.ts +2 -1
- package/src/mcp-server/tools/tasksGetTaskResult.ts +2 -1
- package/src/mcp-server/tools/tasksListTasks.ts +2 -1
- package/src/mcp-server/tools/tasksUpdateTaskStatus.ts +1 -0
- package/src/mcp-server/tools/taxAssociationsCreateTaxAssociation.ts +1 -0
- package/src/mcp-server/tools/taxAssociationsDeleteTaxAssociation.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsGetTaxAssociation.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsListTaxAssociations.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsUpdateTaxAssociation.ts +1 -0
- package/src/mcp-server/tools/taxRatesCreateTaxRate.ts +1 -0
- package/src/mcp-server/tools/taxRatesDeleteTaxRate.ts +2 -1
- package/src/mcp-server/tools/taxRatesGetTaxRate.ts +2 -1
- package/src/mcp-server/tools/taxRatesGetTaxRates.ts +2 -1
- package/src/mcp-server/tools/taxRatesUpdateTaxRate.ts +1 -0
- package/src/mcp-server/tools/tenantsGetTenantBillingUsage.ts +2 -1
- package/src/mcp-server/tools/tenantsGetTenantById.ts +2 -1
- package/src/mcp-server/tools/tenantsUpdateTenant.ts +1 -0
- package/src/mcp-server/tools/usersCreateUser.ts +1 -0
- package/src/mcp-server/tools/usersGetUserInfo.ts +2 -1
- package/src/mcp-server/tools/usersQueryUser.ts +1 -0
- package/src/mcp-server/tools/walletsCreateWallet.ts +1 -0
- package/src/mcp-server/tools/walletsGetCustomerWallets.ts +2 -1
- package/src/mcp-server/tools/walletsGetWallet.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletBalance.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletTransactions.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletsByCustomerId.ts +2 -1
- package/src/mcp-server/tools/walletsQueryWallet.ts +1 -0
- package/src/mcp-server/tools/walletsQueryWalletTransaction.ts +1 -0
- package/src/mcp-server/tools/walletsTerminateWallet.ts +1 -0
- package/src/mcp-server/tools/walletsTopUpWallet.ts +1 -0
- package/src/mcp-server/tools/walletsUpdateWallet.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleChargebeeWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleHubspotWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleMoyasarWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleNomodWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleQuickbooksWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleRazorpayWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleStripeWebhook.ts +1 -0
- package/src/mcp-server/tools/workflowsQueryWorkflow.ts +1 -0
- package/src/models/typeswindowsize.ts +2 -2
- package/tsconfig.json +35 -0
|
@@ -12,12 +12,13 @@ export const tool$eventsGetEvent = {
|
|
|
12
12
|
description: `Get event
|
|
13
13
|
|
|
14
14
|
Use when debugging a specific event (e.g. why it failed or how it was aggregated). Includes processing status and debug info.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetEvent.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yBAAyB;CACnC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgC;IAC9D,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE;;8HAE+G;IAC5H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"eventsGetEvent.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yBAAyB;CACnC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgC;IAC9D,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE;;8HAE+G;IAC5H,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,cAAc,CACnC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetHuggingfaceInferenceData.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,sCAAsC,EAAE,
|
|
1
|
+
{"version":3,"file":"eventsGetHuggingfaceInferenceData.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,sCAAsC,EAAE,cA4BpD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tool$eventsGetHuggingfaceInferenceData = {
|
|
|
8
8
|
description: `Get Hugging Face inference data
|
|
9
9
|
|
|
10
10
|
Use when fetching Hugging Face inference usage or billing data (e.g. for HF-specific reporting or reconciliation).`,
|
|
11
|
+
scopes: ["full"],
|
|
11
12
|
annotations: {
|
|
12
13
|
"title": "",
|
|
13
14
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetHuggingfaceInferenceData.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,sCAAsC,GAAmB;IACpE,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;mHAEoG;IACjH,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE;QAC1B,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iCAAiC,CACtD,MAAM,EACN,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsGetHuggingfaceInferenceData.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,sCAAsC,GAAmB;IACpE,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;mHAEoG;IACjH,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE;QAC1B,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iCAAiC,CACtD,MAAM,EACN,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageAnalytics.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageAnalytics.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsGetUsageAnalytics.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageAnalytics.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BpE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsGetUsageAnalytics = {
|
|
|
12
12
|
description: `Get usage analytics
|
|
13
13
|
|
|
14
14
|
Use when building analytics views (e.g. usage by feature or customer over time). Supports filtering, grouping, and time-series breakdown.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageAnalytics.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageAnalytics.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE;;0IAE2H;IACxI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsGetUsageAnalytics.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageAnalytics.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE;;0IAE2H;IACxI,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageByMeter.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageByMeter.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsGetUsageByMeter.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageByMeter.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsGetUsageByMeter = {
|
|
|
12
12
|
description: `Get usage by meter
|
|
13
13
|
|
|
14
14
|
Use when showing usage for a specific meter (e.g. dashboard or overage check). Supports time range, filters, and grouping by customer or subscription.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageByMeter.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageByMeter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;uJAEwI;IACrJ,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsGetUsageByMeter.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageByMeter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;uJAEwI;IACrJ,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageStatistics.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageStatistics.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsGetUsageStatistics.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageStatistics.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BrE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsGetUsageStatistics = {
|
|
|
12
12
|
description: `Get usage statistics
|
|
13
13
|
|
|
14
14
|
Use when building usage reports or dashboards across events. Supports filters and grouping; defaults to last 7 days if no range provided.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetUsageStatistics.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageStatistics.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;0IAE2H;IACxI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,wBAAwB,CAC7C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsGetUsageStatistics.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetUsageStatistics.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE;;0IAE2H;IACxI,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,wBAAwB,CAC7C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsIngestEvent.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEvent.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsIngestEvent.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEvent.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B9D,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsIngestEvent = {
|
|
|
12
12
|
description: `Ingest event
|
|
13
13
|
|
|
14
14
|
Use when sending a single usage event from your app (e.g. one API call or one GB stored). Events are processed asynchronously; returns 202 with event_id.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsIngestEvent.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;0JAE2I;IACxJ,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iBAAiB,CACtC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsIngestEvent.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;0JAE2I;IACxJ,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iBAAiB,CACtC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsIngestEventsBulk.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEventsBulk.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsIngestEventsBulk.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEventsBulk.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BnE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsIngestEventsBulk = {
|
|
|
12
12
|
description: `Bulk ingest events
|
|
13
13
|
|
|
14
14
|
Use when batching usage events (e.g. backfill or high-volume ingestion). More efficient than single event calls; returns 202 when accepted.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsIngestEventsBulk.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEventsBulk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAgC;IACtE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;4IAE6H;IAC1I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,sBAAsB,CAC3C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsIngestEventsBulk.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsIngestEventsBulk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAgC;IACtE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;4IAE6H;IAC1I,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,sBAAsB,CAC3C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsListRawEvents.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsListRawEvents.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsListRawEvents.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsListRawEvents.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BhE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$eventsListRawEvents = {
|
|
|
12
12
|
description: `List raw events
|
|
13
13
|
|
|
14
14
|
Use when debugging ingestion or exporting raw event data (e.g. support or audit). Returns a paginated list; supports time range and sorting.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsListRawEvents.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsListRawEvents.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAgC;IACnE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;6IAE8H;IAC3I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,mBAAmB,CACxC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventsListRawEvents.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsListRawEvents.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAgC;IACnE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;6IAE8H;IAC3I,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,mBAAmB,CACxC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresCreateFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresCreateFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"featuresCreateFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresCreateFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$featuresCreateFeature = {
|
|
|
12
12
|
description: `Create feature
|
|
13
13
|
|
|
14
14
|
Use when defining a new feature or capability to gate or meter (e.g. feature flags or usage-based limits). Ideal for boolean or usage features.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresCreateFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresCreateFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;gJAEiI;IAC9I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"featuresCreateFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresCreateFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;gJAEiI;IAC9I,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresDeleteFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresDeleteFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"featuresDeleteFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresDeleteFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$featuresDeleteFeature = {
|
|
|
12
12
|
description: `Delete feature
|
|
13
13
|
|
|
14
14
|
Use when retiring a feature (e.g. deprecated capability). Returns 200 with success message.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresDeleteFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresDeleteFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;4FAE6E;IAC1F,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"featuresDeleteFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresDeleteFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;4FAE6E;IAC1F,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresQueryFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresQueryFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"featuresQueryFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresQueryFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BjE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$featuresQueryFeature = {
|
|
|
12
12
|
description: `Query features
|
|
13
13
|
|
|
14
14
|
Use when listing or searching features (e.g. catalog or entitlement setup). Returns a paginated list; supports filtering and sorting.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresQueryFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresQueryFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAgC;IACpE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;sIAEuH;IACpI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,oBAAoB,CACzC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"featuresQueryFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresQueryFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAgC;IACpE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;sIAEuH;IACpI,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,oBAAoB,CACzC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresUpdateFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresUpdateFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"featuresUpdateFeature.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresUpdateFeature.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$featuresUpdateFeature = {
|
|
|
12
12
|
description: `Update feature
|
|
13
13
|
|
|
14
14
|
Use when changing feature definition (e.g. name, type, or meter). Request body contains the fields to update.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featuresUpdateFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresUpdateFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;8GAE+F;IAC5G,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"featuresUpdateFeature.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/featuresUpdateFeature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,8BAA8B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;8GAE+F;IAC5G,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsCreateGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsCreateGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"groupsCreateGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsCreateGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B9D,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$groupsCreateGroup = {
|
|
|
12
12
|
description: `Create group
|
|
13
13
|
|
|
14
14
|
Use when organizing entities into a group (e.g. for filtering prices or plans by product line or region).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsCreateGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsCreateGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;0GAE2F;IACxG,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iBAAiB,CACtC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"groupsCreateGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsCreateGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;0GAE2F;IACxG,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iBAAiB,CACtC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsDeleteGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsDeleteGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"groupsDeleteGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsDeleteGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B9D,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$groupsDeleteGroup = {
|
|
|
12
12
|
description: `Delete group
|
|
13
13
|
|
|
14
14
|
Use when removing a group and clearing its entity associations (e.g. retiring a product line). Returns 204 or 200 on success.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsDeleteGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsDeleteGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;8HAE+G;IAC5H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"groupsDeleteGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsDeleteGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAgC;IACjE,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;8HAE+G;IAC5H,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,iBAAiB,CACtC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsGetGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsGetGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"groupsGetGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsGetGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B3D,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$groupsGetGroup = {
|
|
|
12
12
|
description: `Get group
|
|
13
13
|
|
|
14
14
|
Use when you need to load a single group (e.g. for display or to assign entities).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsGetGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsGetGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yBAAyB;CACnC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgC;IAC9D,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE;;mFAEoE;IACjF,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"groupsGetGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsGetGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yBAAyB;CACnC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgC;IAC9D,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE;;mFAEoE;IACjF,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,cAAc,CACnC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsQueryGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsQueryGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"groupsQueryGroup.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsQueryGroup.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B7D,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$groupsQueryGroup = {
|
|
|
12
12
|
description: `Query groups
|
|
13
13
|
|
|
14
14
|
Use when listing or searching groups (e.g. admin catalog). Returns a paginated list; supports filtering and sorting.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupsQueryGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsQueryGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0BAA0B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgC;IAChE,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;qHAEsG;IACnH,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gBAAgB,CACrC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"groupsQueryGroup.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/groupsQueryGroup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0BAA0B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgC;IAChE,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;qHAEsG;IACnH,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gBAAgB,CACrC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsCreateOrUpdateIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0CAA0C,EAAE,cAAc,CACrE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"integrationsCreateOrUpdateIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0CAA0C,EAAE,cAAc,CACrE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$integrationsCreateOrUpdateIntegration = {
|
|
|
12
12
|
description: `Create or update an integration
|
|
13
13
|
|
|
14
14
|
Use when storing or updating credentials for an external integration (e.g. Stripe, HubSpot). Secrets are encrypted at rest.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsCreateOrUpdateIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,6CAA6C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,EAAE;;4HAE6G;IAC1H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qCAAqC,CAC1D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"integrationsCreateOrUpdateIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,0CAA0C,EAAE,MAAM,6CAA6C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAEnD;IACF,IAAI,EAAE,2CAA2C;IACjD,WAAW,EAAE;;4HAE6G;IAC1H,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qCAAqC,CAC1D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsDeleteIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsDeleteIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"integrationsDeleteIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsDeleteIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$integrationsDeleteIntegration = {
|
|
|
12
12
|
description: `Delete an integration
|
|
13
13
|
|
|
14
14
|
Use when disconnecting an integration (e.g. switching provider or removing OAuth). Deletes stored credentials.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsDeleteIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsDeleteIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;+GAEgG;IAC7G,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"integrationsDeleteIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsDeleteIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;+GAEgG;IAC7G,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsGetIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsGetIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"integrationsGetIntegration.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsGetIntegration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BvE,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$integrationsGetIntegration = {
|
|
|
12
12
|
description: `Get integration details
|
|
13
13
|
|
|
14
14
|
Use when you need to check or display integration config (e.g. which provider is linked). Sensitive values may be redacted.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsGetIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsGetIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE;;4HAE6G;IAC1H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"integrationsGetIntegration.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsGetIntegration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE;;4HAE6G;IAC1H,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,0BAA0B,CAC/C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsListLinkedIntegrations.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsListLinkedIntegrations.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,uCAAuC,EAAE,
|
|
1
|
+
{"version":3,"file":"integrationsListLinkedIntegrations.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsListLinkedIntegrations.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,uCAAuC,EAAE,cA4BrD,CAAC"}
|
|
@@ -8,12 +8,13 @@ export const tool$integrationsListLinkedIntegrations = {
|
|
|
8
8
|
description: `List linked integrations
|
|
9
9
|
|
|
10
10
|
Use when showing which integrations are connected (e.g. settings page). Returns providers that have valid linked credentials.`,
|
|
11
|
+
scopes: ["full"],
|
|
11
12
|
annotations: {
|
|
12
13
|
"title": "",
|
|
13
14
|
"destructiveHint": false,
|
|
14
15
|
"idempotentHint": false,
|
|
15
16
|
"openWorldHint": false,
|
|
16
|
-
"readOnlyHint":
|
|
17
|
+
"readOnlyHint": false,
|
|
17
18
|
},
|
|
18
19
|
tool: async (client, ctx) => {
|
|
19
20
|
const [result] = await integrationsListLinkedIntegrations(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationsListLinkedIntegrations.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsListLinkedIntegrations.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,uCAAuC,GAAmB;IACrE,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;8HAE+G;IAC5H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"integrationsListLinkedIntegrations.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/integrationsListLinkedIntegrations.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,CAAC,MAAM,uCAAuC,GAAmB;IACrE,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;8HAE+G;IAC5H,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE;QAC1B,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,kCAAkC,CACvD,MAAM,EACN,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoicesAttemptInvoicePayment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesAttemptInvoicePayment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"invoicesAttemptInvoicePayment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesAttemptInvoicePayment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$invoicesAttemptInvoicePayment = {
|
|
|
12
12
|
description: `Attempt invoice payment
|
|
13
13
|
|
|
14
14
|
Use when paying an invoice with the customer's wallet balance (e.g. prepaid credits or balance applied at checkout).`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoicesAttemptInvoicePayment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesAttemptInvoicePayment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,kCAAkC;IACxC,WAAW,EAAE;;qHAEsG;IACnH,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"invoicesAttemptInvoicePayment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesAttemptInvoicePayment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,sCAAsC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,kCAAkC;IACxC,WAAW,EAAE;;qHAEsG;IACnH,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoicesCreateInvoice.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesCreateInvoice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"invoicesCreateInvoice.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesCreateInvoice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$invoicesCreateInvoice = {
|
|
|
12
12
|
description: `Create one-off invoice
|
|
13
13
|
|
|
14
14
|
Use when creating a manual or one-off invoice (e.g. custom charge or non-recurring billing). Invoice is created in draft; finalize when ready.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoicesCreateInvoice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesCreateInvoice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;+IAEgI;IAC7I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"invoicesCreateInvoice.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesCreateInvoice.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;+IAEgI;IAC7I,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,qBAAqB,CAC1C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoicesFinalizeInvoice.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesFinalizeInvoice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"invoicesFinalizeInvoice.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/invoicesFinalizeInvoice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BpE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$invoicesFinalizeInvoice = {
|
|
|
12
12
|
description: `Finalize invoice
|
|
13
13
|
|
|
14
14
|
Use when locking an invoice for payment (e.g. after review). Once finalized, line items are locked; invoice can be paid or voided.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|