@moovio/sdk 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +218 -66
- package/bin/mcp-server.js.map +28 -23
- package/funcs/receiptsCreate.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/extensions.d.ts +2 -0
- package/mcp-server/extensions.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/prompts.d.ts +26 -0
- package/mcp-server/prompts.d.ts.map +1 -0
- package/mcp-server/prompts.js +47 -0
- package/mcp-server/prompts.js.map +1 -0
- package/mcp-server/resources.d.ts.map +1 -1
- package/mcp-server/resources.js +1 -0
- package/mcp-server/resources.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +4 -2
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools.d.ts.map +1 -1
- package/mcp-server/tools.js +1 -0
- package/mcp-server/tools.js.map +1 -1
- package/models/components/cardpresentpaymentpaymentmethod.d.ts +66 -0
- package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +1 -0
- package/models/components/cardpresentpaymentpaymentmethod.js +93 -0
- package/models/components/cardpresentpaymentpaymentmethod.js.map +1 -0
- package/models/components/createtransfersource.d.ts +2 -0
- package/models/components/createtransfersource.d.ts.map +1 -1
- package/models/components/createtransfersource.js +2 -0
- package/models/components/createtransfersource.js.map +1 -1
- package/models/components/entrymode.d.ts +31 -0
- package/models/components/entrymode.d.ts.map +1 -0
- package/models/components/entrymode.js +63 -0
- package/models/components/entrymode.js.map +1 -0
- package/models/components/feeplan.d.ts +6 -0
- package/models/components/feeplan.d.ts.map +1 -1
- package/models/components/feeplan.js +3 -0
- package/models/components/feeplan.js.map +1 -1
- package/models/components/feeplanagreement.d.ts +6 -0
- package/models/components/feeplanagreement.d.ts.map +1 -1
- package/models/components/feeplanagreement.js +3 -0
- package/models/components/feeplanagreement.js.map +1 -1
- package/models/components/governmentid.d.ts +30 -30
- package/models/components/governmentid.d.ts.map +1 -1
- package/models/components/governmentid.js +38 -35
- package/models/components/governmentid.js.map +1 -1
- package/models/components/governmentiderror.d.ts +30 -30
- package/models/components/governmentiderror.d.ts.map +1 -1
- package/models/components/governmentiderror.js +35 -38
- package/models/components/governmentiderror.js.map +1 -1
- package/models/components/index.d.ts +4 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +4 -0
- package/models/components/index.js.map +1 -1
- package/models/components/minimumcommitment.d.ts +44 -0
- package/models/components/minimumcommitment.d.ts.map +1 -0
- package/models/components/minimumcommitment.js +71 -0
- package/models/components/minimumcommitment.js.map +1 -0
- package/models/components/partnerpricing.d.ts +6 -0
- package/models/components/partnerpricing.d.ts.map +1 -1
- package/models/components/partnerpricing.js +3 -0
- package/models/components/partnerpricing.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +6 -0
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +3 -0
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/paymentmethod.d.ts +5 -0
- package/models/components/paymentmethod.d.ts.map +1 -1
- package/models/components/paymentmethod.js +5 -0
- package/models/components/paymentmethod.js.map +1 -1
- package/models/components/paymentmethodtype.d.ts +3 -0
- package/models/components/paymentmethodtype.d.ts.map +1 -1
- package/models/components/paymentmethodtype.js +1 -0
- package/models/components/paymentmethodtype.js.map +1 -1
- package/models/components/taxid.d.ts +15 -15
- package/models/components/taxid.d.ts.map +1 -1
- package/models/components/taxid.js +20 -18
- package/models/components/taxid.js.map +1 -1
- package/models/components/taxidupdate.d.ts +15 -15
- package/models/components/taxidupdate.d.ts.map +1 -1
- package/models/components/taxidupdate.js +18 -20
- package/models/components/taxidupdate.js.map +1 -1
- package/models/components/terminalcard.d.ts +85 -0
- package/models/components/terminalcard.d.ts.map +1 -0
- package/models/components/terminalcard.js +91 -0
- package/models/components/terminalcard.js.map +1 -0
- package/models/components/transfersource.d.ts +6 -0
- package/models/components/transfersource.d.ts.map +1 -1
- package/models/components/transfersource.js +3 -0
- package/models/components/transfersource.js.map +1 -1
- package/models/components/wallettransactionsourcetype.d.ts +3 -0
- package/models/components/wallettransactionsourcetype.d.ts.map +1 -1
- package/models/components/wallettransactionsourcetype.js +1 -0
- package/models/components/wallettransactionsourcetype.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/receiptsCreate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/extensions.ts +4 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/prompts.ts +110 -0
- package/src/mcp-server/resources.ts +1 -0
- package/src/mcp-server/server.ts +4 -2
- package/src/mcp-server/tools.ts +1 -0
- package/src/models/components/cardpresentpaymentpaymentmethod.ts +124 -0
- package/src/models/components/createtransfersource.ts +4 -0
- package/src/models/components/entrymode.ts +36 -0
- package/src/models/components/feeplan.ts +13 -0
- package/src/models/components/feeplanagreement.ts +13 -0
- package/src/models/components/governmentid.ts +58 -76
- package/src/models/components/governmentiderror.ts +78 -58
- package/src/models/components/index.ts +4 -0
- package/src/models/components/minimumcommitment.ts +83 -0
- package/src/models/components/partnerpricing.ts +13 -0
- package/src/models/components/partnerpricingagreement.ts +13 -0
- package/src/models/components/paymentmethod.ts +22 -2
- package/src/models/components/paymentmethodtype.ts +1 -0
- package/src/models/components/taxid.ts +27 -33
- package/src/models/components/taxidupdate.ts +33 -27
- package/src/models/components/terminalcard.ts +153 -0
- package/src/models/components/transfersource.ts +13 -0
- package/src/models/components/wallettransactionsourcetype.ts +1 -0
package/bin/mcp-server.js
CHANGED
|
@@ -34213,9 +34213,9 @@ var init_config = __esm(() => {
|
|
|
34213
34213
|
SDK_METADATA = {
|
|
34214
34214
|
language: "typescript",
|
|
34215
34215
|
openapiDocVersion: "latest",
|
|
34216
|
-
sdkVersion: "0.
|
|
34217
|
-
genVersion: "2.
|
|
34218
|
-
userAgent: "speakeasy-sdk/typescript 0.
|
|
34216
|
+
sdkVersion: "0.9.0",
|
|
34217
|
+
genVersion: "2.552.1",
|
|
34218
|
+
userAgent: "speakeasy-sdk/typescript 0.9.0 2.552.1 latest @moovio/sdk"
|
|
34219
34219
|
};
|
|
34220
34220
|
});
|
|
34221
34221
|
|
|
@@ -34996,6 +34996,30 @@ var init_core = __esm(() => {
|
|
|
34996
34996
|
};
|
|
34997
34997
|
});
|
|
34998
34998
|
|
|
34999
|
+
// src/mcp-server/prompts.ts
|
|
35000
|
+
function createRegisterPrompt(logger, server, sdk, allowedScopes) {
|
|
35001
|
+
return (prompt) => {
|
|
35002
|
+
const scopes = prompt.scopes ?? [];
|
|
35003
|
+
if (!scopes.every((s) => allowedScopes.has(s))) {
|
|
35004
|
+
return;
|
|
35005
|
+
}
|
|
35006
|
+
if (prompt.args) {
|
|
35007
|
+
if (prompt.description) {
|
|
35008
|
+
server.prompt(prompt.name, prompt.description, prompt.args, async (args, ctx) => prompt.prompt(sdk, args, ctx));
|
|
35009
|
+
} else {
|
|
35010
|
+
server.prompt(prompt.name, prompt.args, async (args, ctx) => prompt.prompt(sdk, args, ctx));
|
|
35011
|
+
}
|
|
35012
|
+
} else {
|
|
35013
|
+
if (prompt.description) {
|
|
35014
|
+
server.prompt(prompt.name, prompt.description, async (ctx) => prompt.prompt(sdk, ctx));
|
|
35015
|
+
} else {
|
|
35016
|
+
server.prompt(prompt.name, async (ctx) => prompt.prompt(sdk, ctx));
|
|
35017
|
+
}
|
|
35018
|
+
}
|
|
35019
|
+
logger.debug("Registered prompt", { name: prompt.name });
|
|
35020
|
+
};
|
|
35021
|
+
}
|
|
35022
|
+
|
|
34999
35023
|
// src/mcp-server/shared.ts
|
|
35000
35024
|
async function consumeStream(stream) {
|
|
35001
35025
|
const reader = stream.getReader();
|
|
@@ -37358,7 +37382,8 @@ var init_paymentmethodtype = __esm(() => {
|
|
|
37358
37382
|
CardPayment: "card-payment",
|
|
37359
37383
|
PushToCard: "push-to-card",
|
|
37360
37384
|
PullFromCard: "pull-from-card",
|
|
37361
|
-
ApplePay: "apple-pay"
|
|
37385
|
+
ApplePay: "apple-pay",
|
|
37386
|
+
CardPresentPayment: "card-present-payment"
|
|
37362
37387
|
};
|
|
37363
37388
|
PaymentMethodType$inboundSchema = nativeEnumType(PaymentMethodType);
|
|
37364
37389
|
PaymentMethodType$outboundSchema = PaymentMethodType$inboundSchema;
|
|
@@ -38597,6 +38622,89 @@ var init_cardpaymentpaymentmethod = __esm(() => {
|
|
|
38597
38622
|
})(CardPaymentPaymentMethod$ ||= {});
|
|
38598
38623
|
});
|
|
38599
38624
|
|
|
38625
|
+
// src/models/components/entrymode.ts
|
|
38626
|
+
var EntryMode, EntryMode$inboundSchema, EntryMode$outboundSchema, EntryMode$;
|
|
38627
|
+
var init_entrymode = __esm(() => {
|
|
38628
|
+
init_lib();
|
|
38629
|
+
EntryMode = {
|
|
38630
|
+
Contactless: "contactless"
|
|
38631
|
+
};
|
|
38632
|
+
EntryMode$inboundSchema = nativeEnumType(EntryMode);
|
|
38633
|
+
EntryMode$outboundSchema = EntryMode$inboundSchema;
|
|
38634
|
+
((EntryMode$) => {
|
|
38635
|
+
EntryMode$.inboundSchema = EntryMode$inboundSchema;
|
|
38636
|
+
EntryMode$.outboundSchema = EntryMode$outboundSchema;
|
|
38637
|
+
})(EntryMode$ ||= {});
|
|
38638
|
+
});
|
|
38639
|
+
|
|
38640
|
+
// src/models/components/terminalcard.ts
|
|
38641
|
+
var TerminalCard$inboundSchema, TerminalCard$outboundSchema, TerminalCard$;
|
|
38642
|
+
var init_terminalcard = __esm(() => {
|
|
38643
|
+
init_lib();
|
|
38644
|
+
init_cardbrand();
|
|
38645
|
+
init_cardexpiration();
|
|
38646
|
+
init_cardtype();
|
|
38647
|
+
init_entrymode();
|
|
38648
|
+
TerminalCard$inboundSchema = objectType({
|
|
38649
|
+
entryMode: EntryMode$inboundSchema.optional(),
|
|
38650
|
+
brand: CardBrand$inboundSchema.optional(),
|
|
38651
|
+
bin: stringType().optional(),
|
|
38652
|
+
cardType: CardType$inboundSchema.optional(),
|
|
38653
|
+
expiration: CardExpiration$inboundSchema.optional(),
|
|
38654
|
+
fingerprint: stringType().optional(),
|
|
38655
|
+
holderName: stringType().optional(),
|
|
38656
|
+
issuer: stringType().optional(),
|
|
38657
|
+
issuerCountry: stringType().optional(),
|
|
38658
|
+
lastFourCardNumber: stringType().optional()
|
|
38659
|
+
});
|
|
38660
|
+
TerminalCard$outboundSchema = objectType({
|
|
38661
|
+
entryMode: EntryMode$outboundSchema.optional(),
|
|
38662
|
+
brand: CardBrand$outboundSchema.optional(),
|
|
38663
|
+
bin: stringType().optional(),
|
|
38664
|
+
cardType: CardType$outboundSchema.optional(),
|
|
38665
|
+
expiration: CardExpiration$outboundSchema.optional(),
|
|
38666
|
+
fingerprint: stringType().optional(),
|
|
38667
|
+
holderName: stringType().optional(),
|
|
38668
|
+
issuer: stringType().optional(),
|
|
38669
|
+
issuerCountry: stringType().optional(),
|
|
38670
|
+
lastFourCardNumber: stringType().optional()
|
|
38671
|
+
});
|
|
38672
|
+
((TerminalCard$) => {
|
|
38673
|
+
TerminalCard$.inboundSchema = TerminalCard$inboundSchema;
|
|
38674
|
+
TerminalCard$.outboundSchema = TerminalCard$outboundSchema;
|
|
38675
|
+
})(TerminalCard$ ||= {});
|
|
38676
|
+
});
|
|
38677
|
+
|
|
38678
|
+
// src/models/components/cardpresentpaymentpaymentmethod.ts
|
|
38679
|
+
var CardPresentPaymentPaymentMethodPaymentMethodType, CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema, CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema, CardPresentPaymentPaymentMethodPaymentMethodType$, CardPresentPaymentPaymentMethod$inboundSchema, CardPresentPaymentPaymentMethod$outboundSchema, CardPresentPaymentPaymentMethod$;
|
|
38680
|
+
var init_cardpresentpaymentpaymentmethod = __esm(() => {
|
|
38681
|
+
init_lib();
|
|
38682
|
+
init_terminalcard();
|
|
38683
|
+
CardPresentPaymentPaymentMethodPaymentMethodType = {
|
|
38684
|
+
CardPresentPayment: "card-present-payment"
|
|
38685
|
+
};
|
|
38686
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema = nativeEnumType(CardPresentPaymentPaymentMethodPaymentMethodType);
|
|
38687
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema;
|
|
38688
|
+
((CardPresentPaymentPaymentMethodPaymentMethodType$) => {
|
|
38689
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$.inboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema;
|
|
38690
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$.outboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema;
|
|
38691
|
+
})(CardPresentPaymentPaymentMethodPaymentMethodType$ ||= {});
|
|
38692
|
+
CardPresentPaymentPaymentMethod$inboundSchema = objectType({
|
|
38693
|
+
paymentMethodID: stringType(),
|
|
38694
|
+
paymentMethodType: CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema,
|
|
38695
|
+
terminalCard: TerminalCard$inboundSchema.optional()
|
|
38696
|
+
});
|
|
38697
|
+
CardPresentPaymentPaymentMethod$outboundSchema = objectType({
|
|
38698
|
+
paymentMethodID: stringType(),
|
|
38699
|
+
paymentMethodType: CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema,
|
|
38700
|
+
terminalCard: TerminalCard$outboundSchema.optional()
|
|
38701
|
+
});
|
|
38702
|
+
((CardPresentPaymentPaymentMethod$) => {
|
|
38703
|
+
CardPresentPaymentPaymentMethod$.inboundSchema = CardPresentPaymentPaymentMethod$inboundSchema;
|
|
38704
|
+
CardPresentPaymentPaymentMethod$.outboundSchema = CardPresentPaymentPaymentMethod$outboundSchema;
|
|
38705
|
+
})(CardPresentPaymentPaymentMethod$ ||= {});
|
|
38706
|
+
});
|
|
38707
|
+
|
|
38600
38708
|
// src/models/components/cardtransactionstatus.ts
|
|
38601
38709
|
var CardTransactionStatus, CardTransactionStatus$inboundSchema, CardTransactionStatus$outboundSchema, CardTransactionStatus$;
|
|
38602
38710
|
var init_cardtransactionstatus = __esm(() => {
|
|
@@ -38836,24 +38944,24 @@ var init_countrieserrors = __esm(() => {
|
|
|
38836
38944
|
});
|
|
38837
38945
|
|
|
38838
38946
|
// src/models/components/taxid.ts
|
|
38839
|
-
var
|
|
38947
|
+
var Ein$inboundSchema, Ein$outboundSchema, Ein$, TaxID$inboundSchema, TaxID$outboundSchema, TaxID$;
|
|
38840
38948
|
var init_taxid = __esm(() => {
|
|
38841
38949
|
init_lib();
|
|
38842
|
-
|
|
38950
|
+
Ein$inboundSchema = objectType({
|
|
38843
38951
|
number: stringType()
|
|
38844
38952
|
});
|
|
38845
|
-
|
|
38953
|
+
Ein$outboundSchema = objectType({
|
|
38846
38954
|
number: stringType()
|
|
38847
38955
|
});
|
|
38848
|
-
((
|
|
38849
|
-
|
|
38850
|
-
|
|
38851
|
-
})(
|
|
38956
|
+
((Ein$) => {
|
|
38957
|
+
Ein$.inboundSchema = Ein$inboundSchema;
|
|
38958
|
+
Ein$.outboundSchema = Ein$outboundSchema;
|
|
38959
|
+
})(Ein$ ||= {});
|
|
38852
38960
|
TaxID$inboundSchema = objectType({
|
|
38853
|
-
ein: lazyType(() =>
|
|
38961
|
+
ein: lazyType(() => Ein$inboundSchema)
|
|
38854
38962
|
});
|
|
38855
38963
|
TaxID$outboundSchema = objectType({
|
|
38856
|
-
ein: lazyType(() =>
|
|
38964
|
+
ein: lazyType(() => Ein$outboundSchema)
|
|
38857
38965
|
});
|
|
38858
38966
|
((TaxID$) => {
|
|
38859
38967
|
TaxID$.inboundSchema = TaxID$inboundSchema;
|
|
@@ -38904,40 +39012,40 @@ var init_createbusinessprofile = __esm(() => {
|
|
|
38904
39012
|
});
|
|
38905
39013
|
|
|
38906
39014
|
// src/models/components/governmentid.ts
|
|
38907
|
-
var
|
|
39015
|
+
var Ssn$inboundSchema, Ssn$outboundSchema, Ssn$, Itin$inboundSchema, Itin$outboundSchema, Itin$, GovernmentID$inboundSchema, GovernmentID$outboundSchema, GovernmentID$;
|
|
38908
39016
|
var init_governmentid = __esm(() => {
|
|
38909
39017
|
init_lib();
|
|
38910
|
-
|
|
39018
|
+
Ssn$inboundSchema = objectType({
|
|
38911
39019
|
full: stringType().optional(),
|
|
38912
39020
|
lastFour: stringType().optional()
|
|
38913
39021
|
});
|
|
38914
|
-
|
|
39022
|
+
Ssn$outboundSchema = objectType({
|
|
38915
39023
|
full: stringType().optional(),
|
|
38916
39024
|
lastFour: stringType().optional()
|
|
38917
39025
|
});
|
|
38918
|
-
((
|
|
38919
|
-
|
|
38920
|
-
|
|
38921
|
-
})(
|
|
38922
|
-
|
|
39026
|
+
((Ssn$) => {
|
|
39027
|
+
Ssn$.inboundSchema = Ssn$inboundSchema;
|
|
39028
|
+
Ssn$.outboundSchema = Ssn$outboundSchema;
|
|
39029
|
+
})(Ssn$ ||= {});
|
|
39030
|
+
Itin$inboundSchema = objectType({
|
|
38923
39031
|
full: stringType().optional(),
|
|
38924
39032
|
lastFour: stringType().optional()
|
|
38925
39033
|
});
|
|
38926
|
-
|
|
39034
|
+
Itin$outboundSchema = objectType({
|
|
38927
39035
|
full: stringType().optional(),
|
|
38928
39036
|
lastFour: stringType().optional()
|
|
38929
39037
|
});
|
|
38930
|
-
((
|
|
38931
|
-
|
|
38932
|
-
|
|
38933
|
-
})(
|
|
39038
|
+
((Itin$) => {
|
|
39039
|
+
Itin$.inboundSchema = Itin$inboundSchema;
|
|
39040
|
+
Itin$.outboundSchema = Itin$outboundSchema;
|
|
39041
|
+
})(Itin$ ||= {});
|
|
38934
39042
|
GovernmentID$inboundSchema = objectType({
|
|
38935
|
-
ssn: lazyType(() =>
|
|
38936
|
-
itin: lazyType(() =>
|
|
39043
|
+
ssn: lazyType(() => Ssn$inboundSchema).optional(),
|
|
39044
|
+
itin: lazyType(() => Itin$inboundSchema).optional()
|
|
38937
39045
|
});
|
|
38938
39046
|
GovernmentID$outboundSchema = objectType({
|
|
38939
|
-
ssn: lazyType(() =>
|
|
38940
|
-
itin: lazyType(() =>
|
|
39047
|
+
ssn: lazyType(() => Ssn$outboundSchema).optional(),
|
|
39048
|
+
itin: lazyType(() => Itin$outboundSchema).optional()
|
|
38941
39049
|
});
|
|
38942
39050
|
((GovernmentID$) => {
|
|
38943
39051
|
GovernmentID$.inboundSchema = GovernmentID$inboundSchema;
|
|
@@ -40060,12 +40168,14 @@ var init_createtransfersource = __esm(() => {
|
|
|
40060
40168
|
CreateTransferSource$inboundSchema = objectType({
|
|
40061
40169
|
transferID: stringType().optional(),
|
|
40062
40170
|
paymentMethodID: stringType().optional(),
|
|
40171
|
+
paymentToken: stringType().optional(),
|
|
40063
40172
|
cardDetails: CreateTransferSourceCard$inboundSchema.optional(),
|
|
40064
40173
|
achDetails: CreateTransferSourceACH$inboundSchema.optional()
|
|
40065
40174
|
});
|
|
40066
40175
|
CreateTransferSource$outboundSchema = objectType({
|
|
40067
40176
|
transferID: stringType().optional(),
|
|
40068
40177
|
paymentMethodID: stringType().optional(),
|
|
40178
|
+
paymentToken: stringType().optional(),
|
|
40069
40179
|
cardDetails: CreateTransferSourceCard$outboundSchema.optional(),
|
|
40070
40180
|
achDetails: CreateTransferSourceACH$outboundSchema.optional()
|
|
40071
40181
|
});
|
|
@@ -40536,18 +40646,38 @@ var init_evidenceuploadresponse = __esm(() => {
|
|
|
40536
40646
|
})(EvidenceUploadResponse$ ||= {});
|
|
40537
40647
|
});
|
|
40538
40648
|
|
|
40649
|
+
// src/models/components/minimumcommitment.ts
|
|
40650
|
+
var MinimumCommitment$inboundSchema, MinimumCommitment$outboundSchema, MinimumCommitment$;
|
|
40651
|
+
var init_minimumcommitment = __esm(() => {
|
|
40652
|
+
init_lib();
|
|
40653
|
+
MinimumCommitment$inboundSchema = objectType({
|
|
40654
|
+
currency: stringType(),
|
|
40655
|
+
valueDecimal: stringType()
|
|
40656
|
+
});
|
|
40657
|
+
MinimumCommitment$outboundSchema = objectType({
|
|
40658
|
+
currency: stringType(),
|
|
40659
|
+
valueDecimal: stringType()
|
|
40660
|
+
});
|
|
40661
|
+
((MinimumCommitment$) => {
|
|
40662
|
+
MinimumCommitment$.inboundSchema = MinimumCommitment$inboundSchema;
|
|
40663
|
+
MinimumCommitment$.outboundSchema = MinimumCommitment$outboundSchema;
|
|
40664
|
+
})(MinimumCommitment$ ||= {});
|
|
40665
|
+
});
|
|
40666
|
+
|
|
40539
40667
|
// src/models/components/feeplan.ts
|
|
40540
40668
|
var FeePlan$inboundSchema, FeePlan$outboundSchema, FeePlan$;
|
|
40541
40669
|
var init_feeplan = __esm(() => {
|
|
40542
40670
|
init_lib();
|
|
40543
40671
|
init_billablefee();
|
|
40544
40672
|
init_cardacquiringmodel();
|
|
40673
|
+
init_minimumcommitment();
|
|
40545
40674
|
FeePlan$inboundSchema = objectType({
|
|
40546
40675
|
planID: stringType(),
|
|
40547
40676
|
name: stringType(),
|
|
40548
40677
|
description: stringType().optional(),
|
|
40549
40678
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40550
40679
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
40680
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
40551
40681
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
40552
40682
|
});
|
|
40553
40683
|
FeePlan$outboundSchema = objectType({
|
|
@@ -40556,6 +40686,7 @@ var init_feeplan = __esm(() => {
|
|
|
40556
40686
|
description: stringType().optional(),
|
|
40557
40687
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40558
40688
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
40689
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
40559
40690
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
40560
40691
|
});
|
|
40561
40692
|
((FeePlan$) => {
|
|
@@ -40587,6 +40718,7 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40587
40718
|
init_billablefee();
|
|
40588
40719
|
init_cardacquiringmodel();
|
|
40589
40720
|
init_feeplanagreementstatus();
|
|
40721
|
+
init_minimumcommitment();
|
|
40590
40722
|
FeePlanAgreement$inboundSchema = objectType({
|
|
40591
40723
|
agreementID: stringType(),
|
|
40592
40724
|
planID: stringType(),
|
|
@@ -40596,7 +40728,8 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40596
40728
|
acceptedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
40597
40729
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
40598
40730
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40599
|
-
billableFees: arrayType(BillableFee$inboundSchema)
|
|
40731
|
+
billableFees: arrayType(BillableFee$inboundSchema),
|
|
40732
|
+
minimumCommitment: MinimumCommitment$inboundSchema
|
|
40600
40733
|
});
|
|
40601
40734
|
FeePlanAgreement$outboundSchema = objectType({
|
|
40602
40735
|
agreementID: stringType(),
|
|
@@ -40607,7 +40740,8 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40607
40740
|
acceptedOn: dateType().transform((v2) => v2.toISOString()),
|
|
40608
40741
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
40609
40742
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40610
|
-
billableFees: arrayType(BillableFee$outboundSchema)
|
|
40743
|
+
billableFees: arrayType(BillableFee$outboundSchema),
|
|
40744
|
+
minimumCommitment: MinimumCommitment$outboundSchema
|
|
40611
40745
|
});
|
|
40612
40746
|
((FeePlanAgreement$) => {
|
|
40613
40747
|
FeePlanAgreement$.inboundSchema = FeePlanAgreement$inboundSchema;
|
|
@@ -41086,40 +41220,40 @@ var init_generatedby = __esm(() => {
|
|
|
41086
41220
|
});
|
|
41087
41221
|
|
|
41088
41222
|
// src/models/components/governmentiderror.ts
|
|
41089
|
-
var
|
|
41223
|
+
var GovernmentIDErrorSsn$inboundSchema, GovernmentIDErrorSsn$outboundSchema, GovernmentIDErrorSsn$, GovernmentIDErrorItin$inboundSchema, GovernmentIDErrorItin$outboundSchema, GovernmentIDErrorItin$, GovernmentIDError$inboundSchema, GovernmentIDError$outboundSchema, GovernmentIDError$;
|
|
41090
41224
|
var init_governmentiderror = __esm(() => {
|
|
41091
41225
|
init_lib();
|
|
41092
|
-
|
|
41226
|
+
GovernmentIDErrorSsn$inboundSchema = objectType({
|
|
41093
41227
|
full: stringType().optional(),
|
|
41094
41228
|
lastFour: stringType().optional()
|
|
41095
41229
|
});
|
|
41096
|
-
|
|
41230
|
+
GovernmentIDErrorSsn$outboundSchema = objectType({
|
|
41097
41231
|
full: stringType().optional(),
|
|
41098
41232
|
lastFour: stringType().optional()
|
|
41099
41233
|
});
|
|
41100
|
-
((
|
|
41101
|
-
|
|
41102
|
-
|
|
41103
|
-
})(
|
|
41104
|
-
|
|
41234
|
+
((GovernmentIDErrorSsn$) => {
|
|
41235
|
+
GovernmentIDErrorSsn$.inboundSchema = GovernmentIDErrorSsn$inboundSchema;
|
|
41236
|
+
GovernmentIDErrorSsn$.outboundSchema = GovernmentIDErrorSsn$outboundSchema;
|
|
41237
|
+
})(GovernmentIDErrorSsn$ ||= {});
|
|
41238
|
+
GovernmentIDErrorItin$inboundSchema = objectType({
|
|
41105
41239
|
full: stringType().optional(),
|
|
41106
41240
|
lastFour: stringType().optional()
|
|
41107
41241
|
});
|
|
41108
|
-
|
|
41242
|
+
GovernmentIDErrorItin$outboundSchema = objectType({
|
|
41109
41243
|
full: stringType().optional(),
|
|
41110
41244
|
lastFour: stringType().optional()
|
|
41111
41245
|
});
|
|
41112
|
-
((
|
|
41113
|
-
|
|
41114
|
-
|
|
41115
|
-
})(
|
|
41246
|
+
((GovernmentIDErrorItin$) => {
|
|
41247
|
+
GovernmentIDErrorItin$.inboundSchema = GovernmentIDErrorItin$inboundSchema;
|
|
41248
|
+
GovernmentIDErrorItin$.outboundSchema = GovernmentIDErrorItin$outboundSchema;
|
|
41249
|
+
})(GovernmentIDErrorItin$ ||= {});
|
|
41116
41250
|
GovernmentIDError$inboundSchema = objectType({
|
|
41117
|
-
ssn: lazyType(() =>
|
|
41118
|
-
itin: lazyType(() =>
|
|
41251
|
+
ssn: lazyType(() => GovernmentIDErrorSsn$inboundSchema).optional(),
|
|
41252
|
+
itin: lazyType(() => GovernmentIDErrorItin$inboundSchema).optional()
|
|
41119
41253
|
});
|
|
41120
41254
|
GovernmentIDError$outboundSchema = objectType({
|
|
41121
|
-
ssn: lazyType(() =>
|
|
41122
|
-
itin: lazyType(() =>
|
|
41255
|
+
ssn: lazyType(() => GovernmentIDErrorSsn$outboundSchema).optional(),
|
|
41256
|
+
itin: lazyType(() => GovernmentIDErrorItin$outboundSchema).optional()
|
|
41123
41257
|
});
|
|
41124
41258
|
((GovernmentIDError$) => {
|
|
41125
41259
|
GovernmentIDError$.inboundSchema = GovernmentIDError$inboundSchema;
|
|
@@ -42152,6 +42286,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42152
42286
|
init_lib();
|
|
42153
42287
|
init_billablefee();
|
|
42154
42288
|
init_cardacquiringmodel();
|
|
42289
|
+
init_minimumcommitment();
|
|
42155
42290
|
PartnerPricing$inboundSchema = objectType({
|
|
42156
42291
|
planID: stringType(),
|
|
42157
42292
|
name: stringType(),
|
|
@@ -42159,6 +42294,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42159
42294
|
revenueShare: numberType().int(),
|
|
42160
42295
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42161
42296
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42297
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
42162
42298
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
42163
42299
|
});
|
|
42164
42300
|
PartnerPricing$outboundSchema = objectType({
|
|
@@ -42168,6 +42304,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42168
42304
|
revenueShare: numberType().int(),
|
|
42169
42305
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42170
42306
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42307
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
42171
42308
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
42172
42309
|
});
|
|
42173
42310
|
((PartnerPricing$) => {
|
|
@@ -42183,6 +42320,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42183
42320
|
init_billablefee();
|
|
42184
42321
|
init_cardacquiringmodel();
|
|
42185
42322
|
init_feeplanagreementstatus();
|
|
42323
|
+
init_minimumcommitment();
|
|
42186
42324
|
PartnerPricingAgreement$inboundSchema = objectType({
|
|
42187
42325
|
agreementID: stringType(),
|
|
42188
42326
|
planID: stringType(),
|
|
@@ -42193,6 +42331,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42193
42331
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
42194
42332
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42195
42333
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42334
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
42196
42335
|
revenueShare: numberType().int()
|
|
42197
42336
|
});
|
|
42198
42337
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -42205,6 +42344,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42205
42344
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
42206
42345
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42207
42346
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42347
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
42208
42348
|
revenueShare: numberType().int()
|
|
42209
42349
|
});
|
|
42210
42350
|
((PartnerPricingAgreement$) => {
|
|
@@ -42214,24 +42354,24 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42214
42354
|
});
|
|
42215
42355
|
|
|
42216
42356
|
// src/models/components/taxidupdate.ts
|
|
42217
|
-
var
|
|
42357
|
+
var TaxIDUpdateEin$inboundSchema, TaxIDUpdateEin$outboundSchema, TaxIDUpdateEin$, TaxIDUpdate$inboundSchema, TaxIDUpdate$outboundSchema, TaxIDUpdate$;
|
|
42218
42358
|
var init_taxidupdate = __esm(() => {
|
|
42219
42359
|
init_lib();
|
|
42220
|
-
|
|
42360
|
+
TaxIDUpdateEin$inboundSchema = objectType({
|
|
42221
42361
|
number: stringType().optional()
|
|
42222
42362
|
});
|
|
42223
|
-
|
|
42363
|
+
TaxIDUpdateEin$outboundSchema = objectType({
|
|
42224
42364
|
number: stringType().optional()
|
|
42225
42365
|
});
|
|
42226
|
-
((
|
|
42227
|
-
|
|
42228
|
-
|
|
42229
|
-
})(
|
|
42366
|
+
((TaxIDUpdateEin$) => {
|
|
42367
|
+
TaxIDUpdateEin$.inboundSchema = TaxIDUpdateEin$inboundSchema;
|
|
42368
|
+
TaxIDUpdateEin$.outboundSchema = TaxIDUpdateEin$outboundSchema;
|
|
42369
|
+
})(TaxIDUpdateEin$ ||= {});
|
|
42230
42370
|
TaxIDUpdate$inboundSchema = objectType({
|
|
42231
|
-
ein: lazyType(() =>
|
|
42371
|
+
ein: lazyType(() => TaxIDUpdateEin$inboundSchema).optional()
|
|
42232
42372
|
});
|
|
42233
42373
|
TaxIDUpdate$outboundSchema = objectType({
|
|
42234
|
-
ein: lazyType(() =>
|
|
42374
|
+
ein: lazyType(() => TaxIDUpdateEin$outboundSchema).optional()
|
|
42235
42375
|
});
|
|
42236
42376
|
((TaxIDUpdate$) => {
|
|
42237
42377
|
TaxIDUpdate$.inboundSchema = TaxIDUpdate$inboundSchema;
|
|
@@ -42811,6 +42951,7 @@ var init_paymentmethod = __esm(() => {
|
|
|
42811
42951
|
init_achdebitfundpaymentmethod();
|
|
42812
42952
|
init_applepaypaymentmethod();
|
|
42813
42953
|
init_cardpaymentpaymentmethod();
|
|
42954
|
+
init_cardpresentpaymentpaymentmethod();
|
|
42814
42955
|
init_moovwalletpaymentmethod();
|
|
42815
42956
|
init_pullfromcardpaymentmethod();
|
|
42816
42957
|
init_pushtocardpaymentmethod();
|
|
@@ -42829,7 +42970,8 @@ var init_paymentmethod = __esm(() => {
|
|
|
42829
42970
|
PullFromCardPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("pull-from-card") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
42830
42971
|
ApplePayPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("apple-pay") }).transform((v2) => ({
|
|
42831
42972
|
paymentMethodType: v2.paymentMethodType
|
|
42832
|
-
})))
|
|
42973
|
+
}))),
|
|
42974
|
+
CardPresentPaymentPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("card-present-payment") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType })))
|
|
42833
42975
|
]);
|
|
42834
42976
|
PaymentMethod$outboundSchema = unionType([
|
|
42835
42977
|
MoovWalletPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("moov-wallet") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
@@ -42845,7 +42987,8 @@ var init_paymentmethod = __esm(() => {
|
|
|
42845
42987
|
PullFromCardPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("pull-from-card") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
42846
42988
|
ApplePayPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("apple-pay") }).transform((v2) => ({
|
|
42847
42989
|
paymentMethodType: v2.paymentMethodType
|
|
42848
|
-
})))
|
|
42990
|
+
}))),
|
|
42991
|
+
CardPresentPaymentPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("card-present-payment") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType })))
|
|
42849
42992
|
]);
|
|
42850
42993
|
((PaymentMethod$) => {
|
|
42851
42994
|
PaymentMethod$.inboundSchema = PaymentMethod$inboundSchema;
|
|
@@ -43629,6 +43772,7 @@ var init_transfersource = __esm(() => {
|
|
|
43629
43772
|
init_paymentmethodscard();
|
|
43630
43773
|
init_paymentmethodswallet();
|
|
43631
43774
|
init_paymentmethodtype();
|
|
43775
|
+
init_terminalcard();
|
|
43632
43776
|
init_transferaccount();
|
|
43633
43777
|
TransferSource$inboundSchema = objectType({
|
|
43634
43778
|
transferID: stringType().optional(),
|
|
@@ -43639,6 +43783,7 @@ var init_transfersource = __esm(() => {
|
|
|
43639
43783
|
wallet: PaymentMethodsWallet$inboundSchema.optional(),
|
|
43640
43784
|
card: PaymentMethodsCard$inboundSchema.optional(),
|
|
43641
43785
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
43786
|
+
terminalCard: TerminalCard$inboundSchema.optional(),
|
|
43642
43787
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
43643
43788
|
achDetails: ACHTransactionDetails$inboundSchema.optional()
|
|
43644
43789
|
});
|
|
@@ -43651,6 +43796,7 @@ var init_transfersource = __esm(() => {
|
|
|
43651
43796
|
wallet: PaymentMethodsWallet$outboundSchema.optional(),
|
|
43652
43797
|
card: PaymentMethodsCard$outboundSchema.optional(),
|
|
43653
43798
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
43799
|
+
terminalCard: TerminalCard$outboundSchema.optional(),
|
|
43654
43800
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
43655
43801
|
achDetails: ACHTransactionDetails$outboundSchema.optional()
|
|
43656
43802
|
});
|
|
@@ -44344,7 +44490,8 @@ var init_wallettransactionsourcetype = __esm(() => {
|
|
|
44344
44490
|
IssuingCardTransaction: "issuing-card-transaction",
|
|
44345
44491
|
IssuingAuthorization: "issuing-authorization",
|
|
44346
44492
|
Sweep: "sweep",
|
|
44347
|
-
Adjustment: "adjustment"
|
|
44493
|
+
Adjustment: "adjustment",
|
|
44494
|
+
Fee: "fee"
|
|
44348
44495
|
};
|
|
44349
44496
|
WalletTransactionSourceType$inboundSchema = nativeEnumType(WalletTransactionSourceType);
|
|
44350
44497
|
WalletTransactionSourceType$outboundSchema = WalletTransactionSourceType$inboundSchema;
|
|
@@ -44557,6 +44704,7 @@ var init_components = __esm(() => {
|
|
|
44557
44704
|
init_cardpaymentdetailserror();
|
|
44558
44705
|
init_cardpaymentpaymentmethod();
|
|
44559
44706
|
init_cardpaymentsettings();
|
|
44707
|
+
init_cardpresentpaymentpaymentmethod();
|
|
44560
44708
|
init_cardtransactiondetails();
|
|
44561
44709
|
init_cardtransactionfailurecode();
|
|
44562
44710
|
init_cardtransactionstatus();
|
|
@@ -44626,6 +44774,7 @@ var init_components = __esm(() => {
|
|
|
44626
44774
|
init_enrichedindustries();
|
|
44627
44775
|
init_enrichedindustry();
|
|
44628
44776
|
init_enrichedindustrycodes();
|
|
44777
|
+
init_entrymode();
|
|
44629
44778
|
init_evidencetextresponse();
|
|
44630
44779
|
init_evidencetype();
|
|
44631
44780
|
init_evidenceuploadresponse();
|
|
@@ -44687,6 +44836,7 @@ var init_components = __esm(() => {
|
|
|
44687
44836
|
init_manualtermsofservice();
|
|
44688
44837
|
init_manualtermsofserviceupdate();
|
|
44689
44838
|
init_microdepositstatus();
|
|
44839
|
+
init_minimumcommitment();
|
|
44690
44840
|
init_mode();
|
|
44691
44841
|
init_moovfeedetails();
|
|
44692
44842
|
init_moovwalletpaymentmethod();
|
|
@@ -44782,6 +44932,7 @@ var init_components = __esm(() => {
|
|
|
44782
44932
|
init_terminalapplication();
|
|
44783
44933
|
init_terminalapplicationplatform();
|
|
44784
44934
|
init_terminalapplicationstatus();
|
|
44935
|
+
init_terminalcard();
|
|
44785
44936
|
init_termsofservice();
|
|
44786
44937
|
init_termsofserviceerror();
|
|
44787
44938
|
init_termsofservicetoken();
|
|
@@ -65758,7 +65909,7 @@ async function $do92(client, request, options) {
|
|
|
65758
65909
|
const responseFields = {
|
|
65759
65910
|
HttpMeta: { Response: response, Request: req }
|
|
65760
65911
|
};
|
|
65761
|
-
const [result] = await match(json(
|
|
65912
|
+
const [result] = await match(json(201, CreateReceiptsResponse$inboundSchema, {
|
|
65762
65913
|
hdrs: true,
|
|
65763
65914
|
key: "Result"
|
|
65764
65915
|
}), jsonErr([400, 409], GenericError$inboundSchema, { hdrs: true }), jsonErr(422, ReceiptValidationError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, { extraFields: responseFields });
|
|
@@ -70424,7 +70575,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
70424
70575
|
function createMCPServer(deps) {
|
|
70425
70576
|
const server = new McpServer({
|
|
70426
70577
|
name: "Moov",
|
|
70427
|
-
version: "0.
|
|
70578
|
+
version: "0.9.0"
|
|
70428
70579
|
});
|
|
70429
70580
|
const client = new MoovCore({
|
|
70430
70581
|
security: deps.security,
|
|
@@ -70437,7 +70588,8 @@ function createMCPServer(deps) {
|
|
|
70437
70588
|
const tool = createRegisterTool(deps.logger, server, client, scopes, allowedTools);
|
|
70438
70589
|
const resource = createRegisterResource(deps.logger, server, client, scopes);
|
|
70439
70590
|
const resourceTemplate = createRegisterResourceTemplate(deps.logger, server, client, scopes);
|
|
70440
|
-
const
|
|
70591
|
+
const prompt = createRegisterPrompt(deps.logger, server, client, scopes);
|
|
70592
|
+
const register = { tool, resource, resourceTemplate, prompt };
|
|
70441
70593
|
tool(tool$accountsCreate);
|
|
70442
70594
|
tool(tool$accountsList);
|
|
70443
70595
|
tool(tool$accountsGet);
|
|
@@ -71922,7 +72074,7 @@ var routes = rn({
|
|
|
71922
72074
|
var app = Ve(routes, {
|
|
71923
72075
|
name: "mcp",
|
|
71924
72076
|
versionInfo: {
|
|
71925
|
-
currentVersion: "0.
|
|
72077
|
+
currentVersion: "0.9.0"
|
|
71926
72078
|
}
|
|
71927
72079
|
});
|
|
71928
72080
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -71930,5 +72082,5 @@ export {
|
|
|
71930
72082
|
app
|
|
71931
72083
|
};
|
|
71932
72084
|
|
|
71933
|
-
//# debugId=
|
|
72085
|
+
//# debugId=000B41A32DAFE9D064756E2164756E21
|
|
71934
72086
|
//# sourceMappingURL=mcp-server.js.map
|