@duckcodeailabs/dql-mcp 1.12.11 → 1.13.1

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.
@@ -162,7 +162,7 @@ export declare function explainRelationshipProof(ctx: DQLContext, args: {
162
162
  analyticalRole?: "event" | "dimension" | "snapshot" | "bridge" | "unknown";
163
163
  conceptRefs?: string[];
164
164
  owner?: string;
165
- status?: "draft" | "review" | "certified" | "deprecated";
165
+ status?: import("@duckcodeailabs/dql-core").ManifestModelLifecycle;
166
166
  sourcePath: string;
167
167
  identityFingerprint: string;
168
168
  } | undefined;
@@ -181,7 +181,7 @@ export declare function explainRelationshipProof(ctx: DQLContext, args: {
181
181
  analyticalRole?: "event" | "dimension" | "snapshot" | "bridge" | "unknown";
182
182
  conceptRefs?: string[];
183
183
  owner?: string;
184
- status?: "draft" | "review" | "certified" | "deprecated";
184
+ status?: import("@duckcodeailabs/dql-core").ManifestModelLifecycle;
185
185
  sourcePath: string;
186
186
  identityFingerprint: string;
187
187
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckcodeailabs/dql-mcp",
3
- "version": "1.12.11",
3
+ "version": "1.13.1",
4
4
  "description": "DQL MCP server: expose certified blocks, semantic layer, lineage, and governance to LLM agents via the Model Context Protocol",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,10 +24,10 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@duckcodeailabs/dql-agent": "^1.12.11",
28
- "@duckcodeailabs/dql-core": "^1.12.11",
29
- "@duckcodeailabs/dql-governance": "^1.12.11",
30
- "@duckcodeailabs/dql-project": "^1.12.11",
27
+ "@duckcodeailabs/dql-agent": "^1.13.1",
28
+ "@duckcodeailabs/dql-core": "^1.13.1",
29
+ "@duckcodeailabs/dql-governance": "^1.13.1",
30
+ "@duckcodeailabs/dql-project": "^1.13.1",
31
31
  "@modelcontextprotocol/sdk": "^1.0.4",
32
32
  "zod": "^3.25.0"
33
33
  },