@lucern/mcp 0.3.0-alpha.11 → 0.3.0-alpha.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.
@@ -7626,7 +7626,7 @@ function createToolRegistryClient(config = {}) {
7626
7626
  }
7627
7627
 
7628
7628
  // ../sdk/src/version.ts
7629
- var LUCERN_SDK_VERSION = "0.3.0-alpha.11";
7629
+ var LUCERN_SDK_VERSION = "0.3.0-alpha.12";
7630
7630
 
7631
7631
  // ../sdk/src/workflowClient.ts
7632
7632
  function normalizeLensQuery(value) {
@@ -21210,7 +21210,9 @@ var permitObjectType = z.enum([
21210
21210
  "group",
21211
21211
  "resource_instance",
21212
21212
  "relationship_tuple",
21213
- "role_assignment"
21213
+ "role_assignment",
21214
+ "attribute_binding",
21215
+ "policy_bundle"
21214
21216
  ]);
21215
21217
  var permitOutboxOperation = z.enum([
21216
21218
  "upsert",
@@ -25007,6 +25009,54 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
25007
25009
  ],
25008
25010
  "description": "Optional Permit PDP URL override."
25009
25011
  },
25012
+ {
25013
+ "secretId": "platform.permit.webhook-secret",
25014
+ "canonicalName": "LUCERN_PERMIT_WEBHOOK_SECRET",
25015
+ "envNames": [
25016
+ "LUCERN_PERMIT_WEBHOOK_SECRET",
25017
+ "PERMIT_WEBHOOK_SECRET"
25018
+ ],
25019
+ "aliases": [
25020
+ "PERMIT_WEBHOOK_SECRET"
25021
+ ],
25022
+ "writeNames": [
25023
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
25024
+ ],
25025
+ "required": true,
25026
+ "secret": true,
25027
+ "public": false,
25028
+ "sourcePath": "/platform/permit",
25029
+ "environmentPolicy": "environment_specific",
25030
+ "consumers": [
25031
+ "mc-convex",
25032
+ "lucern-gateway",
25033
+ "mc-operator-tooling"
25034
+ ],
25035
+ "destinations": [
25036
+ {
25037
+ "kind": "convex",
25038
+ "target": "master-control",
25039
+ "writeNames": [
25040
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
25041
+ ]
25042
+ },
25043
+ {
25044
+ "kind": "vercel",
25045
+ "target": "lucern-gateway",
25046
+ "writeNames": [
25047
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
25048
+ ]
25049
+ },
25050
+ {
25051
+ "kind": "operator_local",
25052
+ "target": "mc-credential-maintenance",
25053
+ "writeNames": [
25054
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
25055
+ ]
25056
+ }
25057
+ ],
25058
+ "description": "Permit.io webhook secret used by gateway and MC webhook handlers. Must fail closed if missing."
25059
+ },
25010
25060
  {
25011
25061
  "secretId": "platform.runtime.require-deployment-host-registry",
25012
25062
  "canonicalName": "LUCERN_REQUIRE_DEPLOYMENT_HOST_REGISTRY",
@@ -34259,7 +34309,7 @@ function createLucernStandaloneMcpServer(options) {
34259
34309
  });
34260
34310
  const server = new McpServer({
34261
34311
  name: "lucern-mcp",
34262
- version: "0.3.0-alpha.11"
34312
+ version: "0.3.0-alpha.12"
34263
34313
  });
34264
34314
  registerTools(server, runtime);
34265
34315
  const resources = registerResources(server, runtime, observationStore);