@moovio/sdk 0.5.3 → 0.5.4
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 +79 -73
- package/bin/mcp-server.js.map +15 -15
- package/docs/sdks/feeplans/README.md +8 -0
- package/funcs/feePlansListFeePlanAgreements.js +2 -0
- package/funcs/feePlansListFeePlanAgreements.js.map +1 -1
- package/funcs/feePlansListPartnerPricingAgreements.js +2 -0
- package/funcs/feePlansListPartnerPricingAgreements.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/feecategory.d.ts +15 -12
- package/models/components/feecategory.d.ts.map +1 -1
- package/models/components/feecategory.js +5 -4
- package/models/components/feecategory.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 +35 -38
- 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 +38 -35
- package/models/components/governmentiderror.js.map +1 -1
- package/models/components/onboardinginvite.d.ts +6 -1
- package/models/components/onboardinginvite.d.ts.map +1 -1
- package/models/components/onboardinginvite.js +3 -10
- package/models/components/onboardinginvite.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 +18 -20
- 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 +20 -18
- package/models/components/taxidupdate.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +4 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js +4 -0
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +4 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js +4 -0
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/feePlansListFeePlanAgreements.ts +2 -0
- package/src/funcs/feePlansListPartnerPricingAgreements.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/feecategory.ts +5 -4
- package/src/models/components/governmentid.ts +76 -58
- package/src/models/components/governmentiderror.ts +58 -78
- package/src/models/components/onboardinginvite.ts +9 -11
- package/src/models/components/taxid.ts +33 -27
- package/src/models/components/taxidupdate.ts +27 -33
- package/src/models/operations/listfeeplanagreements.ts +8 -0
- package/src/models/operations/listpartnerpricingagreements.ts +8 -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.5.
|
|
34217
|
-
genVersion: "2.
|
|
34218
|
-
userAgent: "speakeasy-sdk/typescript 0.5.
|
|
34216
|
+
sdkVersion: "0.5.4",
|
|
34217
|
+
genVersion: "2.536.0",
|
|
34218
|
+
userAgent: "speakeasy-sdk/typescript 0.5.4 2.536.0 latest @moovio/sdk"
|
|
34219
34219
|
};
|
|
34220
34220
|
});
|
|
34221
34221
|
|
|
@@ -37538,14 +37538,15 @@ var FeeCategory, FeeCategory$inboundSchema, FeeCategory$outboundSchema, FeeCateg
|
|
|
37538
37538
|
var init_feecategory = __esm(() => {
|
|
37539
37539
|
init_lib();
|
|
37540
37540
|
FeeCategory = {
|
|
37541
|
-
CardAcquiring: "card-acquiring",
|
|
37542
|
-
CardPush: "card-push",
|
|
37543
|
-
CardPull: "card-pull",
|
|
37544
37541
|
Ach: "ach",
|
|
37545
|
-
|
|
37542
|
+
CardAcquiring: "card-acquiring",
|
|
37546
37543
|
CardOther: "card-other",
|
|
37544
|
+
CardPull: "card-pull",
|
|
37545
|
+
CardPush: "card-push",
|
|
37546
|
+
MonthlyPlatform: "monthly-platform",
|
|
37547
37547
|
NetworkPassthrough: "network-passthrough",
|
|
37548
|
-
Other: "other"
|
|
37548
|
+
Other: "other",
|
|
37549
|
+
Rtp: "rtp"
|
|
37549
37550
|
};
|
|
37550
37551
|
FeeCategory$inboundSchema = nativeEnumType(FeeCategory);
|
|
37551
37552
|
FeeCategory$outboundSchema = FeeCategory$inboundSchema;
|
|
@@ -38797,24 +38798,24 @@ var init_countrieserrors = __esm(() => {
|
|
|
38797
38798
|
});
|
|
38798
38799
|
|
|
38799
38800
|
// src/models/components/taxid.ts
|
|
38800
|
-
var
|
|
38801
|
+
var TaxIDEin$inboundSchema, TaxIDEin$outboundSchema, TaxIDEin$, TaxID$inboundSchema, TaxID$outboundSchema, TaxID$;
|
|
38801
38802
|
var init_taxid = __esm(() => {
|
|
38802
38803
|
init_lib();
|
|
38803
|
-
|
|
38804
|
+
TaxIDEin$inboundSchema = objectType({
|
|
38804
38805
|
number: stringType()
|
|
38805
38806
|
});
|
|
38806
|
-
|
|
38807
|
+
TaxIDEin$outboundSchema = objectType({
|
|
38807
38808
|
number: stringType()
|
|
38808
38809
|
});
|
|
38809
|
-
((
|
|
38810
|
-
|
|
38811
|
-
|
|
38812
|
-
})(
|
|
38810
|
+
((TaxIDEin$) => {
|
|
38811
|
+
TaxIDEin$.inboundSchema = TaxIDEin$inboundSchema;
|
|
38812
|
+
TaxIDEin$.outboundSchema = TaxIDEin$outboundSchema;
|
|
38813
|
+
})(TaxIDEin$ ||= {});
|
|
38813
38814
|
TaxID$inboundSchema = objectType({
|
|
38814
|
-
ein: lazyType(() =>
|
|
38815
|
+
ein: lazyType(() => TaxIDEin$inboundSchema)
|
|
38815
38816
|
});
|
|
38816
38817
|
TaxID$outboundSchema = objectType({
|
|
38817
|
-
ein: lazyType(() =>
|
|
38818
|
+
ein: lazyType(() => TaxIDEin$outboundSchema)
|
|
38818
38819
|
});
|
|
38819
38820
|
((TaxID$) => {
|
|
38820
38821
|
TaxID$.inboundSchema = TaxID$inboundSchema;
|
|
@@ -38865,40 +38866,40 @@ var init_createbusinessprofile = __esm(() => {
|
|
|
38865
38866
|
});
|
|
38866
38867
|
|
|
38867
38868
|
// src/models/components/governmentid.ts
|
|
38868
|
-
var
|
|
38869
|
+
var GovernmentIDSsn$inboundSchema, GovernmentIDSsn$outboundSchema, GovernmentIDSsn$, GovernmentIDItin$inboundSchema, GovernmentIDItin$outboundSchema, GovernmentIDItin$, GovernmentID$inboundSchema, GovernmentID$outboundSchema, GovernmentID$;
|
|
38869
38870
|
var init_governmentid = __esm(() => {
|
|
38870
38871
|
init_lib();
|
|
38871
|
-
|
|
38872
|
+
GovernmentIDSsn$inboundSchema = objectType({
|
|
38872
38873
|
full: stringType().optional(),
|
|
38873
38874
|
lastFour: stringType().optional()
|
|
38874
38875
|
});
|
|
38875
|
-
|
|
38876
|
+
GovernmentIDSsn$outboundSchema = objectType({
|
|
38876
38877
|
full: stringType().optional(),
|
|
38877
38878
|
lastFour: stringType().optional()
|
|
38878
38879
|
});
|
|
38879
|
-
((
|
|
38880
|
-
|
|
38881
|
-
|
|
38882
|
-
})(
|
|
38883
|
-
|
|
38880
|
+
((GovernmentIDSsn$) => {
|
|
38881
|
+
GovernmentIDSsn$.inboundSchema = GovernmentIDSsn$inboundSchema;
|
|
38882
|
+
GovernmentIDSsn$.outboundSchema = GovernmentIDSsn$outboundSchema;
|
|
38883
|
+
})(GovernmentIDSsn$ ||= {});
|
|
38884
|
+
GovernmentIDItin$inboundSchema = objectType({
|
|
38884
38885
|
full: stringType().optional(),
|
|
38885
38886
|
lastFour: stringType().optional()
|
|
38886
38887
|
});
|
|
38887
|
-
|
|
38888
|
+
GovernmentIDItin$outboundSchema = objectType({
|
|
38888
38889
|
full: stringType().optional(),
|
|
38889
38890
|
lastFour: stringType().optional()
|
|
38890
38891
|
});
|
|
38891
|
-
((
|
|
38892
|
-
|
|
38893
|
-
|
|
38894
|
-
})(
|
|
38892
|
+
((GovernmentIDItin$) => {
|
|
38893
|
+
GovernmentIDItin$.inboundSchema = GovernmentIDItin$inboundSchema;
|
|
38894
|
+
GovernmentIDItin$.outboundSchema = GovernmentIDItin$outboundSchema;
|
|
38895
|
+
})(GovernmentIDItin$ ||= {});
|
|
38895
38896
|
GovernmentID$inboundSchema = objectType({
|
|
38896
|
-
ssn: lazyType(() =>
|
|
38897
|
-
itin: lazyType(() =>
|
|
38897
|
+
ssn: lazyType(() => GovernmentIDSsn$inboundSchema).optional(),
|
|
38898
|
+
itin: lazyType(() => GovernmentIDItin$inboundSchema).optional()
|
|
38898
38899
|
});
|
|
38899
38900
|
GovernmentID$outboundSchema = objectType({
|
|
38900
|
-
ssn: lazyType(() =>
|
|
38901
|
-
itin: lazyType(() =>
|
|
38901
|
+
ssn: lazyType(() => GovernmentIDSsn$outboundSchema).optional(),
|
|
38902
|
+
itin: lazyType(() => GovernmentIDItin$outboundSchema).optional()
|
|
38902
38903
|
});
|
|
38903
38904
|
((GovernmentID$) => {
|
|
38904
38905
|
GovernmentID$.inboundSchema = GovernmentID$inboundSchema;
|
|
@@ -41044,40 +41045,40 @@ var init_generatedby = __esm(() => {
|
|
|
41044
41045
|
});
|
|
41045
41046
|
|
|
41046
41047
|
// src/models/components/governmentiderror.ts
|
|
41047
|
-
var
|
|
41048
|
+
var Ssn$inboundSchema, Ssn$outboundSchema, Ssn$, Itin$inboundSchema, Itin$outboundSchema, Itin$, GovernmentIDError$inboundSchema, GovernmentIDError$outboundSchema, GovernmentIDError$;
|
|
41048
41049
|
var init_governmentiderror = __esm(() => {
|
|
41049
41050
|
init_lib();
|
|
41050
|
-
|
|
41051
|
+
Ssn$inboundSchema = objectType({
|
|
41051
41052
|
full: stringType().optional(),
|
|
41052
41053
|
lastFour: stringType().optional()
|
|
41053
41054
|
});
|
|
41054
|
-
|
|
41055
|
+
Ssn$outboundSchema = objectType({
|
|
41055
41056
|
full: stringType().optional(),
|
|
41056
41057
|
lastFour: stringType().optional()
|
|
41057
41058
|
});
|
|
41058
|
-
((
|
|
41059
|
-
|
|
41060
|
-
|
|
41061
|
-
})(
|
|
41062
|
-
|
|
41059
|
+
((Ssn$) => {
|
|
41060
|
+
Ssn$.inboundSchema = Ssn$inboundSchema;
|
|
41061
|
+
Ssn$.outboundSchema = Ssn$outboundSchema;
|
|
41062
|
+
})(Ssn$ ||= {});
|
|
41063
|
+
Itin$inboundSchema = objectType({
|
|
41063
41064
|
full: stringType().optional(),
|
|
41064
41065
|
lastFour: stringType().optional()
|
|
41065
41066
|
});
|
|
41066
|
-
|
|
41067
|
+
Itin$outboundSchema = objectType({
|
|
41067
41068
|
full: stringType().optional(),
|
|
41068
41069
|
lastFour: stringType().optional()
|
|
41069
41070
|
});
|
|
41070
|
-
((
|
|
41071
|
-
|
|
41072
|
-
|
|
41073
|
-
})(
|
|
41071
|
+
((Itin$) => {
|
|
41072
|
+
Itin$.inboundSchema = Itin$inboundSchema;
|
|
41073
|
+
Itin$.outboundSchema = Itin$outboundSchema;
|
|
41074
|
+
})(Itin$ ||= {});
|
|
41074
41075
|
GovernmentIDError$inboundSchema = objectType({
|
|
41075
|
-
ssn: lazyType(() =>
|
|
41076
|
-
itin: lazyType(() =>
|
|
41076
|
+
ssn: lazyType(() => Ssn$inboundSchema).optional(),
|
|
41077
|
+
itin: lazyType(() => Itin$inboundSchema).optional()
|
|
41077
41078
|
});
|
|
41078
41079
|
GovernmentIDError$outboundSchema = objectType({
|
|
41079
|
-
ssn: lazyType(() =>
|
|
41080
|
-
itin: lazyType(() =>
|
|
41080
|
+
ssn: lazyType(() => Ssn$outboundSchema).optional(),
|
|
41081
|
+
itin: lazyType(() => Itin$outboundSchema).optional()
|
|
41081
41082
|
});
|
|
41082
41083
|
((GovernmentIDError$) => {
|
|
41083
41084
|
GovernmentIDError$.inboundSchema = GovernmentIDError$inboundSchema;
|
|
@@ -42015,7 +42016,6 @@ var init_onboardingpartneraccount = __esm(() => {
|
|
|
42015
42016
|
var OnboardingInvite$inboundSchema, OnboardingInvite$outboundSchema, OnboardingInvite$;
|
|
42016
42017
|
var init_onboardinginvite = __esm(() => {
|
|
42017
42018
|
init_lib();
|
|
42018
|
-
init_primitives();
|
|
42019
42019
|
init_applicationscope();
|
|
42020
42020
|
init_capabilityid();
|
|
42021
42021
|
init_createaccount();
|
|
@@ -42024,19 +42024,16 @@ var init_onboardinginvite = __esm(() => {
|
|
|
42024
42024
|
code: stringType(),
|
|
42025
42025
|
link: stringType(),
|
|
42026
42026
|
returnURL: stringType().optional(),
|
|
42027
|
-
|
|
42027
|
+
termsOfServiceURL: stringType().optional(),
|
|
42028
42028
|
scopes: arrayType(ApplicationScope$inboundSchema),
|
|
42029
42029
|
capabilities: arrayType(CapabilityID$inboundSchema),
|
|
42030
42030
|
feePlanCodes: arrayType(stringType()),
|
|
42031
|
+
redeemedAccountID: stringType().optional(),
|
|
42031
42032
|
prefill: CreateAccount$inboundSchema.optional(),
|
|
42032
42033
|
partner: OnboardingPartnerAccount$inboundSchema.optional(),
|
|
42033
42034
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
42034
42035
|
revokedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42035
42036
|
redeemedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
42036
|
-
}).transform((v2) => {
|
|
42037
|
-
return remap(v2, {
|
|
42038
|
-
TermsOfServiceURL: "termsOfServiceURL"
|
|
42039
|
-
});
|
|
42040
42037
|
});
|
|
42041
42038
|
OnboardingInvite$outboundSchema = objectType({
|
|
42042
42039
|
code: stringType(),
|
|
@@ -42046,15 +42043,12 @@ var init_onboardinginvite = __esm(() => {
|
|
|
42046
42043
|
scopes: arrayType(ApplicationScope$outboundSchema),
|
|
42047
42044
|
capabilities: arrayType(CapabilityID$outboundSchema),
|
|
42048
42045
|
feePlanCodes: arrayType(stringType()),
|
|
42046
|
+
redeemedAccountID: stringType().optional(),
|
|
42049
42047
|
prefill: CreateAccount$outboundSchema.optional(),
|
|
42050
42048
|
partner: OnboardingPartnerAccount$outboundSchema.optional(),
|
|
42051
42049
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
42052
42050
|
revokedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42053
42051
|
redeemedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
42054
|
-
}).transform((v2) => {
|
|
42055
|
-
return remap(v2, {
|
|
42056
|
-
termsOfServiceURL: "TermsOfServiceURL"
|
|
42057
|
-
});
|
|
42058
42052
|
});
|
|
42059
42053
|
((OnboardingInvite$) => {
|
|
42060
42054
|
OnboardingInvite$.inboundSchema = OnboardingInvite$inboundSchema;
|
|
@@ -42159,24 +42153,24 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42159
42153
|
});
|
|
42160
42154
|
|
|
42161
42155
|
// src/models/components/taxidupdate.ts
|
|
42162
|
-
var
|
|
42156
|
+
var Ein$inboundSchema, Ein$outboundSchema, Ein$, TaxIDUpdate$inboundSchema, TaxIDUpdate$outboundSchema, TaxIDUpdate$;
|
|
42163
42157
|
var init_taxidupdate = __esm(() => {
|
|
42164
42158
|
init_lib();
|
|
42165
|
-
|
|
42159
|
+
Ein$inboundSchema = objectType({
|
|
42166
42160
|
number: stringType().optional()
|
|
42167
42161
|
});
|
|
42168
|
-
|
|
42162
|
+
Ein$outboundSchema = objectType({
|
|
42169
42163
|
number: stringType().optional()
|
|
42170
42164
|
});
|
|
42171
|
-
((
|
|
42172
|
-
|
|
42173
|
-
|
|
42174
|
-
})(
|
|
42165
|
+
((Ein$) => {
|
|
42166
|
+
Ein$.inboundSchema = Ein$inboundSchema;
|
|
42167
|
+
Ein$.outboundSchema = Ein$outboundSchema;
|
|
42168
|
+
})(Ein$ ||= {});
|
|
42175
42169
|
TaxIDUpdate$inboundSchema = objectType({
|
|
42176
|
-
ein: lazyType(() =>
|
|
42170
|
+
ein: lazyType(() => Ein$inboundSchema).optional()
|
|
42177
42171
|
});
|
|
42178
42172
|
TaxIDUpdate$outboundSchema = objectType({
|
|
42179
|
-
ein: lazyType(() =>
|
|
42173
|
+
ein: lazyType(() => Ein$outboundSchema).optional()
|
|
42180
42174
|
});
|
|
42181
42175
|
((TaxIDUpdate$) => {
|
|
42182
42176
|
TaxIDUpdate$.inboundSchema = TaxIDUpdate$inboundSchema;
|
|
@@ -51144,11 +51138,15 @@ var init_listfeeplanagreements = __esm(() => {
|
|
|
51144
51138
|
ListFeePlanAgreementsGlobals$.outboundSchema = ListFeePlanAgreementsGlobals$outboundSchema;
|
|
51145
51139
|
})(ListFeePlanAgreementsGlobals$ ||= {});
|
|
51146
51140
|
ListFeePlanAgreementsRequest$inboundSchema = objectType({
|
|
51141
|
+
skip: numberType().int().optional(),
|
|
51142
|
+
count: numberType().int().optional(),
|
|
51147
51143
|
accountID: stringType(),
|
|
51148
51144
|
agreementID: arrayType(stringType()).optional(),
|
|
51149
51145
|
status: arrayType(FeePlanAgreementStatus$inboundSchema).optional()
|
|
51150
51146
|
});
|
|
51151
51147
|
ListFeePlanAgreementsRequest$outboundSchema = objectType({
|
|
51148
|
+
skip: numberType().int().optional(),
|
|
51149
|
+
count: numberType().int().optional(),
|
|
51152
51150
|
accountID: stringType(),
|
|
51153
51151
|
agreementID: arrayType(stringType()).optional(),
|
|
51154
51152
|
status: arrayType(FeePlanAgreementStatus$outboundSchema).optional()
|
|
@@ -51890,11 +51888,15 @@ var init_listpartnerpricingagreements = __esm(() => {
|
|
|
51890
51888
|
ListPartnerPricingAgreementsGlobals$.outboundSchema = ListPartnerPricingAgreementsGlobals$outboundSchema;
|
|
51891
51889
|
})(ListPartnerPricingAgreementsGlobals$ ||= {});
|
|
51892
51890
|
ListPartnerPricingAgreementsRequest$inboundSchema = objectType({
|
|
51891
|
+
skip: numberType().int().optional(),
|
|
51892
|
+
count: numberType().int().optional(),
|
|
51893
51893
|
accountID: stringType(),
|
|
51894
51894
|
agreementID: arrayType(stringType()).optional(),
|
|
51895
51895
|
status: arrayType(FeePlanAgreementStatus$inboundSchema).optional()
|
|
51896
51896
|
});
|
|
51897
51897
|
ListPartnerPricingAgreementsRequest$outboundSchema = objectType({
|
|
51898
|
+
skip: numberType().int().optional(),
|
|
51899
|
+
count: numberType().int().optional(),
|
|
51898
51900
|
accountID: stringType(),
|
|
51899
51901
|
agreementID: arrayType(stringType()).optional(),
|
|
51900
51902
|
status: arrayType(FeePlanAgreementStatus$outboundSchema).optional()
|
|
@@ -61909,6 +61911,8 @@ async function $do63(client, request, options) {
|
|
|
61909
61911
|
const path = pathToFunc("/accounts/{accountID}/fee-plan-agreements")(pathParams);
|
|
61910
61912
|
const query = encodeFormQuery({
|
|
61911
61913
|
agreementID: payload.agreementID,
|
|
61914
|
+
count: payload.count,
|
|
61915
|
+
skip: payload.skip,
|
|
61912
61916
|
status: payload.status
|
|
61913
61917
|
}, { explode: false });
|
|
61914
61918
|
const headers = new Headers(compactMap({
|
|
@@ -62362,6 +62366,8 @@ async function $do67(client, request, options) {
|
|
|
62362
62366
|
const path = pathToFunc("/accounts/{accountID}/partner-pricing-agreements")(pathParams);
|
|
62363
62367
|
const query = encodeFormQuery({
|
|
62364
62368
|
agreementID: payload.agreementID,
|
|
62369
|
+
count: payload.count,
|
|
62370
|
+
skip: payload.skip,
|
|
62365
62371
|
status: payload.status
|
|
62366
62372
|
}, { explode: false });
|
|
62367
62373
|
const headers = new Headers(compactMap({
|
|
@@ -69439,7 +69445,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
69439
69445
|
function createMCPServer(deps) {
|
|
69440
69446
|
const server = new McpServer({
|
|
69441
69447
|
name: "Moov",
|
|
69442
|
-
version: "0.5.
|
|
69448
|
+
version: "0.5.4"
|
|
69443
69449
|
});
|
|
69444
69450
|
const client = new MoovCore({
|
|
69445
69451
|
security: deps.security,
|
|
@@ -70913,7 +70919,7 @@ var routes = rn({
|
|
|
70913
70919
|
var app = Ve(routes, {
|
|
70914
70920
|
name: "mcp",
|
|
70915
70921
|
versionInfo: {
|
|
70916
|
-
currentVersion: "0.5.
|
|
70922
|
+
currentVersion: "0.5.4"
|
|
70917
70923
|
}
|
|
70918
70924
|
});
|
|
70919
70925
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -70921,5 +70927,5 @@ export {
|
|
|
70921
70927
|
app
|
|
70922
70928
|
};
|
|
70923
70929
|
|
|
70924
|
-
//# debugId=
|
|
70930
|
+
//# debugId=EA4CBA0C0735281D64756E2164756E21
|
|
70925
70931
|
//# sourceMappingURL=mcp-server.js.map
|