@lucern/mcp 1.0.9 → 1.0.11
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/README.md +10 -3
- package/dist/cli.js +12 -6
- package/dist/cli.js.map +1 -1
- package/dist/gateway.js +10 -1
- package/dist/gateway.js.map +1 -1
- package/dist/hosted-route.js +12 -6
- package/dist/hosted-route.js.map +1 -1
- package/dist/index.js +12 -6
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/package.json +8 -5
package/dist/gateway.js
CHANGED
|
@@ -38554,6 +38554,15 @@ function createClientPlatformNamespaces(ctx) {
|
|
|
38554
38554
|
bootstrap: {
|
|
38555
38555
|
generateSessionHandoff: functionSurfaceClient.generateSessionHandoff
|
|
38556
38556
|
},
|
|
38557
|
+
hybrid: {
|
|
38558
|
+
discover: functionSurfaceClient.hybridDiscover,
|
|
38559
|
+
hybridDiscover: functionSurfaceClient.hybridDiscover,
|
|
38560
|
+
resolveTopicSemantic: functionSurfaceClient.resolveTopicSemantic,
|
|
38561
|
+
expandGraphNeighborhood: functionSurfaceClient.expandGraphNeighborhood,
|
|
38562
|
+
findRelatedNodes: functionSurfaceClient.findRelatedNodes,
|
|
38563
|
+
analyzeGraphImpact: functionSurfaceClient.analyzeGraphImpact,
|
|
38564
|
+
detectGraphDrift: functionSurfaceClient.detectGraphDrift
|
|
38565
|
+
},
|
|
38557
38566
|
embeddings: embeddingsClient,
|
|
38558
38567
|
graphAnalysis: graphAnalysisClient,
|
|
38559
38568
|
graphRecommendations: graphRecommendationsClient,
|
|
@@ -43994,7 +44003,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
43994
44003
|
}
|
|
43995
44004
|
|
|
43996
44005
|
// ../sdk/src/version.ts
|
|
43997
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
44006
|
+
var LUCERN_SDK_VERSION = "1.0.11";
|
|
43998
44007
|
|
|
43999
44008
|
// ../sdk/src/workflowClient.ts
|
|
44000
44009
|
function normalizeLensQuery(value) {
|