@amirhosseinnateghi/vibed-mcp 0.1.4 → 0.1.5
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11231,7 +11231,7 @@ async function apiFetch({ apiBase, token }, method, path, body) {
|
|
|
11231
11231
|
import { homedir } from "node:os";
|
|
11232
11232
|
import { join as join2 } from "node:path";
|
|
11233
11233
|
import { mkdir, readFile as readFile2, writeFile, chmod } from "node:fs/promises";
|
|
11234
|
-
var DEFAULT_API = "https://
|
|
11234
|
+
var DEFAULT_API = "https://vibed.city";
|
|
11235
11235
|
var dir = () => join2(homedir(), ".vibed");
|
|
11236
11236
|
var file = () => join2(dir(), "config.json");
|
|
11237
11237
|
async function readFileConfig() {
|
|
@@ -11371,7 +11371,7 @@ async function deleteExperience(client, idOrUrl) {
|
|
|
11371
11371
|
}
|
|
11372
11372
|
|
|
11373
11373
|
// src/index.ts
|
|
11374
|
-
var SERVER_INFO = { name: "vibed", version: "0.1.
|
|
11374
|
+
var SERVER_INFO = { name: "vibed", version: "0.1.5" };
|
|
11375
11375
|
var PROTOCOL_VERSION = "2024-11-05";
|
|
11376
11376
|
var CATEGORIES2 = ["Game", "Invitation", "Story", "News", "Quiz", "Tool", "Art", "Other"];
|
|
11377
11377
|
var pendingLogin = null;
|
package/package.json
CHANGED