@lucern/mcp 1.0.2 → 1.0.3
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/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/gateway.js +1 -1
- package/dist/gateway.js.map +1 -1
- package/dist/hosted-route.js +2 -2
- package/dist/hosted-route.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/package.json +8 -5
package/dist/cli.js
CHANGED
|
@@ -31872,7 +31872,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
31872
31872
|
}
|
|
31873
31873
|
|
|
31874
31874
|
// ../sdk/src/version.ts
|
|
31875
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
31875
|
+
var LUCERN_SDK_VERSION = "1.0.3";
|
|
31876
31876
|
|
|
31877
31877
|
// ../sdk/src/workflowClient.ts
|
|
31878
31878
|
function normalizeLensQuery(value) {
|
|
@@ -37214,7 +37214,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
37214
37214
|
});
|
|
37215
37215
|
const server = new McpServer({
|
|
37216
37216
|
name: "lucern-mcp",
|
|
37217
|
-
version: "1.0.
|
|
37217
|
+
version: "1.0.3"
|
|
37218
37218
|
});
|
|
37219
37219
|
registerTools(server, runtime);
|
|
37220
37220
|
const resources = registerResources(server, runtime, observationStore);
|