@catchmexz/fedin-vibe-mcp-server 1.4.0 → 1.5.0

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.
@@ -118,6 +118,7 @@ async function openBrowser(url) {
118
118
  await open(url);
119
119
  }
120
120
  catch (e) {
121
+ console.error("Failed to open browser:", e);
121
122
  throw new Error("Failed to open browser. Please visit the URL manually: " + url);
122
123
  }
123
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catchmexz/fedin-vibe-mcp-server",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"