@lucern/mcp 1.0.4 → 1.0.5
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -32589,7 +32589,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
32589
32589
|
}
|
|
32590
32590
|
|
|
32591
32591
|
// ../sdk/src/version.ts
|
|
32592
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
32592
|
+
var LUCERN_SDK_VERSION = "1.0.5";
|
|
32593
32593
|
|
|
32594
32594
|
// ../sdk/src/workflowClient.ts
|
|
32595
32595
|
function normalizeLensQuery(value) {
|
|
@@ -37924,7 +37924,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
37924
37924
|
});
|
|
37925
37925
|
const server = new McpServer({
|
|
37926
37926
|
name: "lucern-mcp",
|
|
37927
|
-
version: "1.0.
|
|
37927
|
+
version: "1.0.5"
|
|
37928
37928
|
});
|
|
37929
37929
|
registerTools(server, runtime);
|
|
37930
37930
|
const resources = registerResources(server, runtime, observationStore);
|