@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/hosted-route.js
CHANGED
|
@@ -10542,7 +10542,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
10542
10542
|
}
|
|
10543
10543
|
|
|
10544
10544
|
// ../sdk/src/version.ts
|
|
10545
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
10545
|
+
var LUCERN_SDK_VERSION = "1.0.3";
|
|
10546
10546
|
|
|
10547
10547
|
// ../sdk/src/workflowClient.ts
|
|
10548
10548
|
function normalizeLensQuery(value) {
|
|
@@ -36907,7 +36907,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
36907
36907
|
});
|
|
36908
36908
|
const server = new McpServer({
|
|
36909
36909
|
name: "lucern-mcp",
|
|
36910
|
-
version: "1.0.
|
|
36910
|
+
version: "1.0.3"
|
|
36911
36911
|
});
|
|
36912
36912
|
registerTools(server, runtime);
|
|
36913
36913
|
const resources = registerResources(server, runtime, observationStore);
|