@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/index.js
CHANGED
|
@@ -28146,7 +28146,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
28146
28146
|
}
|
|
28147
28147
|
|
|
28148
28148
|
// ../sdk/src/version.ts
|
|
28149
|
-
var LUCERN_SDK_VERSION = "0.3.0-alpha.
|
|
28149
|
+
var LUCERN_SDK_VERSION = "0.3.0-alpha.14";
|
|
28150
28150
|
|
|
28151
28151
|
// ../sdk/src/workflowClient.ts
|
|
28152
28152
|
function normalizeLensQuery(value) {
|
|
@@ -34973,7 +34973,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
34973
34973
|
});
|
|
34974
34974
|
const server = new McpServer({
|
|
34975
34975
|
name: "lucern-mcp",
|
|
34976
|
-
version: "0.3.0-alpha.
|
|
34976
|
+
version: "0.3.0-alpha.14"
|
|
34977
34977
|
});
|
|
34978
34978
|
registerTools(server, runtime);
|
|
34979
34979
|
const resources = registerResources(server, runtime, observationStore);
|