@vercel/sdk 1.6.11 → 1.6.12
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 +101 -52
- package/bin/mcp-server.js.map +15 -15
- package/docs/sdks/deployments/README.md +6 -4
- package/esm/__tests__/deployments.test.js +2 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +13 -15
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +2 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +2 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js +2 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +28 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +12 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +9 -9
- package/esm/models/createprojectop.js +3 -3
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +129 -0
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +91 -0
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +9 -9
- package/esm/models/updateprojectop.js +3 -3
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/sdk/deployments.d.ts +2 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/projects.test.ts +13 -15
- package/src/funcs/deploymentsGetDeploymentEvents.ts +6 -4
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/deploymentsGetDeploymentEvents.ts +3 -1
- package/src/models/createdeploymentop.ts +16 -16
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +3 -3
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymenteventsop.ts +209 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectop.ts +3 -3
- package/src/sdk/deployments.ts +5 -2
- package/vercel-spec.json +119 -45
package/bin/mcp-server.js
CHANGED
|
@@ -34190,9 +34190,9 @@ var init_config = __esm(() => {
|
|
|
34190
34190
|
SDK_METADATA = {
|
|
34191
34191
|
language: "typescript",
|
|
34192
34192
|
openapiDocVersion: "0.0.1",
|
|
34193
|
-
sdkVersion: "1.6.
|
|
34193
|
+
sdkVersion: "1.6.12",
|
|
34194
34194
|
genVersion: "2.597.9",
|
|
34195
|
-
userAgent: "speakeasy-sdk/typescript 1.6.
|
|
34195
|
+
userAgent: "speakeasy-sdk/typescript 1.6.12 2.597.9 0.0.1 @vercel/sdk"
|
|
34196
34196
|
};
|
|
34197
34197
|
});
|
|
34198
34198
|
|
|
@@ -45915,8 +45915,8 @@ var init_createdeploymentop = __esm(() => {
|
|
|
45915
45915
|
Attachment: "attachment"
|
|
45916
45916
|
};
|
|
45917
45917
|
CreateDeploymentReadyState = {
|
|
45918
|
-
Building: "BUILDING",
|
|
45919
45918
|
Error: "ERROR",
|
|
45919
|
+
Building: "BUILDING",
|
|
45920
45920
|
Initializing: "INITIALIZING",
|
|
45921
45921
|
Ready: "READY"
|
|
45922
45922
|
};
|
|
@@ -45934,9 +45934,9 @@ var init_createdeploymentop = __esm(() => {
|
|
|
45934
45934
|
Development: "development"
|
|
45935
45935
|
};
|
|
45936
45936
|
CreateDeploymentCustomEnvironmentType = {
|
|
45937
|
+
EndsWith: "endsWith",
|
|
45937
45938
|
StartsWith: "startsWith",
|
|
45938
|
-
Equals: "equals"
|
|
45939
|
-
EndsWith: "endsWith"
|
|
45939
|
+
Equals: "equals"
|
|
45940
45940
|
};
|
|
45941
45941
|
CreateDeploymentType = {
|
|
45942
45942
|
Lambdas: "LAMBDAS"
|
|
@@ -46021,21 +46021,21 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46021
46021
|
Hobby: "hobby"
|
|
46022
46022
|
};
|
|
46023
46023
|
FunctionType = {
|
|
46024
|
-
|
|
46025
|
-
|
|
46024
|
+
Standard: "standard",
|
|
46025
|
+
Fluid: "fluid"
|
|
46026
46026
|
};
|
|
46027
46027
|
FunctionMemoryType = {
|
|
46028
|
-
Standard: "standard",
|
|
46029
46028
|
StandardLegacy: "standard_legacy",
|
|
46029
|
+
Standard: "standard",
|
|
46030
46030
|
Performance: "performance"
|
|
46031
46031
|
};
|
|
46032
46032
|
RoutesHandle = {
|
|
46033
46033
|
Error: "error",
|
|
46034
|
+
Resource: "resource",
|
|
46034
46035
|
Filesystem: "filesystem",
|
|
46035
46036
|
Hit: "hit",
|
|
46036
46037
|
Miss: "miss",
|
|
46037
|
-
Rewrite: "rewrite"
|
|
46038
|
-
Resource: "resource"
|
|
46038
|
+
Rewrite: "rewrite"
|
|
46039
46039
|
};
|
|
46040
46040
|
CreateDeploymentHasType = {
|
|
46041
46041
|
Header: "header",
|
|
@@ -46057,22 +46057,22 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46057
46057
|
Bitbucket: "bitbucket"
|
|
46058
46058
|
};
|
|
46059
46059
|
CreateDeploymentGitRepoOwnerType = {
|
|
46060
|
-
|
|
46061
|
-
|
|
46060
|
+
User: "user",
|
|
46061
|
+
Team: "team"
|
|
46062
46062
|
};
|
|
46063
46063
|
CreateDeploymentGitRepoType = {
|
|
46064
46064
|
Github: "github"
|
|
46065
46065
|
};
|
|
46066
46066
|
GitRepoOwnerType = {
|
|
46067
|
-
|
|
46068
|
-
|
|
46067
|
+
User: "user",
|
|
46068
|
+
Team: "team"
|
|
46069
46069
|
};
|
|
46070
46070
|
GitRepoType = {
|
|
46071
46071
|
Gitlab: "gitlab"
|
|
46072
46072
|
};
|
|
46073
46073
|
OwnerType = {
|
|
46074
|
-
|
|
46075
|
-
|
|
46074
|
+
User: "user",
|
|
46075
|
+
Team: "team"
|
|
46076
46076
|
};
|
|
46077
46077
|
ForceNew$inboundSchema = nativeEnumType(ForceNew);
|
|
46078
46078
|
ForceNew$outboundSchema = ForceNew$inboundSchema;
|
|
@@ -46677,18 +46677,18 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46677
46677
|
CreateDeploymentOutput$.outboundSchema = CreateDeploymentOutput$outboundSchema;
|
|
46678
46678
|
})(CreateDeploymentOutput$ ||= {});
|
|
46679
46679
|
Lambdas$inboundSchema = objectType({
|
|
46680
|
-
id: stringType().optional(),
|
|
46681
46680
|
createdAt: numberType().optional(),
|
|
46682
|
-
|
|
46681
|
+
id: stringType().optional(),
|
|
46683
46682
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
46683
|
+
entrypoint: nullableType(stringType()).optional(),
|
|
46684
46684
|
readyStateAt: numberType().optional(),
|
|
46685
46685
|
output: arrayType(lazyType(() => CreateDeploymentOutput$inboundSchema))
|
|
46686
46686
|
});
|
|
46687
46687
|
Lambdas$outboundSchema = objectType({
|
|
46688
|
-
id: stringType().optional(),
|
|
46689
46688
|
createdAt: numberType().optional(),
|
|
46690
|
-
|
|
46689
|
+
id: stringType().optional(),
|
|
46691
46690
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
46691
|
+
entrypoint: nullableType(stringType()).optional(),
|
|
46692
46692
|
readyStateAt: numberType().optional(),
|
|
46693
46693
|
output: arrayType(lazyType(() => CreateDeploymentOutput$outboundSchema))
|
|
46694
46694
|
});
|
|
@@ -51241,13 +51241,17 @@ Retrieves information for a deployment either by supplying its ID (\`id\` proper
|
|
|
51241
51241
|
});
|
|
51242
51242
|
|
|
51243
51243
|
// src/models/getdeploymenteventsop.ts
|
|
51244
|
-
var Direction, Direction$inboundSchema, Direction$outboundSchema, Direction$, StatusCode$inboundSchema, StatusCode$outboundSchema, StatusCode$, GetDeploymentEventsRequest$inboundSchema, GetDeploymentEventsRequest$outboundSchema, GetDeploymentEventsRequest$;
|
|
51244
|
+
var Direction, GetDeploymentEventsType, Direction$inboundSchema, Direction$outboundSchema, Direction$, StatusCode$inboundSchema, StatusCode$outboundSchema, StatusCode$, GetDeploymentEventsRequest$inboundSchema, GetDeploymentEventsRequest$outboundSchema, GetDeploymentEventsRequest$, GetDeploymentEventsType$inboundSchema, GetDeploymentEventsType$outboundSchema, GetDeploymentEventsType$, Info$inboundSchema, Info$outboundSchema, Info$, GetDeploymentEventsResponseBody$inboundSchema, GetDeploymentEventsResponseBody$outboundSchema, GetDeploymentEventsResponseBody$;
|
|
51245
51245
|
var init_getdeploymenteventsop = __esm(() => {
|
|
51246
51246
|
init_lib();
|
|
51247
51247
|
Direction = {
|
|
51248
51248
|
Backward: "backward",
|
|
51249
51249
|
Forward: "forward"
|
|
51250
51250
|
};
|
|
51251
|
+
GetDeploymentEventsType = {
|
|
51252
|
+
Stdout: "stdout",
|
|
51253
|
+
Stderr: "stderr"
|
|
51254
|
+
};
|
|
51251
51255
|
Direction$inboundSchema = nativeEnumType(Direction);
|
|
51252
51256
|
Direction$outboundSchema = Direction$inboundSchema;
|
|
51253
51257
|
((Direction$) => {
|
|
@@ -51292,6 +51296,50 @@ var init_getdeploymenteventsop = __esm(() => {
|
|
|
51292
51296
|
GetDeploymentEventsRequest$.inboundSchema = GetDeploymentEventsRequest$inboundSchema;
|
|
51293
51297
|
GetDeploymentEventsRequest$.outboundSchema = GetDeploymentEventsRequest$outboundSchema;
|
|
51294
51298
|
})(GetDeploymentEventsRequest$ ||= {});
|
|
51299
|
+
GetDeploymentEventsType$inboundSchema = nativeEnumType(GetDeploymentEventsType);
|
|
51300
|
+
GetDeploymentEventsType$outboundSchema = GetDeploymentEventsType$inboundSchema;
|
|
51301
|
+
((GetDeploymentEventsType$) => {
|
|
51302
|
+
GetDeploymentEventsType$.inboundSchema = GetDeploymentEventsType$inboundSchema;
|
|
51303
|
+
GetDeploymentEventsType$.outboundSchema = GetDeploymentEventsType$outboundSchema;
|
|
51304
|
+
})(GetDeploymentEventsType$ ||= {});
|
|
51305
|
+
Info$inboundSchema = objectType({
|
|
51306
|
+
type: stringType().optional(),
|
|
51307
|
+
name: stringType().optional(),
|
|
51308
|
+
entrypoint: stringType().optional()
|
|
51309
|
+
});
|
|
51310
|
+
Info$outboundSchema = objectType({
|
|
51311
|
+
type: stringType().optional(),
|
|
51312
|
+
name: stringType().optional(),
|
|
51313
|
+
entrypoint: stringType().optional()
|
|
51314
|
+
});
|
|
51315
|
+
((Info$) => {
|
|
51316
|
+
Info$.inboundSchema = Info$inboundSchema;
|
|
51317
|
+
Info$.outboundSchema = Info$outboundSchema;
|
|
51318
|
+
})(Info$ ||= {});
|
|
51319
|
+
GetDeploymentEventsResponseBody$inboundSchema = objectType({
|
|
51320
|
+
created: numberType().optional(),
|
|
51321
|
+
date: numberType().optional(),
|
|
51322
|
+
deploymentId: stringType().optional(),
|
|
51323
|
+
id: stringType().optional(),
|
|
51324
|
+
text: stringType().optional(),
|
|
51325
|
+
type: GetDeploymentEventsType$inboundSchema.optional(),
|
|
51326
|
+
serial: stringType().optional(),
|
|
51327
|
+
info: lazyType(() => Info$inboundSchema).optional()
|
|
51328
|
+
});
|
|
51329
|
+
GetDeploymentEventsResponseBody$outboundSchema = objectType({
|
|
51330
|
+
created: numberType().optional(),
|
|
51331
|
+
date: numberType().optional(),
|
|
51332
|
+
deploymentId: stringType().optional(),
|
|
51333
|
+
id: stringType().optional(),
|
|
51334
|
+
text: stringType().optional(),
|
|
51335
|
+
type: GetDeploymentEventsType$outboundSchema.optional(),
|
|
51336
|
+
serial: stringType().optional(),
|
|
51337
|
+
info: lazyType(() => Info$outboundSchema).optional()
|
|
51338
|
+
});
|
|
51339
|
+
((GetDeploymentEventsResponseBody$) => {
|
|
51340
|
+
GetDeploymentEventsResponseBody$.inboundSchema = GetDeploymentEventsResponseBody$inboundSchema;
|
|
51341
|
+
GetDeploymentEventsResponseBody$.outboundSchema = GetDeploymentEventsResponseBody$outboundSchema;
|
|
51342
|
+
})(GetDeploymentEventsResponseBody$ ||= {});
|
|
51295
51343
|
});
|
|
51296
51344
|
|
|
51297
51345
|
// src/funcs/deploymentsGetDeploymentEvents.ts
|
|
@@ -51367,7 +51415,7 @@ async function $do42(client, request, options) {
|
|
|
51367
51415
|
const responseFields = {
|
|
51368
51416
|
HttpMeta: { Response: response, Request: req }
|
|
51369
51417
|
};
|
|
51370
|
-
const [result] = await match(
|
|
51418
|
+
const [result] = await match(json(200, arrayType(GetDeploymentEventsResponseBody$inboundSchema)), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), fail([403, "4XX"]), fail([500, "5XX"]))(response, { extraFields: responseFields });
|
|
51371
51419
|
if (!result.ok) {
|
|
51372
51420
|
return [result, { status: "complete", request: req, response }];
|
|
51373
51421
|
}
|
|
@@ -51410,7 +51458,8 @@ Get the build logs of a deployment by deployment ID and build ID. It can work as
|
|
|
51410
51458
|
isError: true
|
|
51411
51459
|
};
|
|
51412
51460
|
}
|
|
51413
|
-
|
|
51461
|
+
const value = result.value;
|
|
51462
|
+
return formatResult(value, apiCall);
|
|
51414
51463
|
}
|
|
51415
51464
|
};
|
|
51416
51465
|
});
|
|
@@ -66630,10 +66679,10 @@ var init_createprojectop = __esm(() => {
|
|
|
66630
66679
|
};
|
|
66631
66680
|
CreateProjectProjectsResponseType = {
|
|
66632
66681
|
System: "system",
|
|
66682
|
+
Secret: "secret",
|
|
66633
66683
|
Encrypted: "encrypted",
|
|
66634
66684
|
Plain: "plain",
|
|
66635
|
-
Sensitive: "sensitive"
|
|
66636
|
-
Secret: "secret"
|
|
66685
|
+
Sensitive: "sensitive"
|
|
66637
66686
|
};
|
|
66638
66687
|
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
66639
66688
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -66898,8 +66947,8 @@ var init_createprojectop = __esm(() => {
|
|
|
66898
66947
|
Disabled: "disabled"
|
|
66899
66948
|
};
|
|
66900
66949
|
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = {
|
|
66901
|
-
Path: "path",
|
|
66902
66950
|
Host: "host",
|
|
66951
|
+
Path: "path",
|
|
66903
66952
|
Method: "method",
|
|
66904
66953
|
Header: "header",
|
|
66905
66954
|
Cookie: "cookie",
|
|
@@ -66912,8 +66961,8 @@ var init_createprojectop = __esm(() => {
|
|
|
66912
66961
|
InitialRequestPath: "initial_request_path"
|
|
66913
66962
|
};
|
|
66914
66963
|
CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = {
|
|
66915
|
-
Path: "path",
|
|
66916
66964
|
Host: "host",
|
|
66965
|
+
Path: "path",
|
|
66917
66966
|
Method: "method",
|
|
66918
66967
|
Header: "header",
|
|
66919
66968
|
Cookie: "cookie",
|
|
@@ -69956,10 +70005,10 @@ var init_createprojectenvop = __esm(() => {
|
|
|
69956
70005
|
};
|
|
69957
70006
|
CreateProjectEnvCreatedType = {
|
|
69958
70007
|
System: "system",
|
|
70008
|
+
Secret: "secret",
|
|
69959
70009
|
Encrypted: "encrypted",
|
|
69960
70010
|
Plain: "plain",
|
|
69961
|
-
Sensitive: "sensitive"
|
|
69962
|
-
Secret: "secret"
|
|
70011
|
+
Sensitive: "sensitive"
|
|
69963
70012
|
};
|
|
69964
70013
|
CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type = {
|
|
69965
70014
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -70021,10 +70070,10 @@ var init_createprojectenvop = __esm(() => {
|
|
|
70021
70070
|
};
|
|
70022
70071
|
CreatedType = {
|
|
70023
70072
|
System: "system",
|
|
70073
|
+
Secret: "secret",
|
|
70024
70074
|
Encrypted: "encrypted",
|
|
70025
70075
|
Plain: "plain",
|
|
70026
|
-
Sensitive: "sensitive"
|
|
70027
|
-
Secret: "secret"
|
|
70076
|
+
Sensitive: "sensitive"
|
|
70028
70077
|
};
|
|
70029
70078
|
CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type = {
|
|
70030
70079
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -71761,10 +71810,10 @@ var init_editprojectenvop = __esm(() => {
|
|
|
71761
71810
|
};
|
|
71762
71811
|
EditProjectEnvResponseBodyType = {
|
|
71763
71812
|
System: "system",
|
|
71813
|
+
Secret: "secret",
|
|
71764
71814
|
Encrypted: "encrypted",
|
|
71765
71815
|
Plain: "plain",
|
|
71766
|
-
Sensitive: "sensitive"
|
|
71767
|
-
Secret: "secret"
|
|
71816
|
+
Sensitive: "sensitive"
|
|
71768
71817
|
};
|
|
71769
71818
|
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
71770
71819
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -72460,10 +72509,10 @@ var init_filterprojectenvsop = __esm(() => {
|
|
|
72460
72509
|
};
|
|
72461
72510
|
FilterProjectEnvsResponseBodyProjectsResponse200Type = {
|
|
72462
72511
|
System: "system",
|
|
72512
|
+
Secret: "secret",
|
|
72463
72513
|
Encrypted: "encrypted",
|
|
72464
72514
|
Plain: "plain",
|
|
72465
|
-
Sensitive: "sensitive"
|
|
72466
|
-
Secret: "secret"
|
|
72515
|
+
Sensitive: "sensitive"
|
|
72467
72516
|
};
|
|
72468
72517
|
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type = {
|
|
72469
72518
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -72525,10 +72574,10 @@ var init_filterprojectenvsop = __esm(() => {
|
|
|
72525
72574
|
};
|
|
72526
72575
|
FilterProjectEnvsResponseBodyProjectsResponseType = {
|
|
72527
72576
|
System: "system",
|
|
72577
|
+
Secret: "secret",
|
|
72528
72578
|
Encrypted: "encrypted",
|
|
72529
72579
|
Plain: "plain",
|
|
72530
|
-
Sensitive: "sensitive"
|
|
72531
|
-
Secret: "secret"
|
|
72580
|
+
Sensitive: "sensitive"
|
|
72532
72581
|
};
|
|
72533
72582
|
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type = {
|
|
72534
72583
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -72590,10 +72639,10 @@ var init_filterprojectenvsop = __esm(() => {
|
|
|
72590
72639
|
};
|
|
72591
72640
|
FilterProjectEnvsResponseBodyType = {
|
|
72592
72641
|
System: "system",
|
|
72642
|
+
Secret: "secret",
|
|
72593
72643
|
Encrypted: "encrypted",
|
|
72594
72644
|
Plain: "plain",
|
|
72595
|
-
Sensitive: "sensitive"
|
|
72596
|
-
Secret: "secret"
|
|
72645
|
+
Sensitive: "sensitive"
|
|
72597
72646
|
};
|
|
72598
72647
|
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
72599
72648
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -80248,10 +80297,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
80248
80297
|
};
|
|
80249
80298
|
RemoveProjectEnvResponseBodyProjectsResponseType = {
|
|
80250
80299
|
System: "system",
|
|
80300
|
+
Secret: "secret",
|
|
80251
80301
|
Encrypted: "encrypted",
|
|
80252
80302
|
Plain: "plain",
|
|
80253
|
-
Sensitive: "sensitive"
|
|
80254
|
-
Secret: "secret"
|
|
80303
|
+
Sensitive: "sensitive"
|
|
80255
80304
|
};
|
|
80256
80305
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = {
|
|
80257
80306
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -80313,10 +80362,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
80313
80362
|
};
|
|
80314
80363
|
RemoveProjectEnvResponseBodyProjectsType = {
|
|
80315
80364
|
System: "system",
|
|
80365
|
+
Secret: "secret",
|
|
80316
80366
|
Encrypted: "encrypted",
|
|
80317
80367
|
Plain: "plain",
|
|
80318
|
-
Sensitive: "sensitive"
|
|
80319
|
-
Secret: "secret"
|
|
80368
|
+
Sensitive: "sensitive"
|
|
80320
80369
|
};
|
|
80321
80370
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = {
|
|
80322
80371
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -80378,10 +80427,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
80378
80427
|
};
|
|
80379
80428
|
RemoveProjectEnvResponseBodyType = {
|
|
80380
80429
|
System: "system",
|
|
80430
|
+
Secret: "secret",
|
|
80381
80431
|
Encrypted: "encrypted",
|
|
80382
80432
|
Plain: "plain",
|
|
80383
|
-
Sensitive: "sensitive"
|
|
80384
|
-
Secret: "secret"
|
|
80433
|
+
Sensitive: "sensitive"
|
|
80385
80434
|
};
|
|
80386
80435
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
80387
80436
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -82302,10 +82351,10 @@ var init_updateprojectop = __esm(() => {
|
|
|
82302
82351
|
};
|
|
82303
82352
|
UpdateProjectType = {
|
|
82304
82353
|
System: "system",
|
|
82354
|
+
Secret: "secret",
|
|
82305
82355
|
Encrypted: "encrypted",
|
|
82306
82356
|
Plain: "plain",
|
|
82307
|
-
Sensitive: "sensitive"
|
|
82308
|
-
Secret: "secret"
|
|
82357
|
+
Sensitive: "sensitive"
|
|
82309
82358
|
};
|
|
82310
82359
|
UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
82311
82360
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -82570,8 +82619,8 @@ var init_updateprojectop = __esm(() => {
|
|
|
82570
82619
|
Disabled: "disabled"
|
|
82571
82620
|
};
|
|
82572
82621
|
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = {
|
|
82573
|
-
Path: "path",
|
|
82574
82622
|
Host: "host",
|
|
82623
|
+
Path: "path",
|
|
82575
82624
|
Method: "method",
|
|
82576
82625
|
Header: "header",
|
|
82577
82626
|
Cookie: "cookie",
|
|
@@ -82584,8 +82633,8 @@ var init_updateprojectop = __esm(() => {
|
|
|
82584
82633
|
InitialRequestPath: "initial_request_path"
|
|
82585
82634
|
};
|
|
82586
82635
|
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = {
|
|
82587
|
-
Path: "path",
|
|
82588
82636
|
Host: "host",
|
|
82637
|
+
Path: "path",
|
|
82589
82638
|
Method: "method",
|
|
82590
82639
|
Header: "header",
|
|
82591
82640
|
Cookie: "cookie",
|
|
@@ -106020,7 +106069,7 @@ Get a list of webhooks`,
|
|
|
106020
106069
|
function createMCPServer(deps) {
|
|
106021
106070
|
const server = new McpServer({
|
|
106022
106071
|
name: "Vercel",
|
|
106023
|
-
version: "1.6.
|
|
106072
|
+
version: "1.6.12"
|
|
106024
106073
|
});
|
|
106025
106074
|
const client = new VercelCore({
|
|
106026
106075
|
bearerToken: deps.bearerToken,
|
|
@@ -107555,7 +107604,7 @@ var routes = an({
|
|
|
107555
107604
|
var app = He(routes, {
|
|
107556
107605
|
name: "mcp",
|
|
107557
107606
|
versionInfo: {
|
|
107558
|
-
currentVersion: "1.6.
|
|
107607
|
+
currentVersion: "1.6.12"
|
|
107559
107608
|
}
|
|
107560
107609
|
});
|
|
107561
107610
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -107563,5 +107612,5 @@ export {
|
|
|
107563
107612
|
app
|
|
107564
107613
|
};
|
|
107565
107614
|
|
|
107566
|
-
//# debugId=
|
|
107615
|
+
//# debugId=A3E3F81A00DC14CD64756E2164756E21
|
|
107567
107616
|
//# sourceMappingURL=mcp-server.js.map
|