@lucern/mcp 0.3.0-alpha.13 → 0.3.0-alpha.14
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/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/package.json +7 -6
package/dist/hosted-route.js
CHANGED
|
@@ -7789,7 +7789,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
7789
7789
|
}
|
|
7790
7790
|
|
|
7791
7791
|
// ../sdk/src/version.ts
|
|
7792
|
-
var LUCERN_SDK_VERSION = "0.3.0-alpha.
|
|
7792
|
+
var LUCERN_SDK_VERSION = "0.3.0-alpha.14";
|
|
7793
7793
|
|
|
7794
7794
|
// ../sdk/src/workflowClient.ts
|
|
7795
7795
|
function normalizeLensQuery(value) {
|
|
@@ -34637,7 +34637,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
34637
34637
|
});
|
|
34638
34638
|
const server = new McpServer({
|
|
34639
34639
|
name: "lucern-mcp",
|
|
34640
|
-
version: "0.3.0-alpha.
|
|
34640
|
+
version: "0.3.0-alpha.14"
|
|
34641
34641
|
});
|
|
34642
34642
|
registerTools(server, runtime);
|
|
34643
34643
|
const resources = registerResources(server, runtime, observationStore);
|