@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.
package/dist/index.js CHANGED
@@ -4891,7 +4891,9 @@ var permitObjectType = z.enum([
4891
4891
  "group",
4892
4892
  "resource_instance",
4893
4893
  "relationship_tuple",
4894
- "role_assignment"
4894
+ "role_assignment",
4895
+ "attribute_binding",
4896
+ "policy_bundle"
4895
4897
  ]);
4896
4898
  var permitOutboxOperation = z.enum([
4897
4899
  "upsert",
@@ -8688,6 +8690,54 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
8688
8690
  ],
8689
8691
  "description": "Optional Permit PDP URL override."
8690
8692
  },
8693
+ {
8694
+ "secretId": "platform.permit.webhook-secret",
8695
+ "canonicalName": "LUCERN_PERMIT_WEBHOOK_SECRET",
8696
+ "envNames": [
8697
+ "LUCERN_PERMIT_WEBHOOK_SECRET",
8698
+ "PERMIT_WEBHOOK_SECRET"
8699
+ ],
8700
+ "aliases": [
8701
+ "PERMIT_WEBHOOK_SECRET"
8702
+ ],
8703
+ "writeNames": [
8704
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
8705
+ ],
8706
+ "required": true,
8707
+ "secret": true,
8708
+ "public": false,
8709
+ "sourcePath": "/platform/permit",
8710
+ "environmentPolicy": "environment_specific",
8711
+ "consumers": [
8712
+ "mc-convex",
8713
+ "lucern-gateway",
8714
+ "mc-operator-tooling"
8715
+ ],
8716
+ "destinations": [
8717
+ {
8718
+ "kind": "convex",
8719
+ "target": "master-control",
8720
+ "writeNames": [
8721
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
8722
+ ]
8723
+ },
8724
+ {
8725
+ "kind": "vercel",
8726
+ "target": "lucern-gateway",
8727
+ "writeNames": [
8728
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
8729
+ ]
8730
+ },
8731
+ {
8732
+ "kind": "operator_local",
8733
+ "target": "mc-credential-maintenance",
8734
+ "writeNames": [
8735
+ "LUCERN_PERMIT_WEBHOOK_SECRET"
8736
+ ]
8737
+ }
8738
+ ],
8739
+ "description": "Permit.io webhook secret used by gateway and MC webhook handlers. Must fail closed if missing."
8740
+ },
8691
8741
  {
8692
8742
  "secretId": "platform.runtime.require-deployment-host-registry",
8693
8743
  "canonicalName": "LUCERN_REQUIRE_DEPLOYMENT_HOST_REGISTRY",
@@ -27789,7 +27839,7 @@ function createToolRegistryClient(config = {}) {
27789
27839
  }
27790
27840
 
27791
27841
  // ../sdk/src/version.ts
27792
- var LUCERN_SDK_VERSION = "0.3.0-alpha.11";
27842
+ var LUCERN_SDK_VERSION = "0.3.0-alpha.12";
27793
27843
 
27794
27844
  // ../sdk/src/workflowClient.ts
27795
27845
  function normalizeLensQuery(value) {
@@ -34595,7 +34645,7 @@ function createLucernStandaloneMcpServer(options) {
34595
34645
  });
34596
34646
  const server = new McpServer({
34597
34647
  name: "lucern-mcp",
34598
- version: "0.3.0-alpha.11"
34648
+ version: "0.3.0-alpha.12"
34599
34649
  });
34600
34650
  registerTools(server, runtime);
34601
34651
  const resources = registerResources(server, runtime, observationStore);