@lovable.dev/mcp-js 0.9.2 → 0.9.4

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.
@@ -13,7 +13,7 @@ function isFileMissing(err) {
13
13
  }
14
14
 
15
15
  // package.json
16
- var version = "0.9.2";
16
+ var version = "0.9.4";
17
17
 
18
18
  // src/protocols/rest/list-tools.ts
19
19
  var import_zod_compat = require("@modelcontextprotocol/sdk/server/zod-compat.js");
@@ -16,7 +16,7 @@ import { dirname, resolve } from "path";
16
16
  import { resolveConfig } from "vite";
17
17
 
18
18
  // package.json
19
- var version = "0.9.2";
19
+ var version = "0.9.4";
20
20
 
21
21
  // src/manifest/extract.ts
22
22
  var MANIFEST_VERSION = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovable.dev/mcp-js",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Author MCP servers for Lovable apps. Declare tools with defineTool, register them in defineMcp, and the framework adapter (TanStack today, Supabase Edge Functions next) emits the route(s) at build time.",
5
5
  "type": "module",
6
6
  "repository": {