@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.
- package/dist/index.js +1 -1
- 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://
|
|
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