@vibesharingapp/mcp-server 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -132,7 +132,7 @@ class VibesharingClient {
132
132
  }
133
133
  }
134
134
  // Get configuration from environment
135
- const VIBESHARING_URL = process.env.VIBESHARING_URL || "https://www.vibesharing.app";
135
+ const VIBESHARING_URL = process.env.VIBESHARING_URL || "https://vibesharing.app";
136
136
  const VIBESHARING_TOKEN = process.env.VIBESHARING_TOKEN;
137
137
  if (!VIBESHARING_TOKEN) {
138
138
  console.error("Error: VIBESHARING_TOKEN environment variable is required");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibesharingapp/mcp-server",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for VibeSharing - register prototypes and get feedback directly from Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",