perplexity-user-mcp 0.8.48 → 0.8.50
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/{chunk-DXR6EEZH.mjs → chunk-2FBDBRC5.mjs} +7 -0
- package/dist/{chunk-V4LHDNWJ.mjs → chunk-2GOOGBD6.mjs} +1 -1
- package/dist/{chunk-QXYMYCHC.mjs → chunk-CV6NITDS.mjs} +2 -2
- package/dist/{chunk-SCZQCV7M.mjs → chunk-E7GU4PUX.mjs} +1 -1
- package/dist/{chunk-D2ZQGKHM.mjs → chunk-MIHIG4M4.mjs} +2 -2
- package/dist/{chunk-P6YOLJ5T.mjs → chunk-OOSSV7G3.mjs} +16 -2
- package/dist/{chunk-YD25G5AD.mjs → chunk-REY5WMXY.mjs} +1 -1
- package/dist/{chunk-GBHPJ7I7.mjs → chunk-SF3BG2IA.mjs} +17 -6
- package/dist/{chunk-GBI2U336.mjs → chunk-ZQZC634I.mjs} +1 -1
- package/dist/cli.mjs +3 -3
- package/dist/client.d.ts +3 -1
- package/dist/client.mjs +4 -4
- package/dist/cloud-sync.mjs +5 -5
- package/dist/config.d.ts +2 -0
- package/dist/config.mjs +5 -3
- package/dist/daemon/attach.mjs +8 -8
- package/dist/daemon/client-http.mjs +8 -8
- package/dist/daemon/index.mjs +9 -9
- package/dist/daemon/launcher.mjs +7 -7
- package/dist/daemon/server.mjs +6 -6
- package/dist/doctor.mjs +1 -1
- package/dist/export.mjs +2 -2
- package/dist/health-check.mjs +1 -1
- package/dist/impit-login-runner.mjs +2 -2
- package/dist/index.mjs +9 -9
- package/dist/login-runner.mjs +1 -1
- package/dist/manual-login-runner.mjs +1 -1
- package/dist/{native-deps-FCSYDL4W.mjs → native-deps-UI7RZN5A.mjs} +2 -2
- package/dist/refresh.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-6CAXNBDD.mjs → chunk-S2XSNVXF.mjs} +0 -0
|
@@ -168,7 +168,12 @@ var SUPPORTED_BLOCK_USE_CASES = [
|
|
|
168
168
|
"inline_claims"
|
|
169
169
|
];
|
|
170
170
|
var _vault = new Vault();
|
|
171
|
+
var _lastVaultLocked = false;
|
|
172
|
+
function wasLastVaultLocked() {
|
|
173
|
+
return _lastVaultLocked;
|
|
174
|
+
}
|
|
171
175
|
async function getSavedCookies() {
|
|
176
|
+
_lastVaultLocked = false;
|
|
172
177
|
if (process.env.PERPLEXITY_SESSION_TOKEN) {
|
|
173
178
|
const cookies = [{
|
|
174
179
|
name: "__Secure-next-auth.session-token",
|
|
@@ -209,6 +214,7 @@ async function getSavedCookies() {
|
|
|
209
214
|
console.error(`[vault] getSavedCookies: vault.enc exists for profile '${profile}' but 'cookies' key is absent`);
|
|
210
215
|
}
|
|
211
216
|
}
|
|
217
|
+
_lastVaultLocked = unsealFailed;
|
|
212
218
|
return [];
|
|
213
219
|
}
|
|
214
220
|
try {
|
|
@@ -251,6 +257,7 @@ export {
|
|
|
251
257
|
resolveBrowserExecutable,
|
|
252
258
|
DEFAULT_HEADERS,
|
|
253
259
|
SUPPORTED_BLOCK_USE_CASES,
|
|
260
|
+
wasLastVaultLocked,
|
|
254
261
|
getSavedCookies,
|
|
255
262
|
hasStoredLogin
|
|
256
263
|
};
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
getPackageVersion,
|
|
15
15
|
startDaemonServer
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-OOSSV7G3.mjs";
|
|
17
17
|
import {
|
|
18
18
|
ensureToken,
|
|
19
19
|
getTokenPath,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
} from "./chunk-3LUO5ATM.mjs";
|
|
26
26
|
import {
|
|
27
27
|
PerplexityClient
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-SF3BG2IA.mjs";
|
|
29
29
|
import {
|
|
30
30
|
getActiveName,
|
|
31
31
|
getConfigDir
|
|
@@ -11,13 +11,13 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
hydrateCloudHistoryEntry,
|
|
13
13
|
syncCloudHistory
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-REY5WMXY.mjs";
|
|
15
15
|
import {
|
|
16
16
|
PerplexityClient,
|
|
17
17
|
exportThreadViaImpit,
|
|
18
18
|
readCachedAccountInfoFromDisk,
|
|
19
19
|
retrieveThreadViaImpit
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-SF3BG2IA.mjs";
|
|
21
21
|
import {
|
|
22
22
|
append,
|
|
23
23
|
findPendingByThread,
|
|
@@ -2162,6 +2162,20 @@ data: ${JSON.stringify(getHealth())}
|
|
|
2162
2162
|
close().catch(next);
|
|
2163
2163
|
});
|
|
2164
2164
|
});
|
|
2165
|
+
app.post("/daemon/reinit", requireBearer, async (req, res, next) => {
|
|
2166
|
+
try {
|
|
2167
|
+
if (req._pplx?.source === "tunnel") {
|
|
2168
|
+
res.status(403).json({ ok: false, error: "loopback_only" });
|
|
2169
|
+
return;
|
|
2170
|
+
}
|
|
2171
|
+
const passphrase = typeof req.body?.passphrase === "string" && req.body.passphrase.length > 0 ? req.body.passphrase : void 0;
|
|
2172
|
+
const client2 = await getClient();
|
|
2173
|
+
await client2.reinit(passphrase ? { passphrase } : {});
|
|
2174
|
+
res.json({ ok: true, authenticated: !!client2.authenticated });
|
|
2175
|
+
} catch (error) {
|
|
2176
|
+
next(error);
|
|
2177
|
+
}
|
|
2178
|
+
});
|
|
2165
2179
|
app.post("/daemon/enable-tunnel", requireBearer, async (_req, res, next) => {
|
|
2166
2180
|
try {
|
|
2167
2181
|
await options.onEnableTunnel?.();
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
impitFetchJson,
|
|
6
6
|
isImpitAvailable
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2GOOGBD6.mjs";
|
|
8
8
|
import {
|
|
9
9
|
FORMAT_TO_CONTENT_TYPE,
|
|
10
10
|
exportThread,
|
|
11
11
|
resolveExportApiFormat
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-ZQZC634I.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ASI_ACCESS_ENDPOINT,
|
|
15
15
|
AUTH_SESSION_ENDPOINT,
|
|
@@ -22,8 +22,9 @@ import {
|
|
|
22
22
|
THREAD_ENDPOINT,
|
|
23
23
|
findBrowser,
|
|
24
24
|
getSavedCookies,
|
|
25
|
-
resolveBrowserExecutable
|
|
26
|
-
|
|
25
|
+
resolveBrowserExecutable,
|
|
26
|
+
wasLastVaultLocked
|
|
27
|
+
} from "./chunk-2FBDBRC5.mjs";
|
|
27
28
|
import {
|
|
28
29
|
getActiveName,
|
|
29
30
|
getConfigDir,
|
|
@@ -889,8 +890,16 @@ var PerplexityClient = class _PerplexityClient {
|
|
|
889
890
|
* vault cookies are picked up. Called by the `.reinit` sentinel watcher
|
|
890
891
|
* after a child login-runner completes.
|
|
891
892
|
*/
|
|
892
|
-
async reinit() {
|
|
893
|
+
async reinit(opts = {}) {
|
|
893
894
|
console.error("[perplexity-mcp] Reinit requested \u2014 closing current context and reloading cookies.");
|
|
895
|
+
if (opts.passphrase) {
|
|
896
|
+
process.env.PERPLEXITY_VAULT_PASSPHRASE = opts.passphrase;
|
|
897
|
+
try {
|
|
898
|
+
const vault = await import("./vault.mjs");
|
|
899
|
+
vault.__resetKeyCache();
|
|
900
|
+
} catch {
|
|
901
|
+
}
|
|
902
|
+
}
|
|
894
903
|
await this.shutdown().catch(() => {
|
|
895
904
|
});
|
|
896
905
|
this.browser = null;
|
|
@@ -2010,6 +2019,7 @@ View at: ${PERPLEXITY_URL}/search/${threadSlug}`,
|
|
|
2010
2019
|
writeDaemonStatus(startedAt, error) {
|
|
2011
2020
|
try {
|
|
2012
2021
|
const paths = getActivePaths();
|
|
2022
|
+
const reason = this.authenticated ? "ok" : wasLastVaultLocked() ? "vault-locked" : "not-logged-in";
|
|
2013
2023
|
const status = {
|
|
2014
2024
|
authenticated: this.authenticated,
|
|
2015
2025
|
tier: this.daemonTier(),
|
|
@@ -2017,7 +2027,8 @@ View at: ${PERPLEXITY_URL}/search/${threadSlug}`,
|
|
|
2017
2027
|
pid: process.pid,
|
|
2018
2028
|
lastInit: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2019
2029
|
initDurationMs: Date.now() - startedAt,
|
|
2020
|
-
error
|
|
2030
|
+
error,
|
|
2031
|
+
reason
|
|
2021
2032
|
};
|
|
2022
2033
|
writeFileSync(paths.daemonStatus, JSON.stringify(status, null, 2) + "\n");
|
|
2023
2034
|
} catch {
|
package/dist/cli.mjs
CHANGED
|
@@ -769,7 +769,7 @@ Config written to ${config.configPath}`;
|
|
|
769
769
|
return { code: browserResult.code, stdout: (flags.json ? browserResult.last : `login finished (${browserResult.code})`) + "\n", stderr: "" };
|
|
770
770
|
}
|
|
771
771
|
if (command === "install-speed-boost") {
|
|
772
|
-
const { installImpit, getImpitStatus } = await import("./native-deps-
|
|
772
|
+
const { installImpit, getImpitStatus } = await import("./native-deps-UI7RZN5A.mjs");
|
|
773
773
|
const before = getImpitStatus();
|
|
774
774
|
if (before.installed && !flags.force) {
|
|
775
775
|
const msg2 = flags.json ? JSON.stringify({ ok: true, alreadyInstalled: true, version: before.version, runtimeDir: before.runtimeDir }) : `Speed Boost (impit ${before.version ?? "?"}) already installed at ${before.runtimeDir}.
|
|
@@ -790,7 +790,7 @@ All impit-eligible tools (sync, hydrate, retrieve, export, models, login) will u
|
|
|
790
790
|
return { code: 0, stdout: out + "\n", stderr: "" };
|
|
791
791
|
}
|
|
792
792
|
if (command === "uninstall-speed-boost") {
|
|
793
|
-
const { uninstallImpit, getImpitStatus } = await import("./native-deps-
|
|
793
|
+
const { uninstallImpit, getImpitStatus } = await import("./native-deps-UI7RZN5A.mjs");
|
|
794
794
|
const before = getImpitStatus();
|
|
795
795
|
const log = (line) => process.stderr.write(`[speed-boost] ${line}
|
|
796
796
|
`);
|
|
@@ -804,7 +804,7 @@ All impit-eligible tools (sync, hydrate, retrieve, export, models, login) will u
|
|
|
804
804
|
return { code: 0, stdout: out + "\n", stderr: "" };
|
|
805
805
|
}
|
|
806
806
|
if (command === "speed-boost-status") {
|
|
807
|
-
const { getImpitStatus } = await import("./native-deps-
|
|
807
|
+
const { getImpitStatus } = await import("./native-deps-UI7RZN5A.mjs");
|
|
808
808
|
const status = getImpitStatus();
|
|
809
809
|
if (flags.json) {
|
|
810
810
|
return { code: 0, stdout: JSON.stringify(status) + "\n", stderr: "" };
|
package/dist/client.d.ts
CHANGED
|
@@ -210,7 +210,9 @@ export declare class PerplexityClient {
|
|
|
210
210
|
* vault cookies are picked up. Called by the `.reinit` sentinel watcher
|
|
211
211
|
* after a child login-runner completes.
|
|
212
212
|
*/
|
|
213
|
-
reinit(
|
|
213
|
+
reinit(opts?: {
|
|
214
|
+
passphrase?: string;
|
|
215
|
+
}): Promise<void>;
|
|
214
216
|
search(opts: {
|
|
215
217
|
query: string;
|
|
216
218
|
modelPreference?: string;
|
package/dist/client.mjs
CHANGED
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
readCachedAccountInfoFromDisk,
|
|
9
9
|
retrieveThreadViaImpit,
|
|
10
10
|
searchPerplexityViaImpit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SF3BG2IA.mjs";
|
|
12
12
|
import "./chunk-KVV3JBSN.mjs";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-2GOOGBD6.mjs";
|
|
14
|
+
import "./chunk-ZQZC634I.mjs";
|
|
15
|
+
import "./chunk-2FBDBRC5.mjs";
|
|
16
16
|
import "./chunk-C5I7KXHK.mjs";
|
|
17
17
|
import "./chunk-MTDFKNXX.mjs";
|
|
18
18
|
import "./chunk-E3GRJXXJ.mjs";
|
package/dist/cloud-sync.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
hydrateCloudHistoryEntry,
|
|
3
3
|
syncCloudHistory
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-REY5WMXY.mjs";
|
|
5
|
+
import "./chunk-SF3BG2IA.mjs";
|
|
6
6
|
import "./chunk-KVV3JBSN.mjs";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-2GOOGBD6.mjs";
|
|
8
8
|
import "./chunk-6E6XTHTG.mjs";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-ZQZC634I.mjs";
|
|
10
|
+
import "./chunk-2FBDBRC5.mjs";
|
|
11
11
|
import "./chunk-C5I7KXHK.mjs";
|
|
12
12
|
import "./chunk-MTDFKNXX.mjs";
|
|
13
13
|
import "./chunk-E3GRJXXJ.mjs";
|
package/dist/config.d.ts
CHANGED
|
@@ -173,6 +173,8 @@ export interface PlaywrightCookie {
|
|
|
173
173
|
httpOnly?: boolean;
|
|
174
174
|
sameSite?: "Strict" | "Lax" | "None";
|
|
175
175
|
}
|
|
176
|
+
/** True when the last getSavedCookies() returned [] because vault unseal failed. */
|
|
177
|
+
export declare function wasLastVaultLocked(): boolean;
|
|
176
178
|
export declare function getSavedCookies(): Promise<PlaywrightCookie[]>;
|
|
177
179
|
/**
|
|
178
180
|
* Check whether the active profile has stored login cookies in its vault.
|
package/dist/config.mjs
CHANGED
|
@@ -21,8 +21,9 @@ import {
|
|
|
21
21
|
getOrCreateContext,
|
|
22
22
|
getSavedCookies,
|
|
23
23
|
hasStoredLogin,
|
|
24
|
-
resolveBrowserExecutable
|
|
25
|
-
|
|
24
|
+
resolveBrowserExecutable,
|
|
25
|
+
wasLastVaultLocked
|
|
26
|
+
} from "./chunk-2FBDBRC5.mjs";
|
|
26
27
|
import "./chunk-C5I7KXHK.mjs";
|
|
27
28
|
import "./chunk-MTDFKNXX.mjs";
|
|
28
29
|
import "./chunk-E3GRJXXJ.mjs";
|
|
@@ -50,5 +51,6 @@ export {
|
|
|
50
51
|
getOrCreateContext,
|
|
51
52
|
getSavedCookies,
|
|
52
53
|
hasStoredLogin,
|
|
53
|
-
resolveBrowserExecutable
|
|
54
|
+
resolveBrowserExecutable,
|
|
55
|
+
wasLastVaultLocked
|
|
54
56
|
};
|
package/dist/daemon/attach.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DaemonAttachError,
|
|
3
3
|
attachToDaemon
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-E7GU4PUX.mjs";
|
|
5
|
+
import "../chunk-MIHIG4M4.mjs";
|
|
6
6
|
import "../chunk-LGH5BSUY.mjs";
|
|
7
7
|
import "../chunk-6YMQVLFX.mjs";
|
|
8
8
|
import "../chunk-TIWHN4IW.mjs";
|
|
9
9
|
import "../chunk-NMKNEEZB.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-OOSSV7G3.mjs";
|
|
11
11
|
import "../chunk-TSLRTZYR.mjs";
|
|
12
12
|
import "../chunk-DKEJZ4FI.mjs";
|
|
13
13
|
import "../chunk-3LUO5ATM.mjs";
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-REY5WMXY.mjs";
|
|
15
|
+
import "../chunk-SF3BG2IA.mjs";
|
|
16
16
|
import "../chunk-KVV3JBSN.mjs";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-2GOOGBD6.mjs";
|
|
18
18
|
import "../chunk-6E6XTHTG.mjs";
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-ZQZC634I.mjs";
|
|
20
|
+
import "../chunk-2FBDBRC5.mjs";
|
|
21
21
|
import "../chunk-C5I7KXHK.mjs";
|
|
22
22
|
import "../chunk-MTDFKNXX.mjs";
|
|
23
23
|
import "../chunk-E3GRJXXJ.mjs";
|
|
@@ -2,23 +2,23 @@ import {
|
|
|
2
2
|
exportHistoryViaDaemon,
|
|
3
3
|
hydrateCloudHistoryEntryViaDaemon,
|
|
4
4
|
syncCloudHistoryViaDaemon
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-CV6NITDS.mjs";
|
|
6
|
+
import "../chunk-MIHIG4M4.mjs";
|
|
7
7
|
import "../chunk-LGH5BSUY.mjs";
|
|
8
8
|
import "../chunk-6YMQVLFX.mjs";
|
|
9
9
|
import "../chunk-TIWHN4IW.mjs";
|
|
10
10
|
import "../chunk-NMKNEEZB.mjs";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-OOSSV7G3.mjs";
|
|
12
12
|
import "../chunk-TSLRTZYR.mjs";
|
|
13
13
|
import "../chunk-DKEJZ4FI.mjs";
|
|
14
14
|
import "../chunk-3LUO5ATM.mjs";
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-REY5WMXY.mjs";
|
|
16
|
+
import "../chunk-SF3BG2IA.mjs";
|
|
17
17
|
import "../chunk-KVV3JBSN.mjs";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-2GOOGBD6.mjs";
|
|
19
19
|
import "../chunk-6E6XTHTG.mjs";
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-ZQZC634I.mjs";
|
|
21
|
+
import "../chunk-2FBDBRC5.mjs";
|
|
22
22
|
import "../chunk-C5I7KXHK.mjs";
|
|
23
23
|
import "../chunk-MTDFKNXX.mjs";
|
|
24
24
|
import "../chunk-E3GRJXXJ.mjs";
|
package/dist/daemon/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
exportHistoryViaDaemon,
|
|
3
3
|
hydrateCloudHistoryEntryViaDaemon,
|
|
4
4
|
syncCloudHistoryViaDaemon
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-CV6NITDS.mjs";
|
|
6
6
|
import {
|
|
7
7
|
attachToDaemon
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-E7GU4PUX.mjs";
|
|
9
9
|
import {
|
|
10
10
|
disableDaemonTunnel,
|
|
11
11
|
enableDaemonTunnel,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
rotateDaemonToken,
|
|
22
22
|
startDaemon,
|
|
23
23
|
stopDaemon
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-MIHIG4M4.mjs";
|
|
25
25
|
import "../chunk-LGH5BSUY.mjs";
|
|
26
26
|
import {
|
|
27
27
|
extractTunnelUrl,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
} from "../chunk-NMKNEEZB.mjs";
|
|
44
44
|
import {
|
|
45
45
|
startDaemonServer
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-OOSSV7G3.mjs";
|
|
47
47
|
import {
|
|
48
48
|
appendAuditEntry,
|
|
49
49
|
getAuditLogPath,
|
|
@@ -57,13 +57,13 @@ import {
|
|
|
57
57
|
rotateToken
|
|
58
58
|
} from "../chunk-DKEJZ4FI.mjs";
|
|
59
59
|
import "../chunk-3LUO5ATM.mjs";
|
|
60
|
-
import "../chunk-
|
|
61
|
-
import "../chunk-
|
|
60
|
+
import "../chunk-REY5WMXY.mjs";
|
|
61
|
+
import "../chunk-SF3BG2IA.mjs";
|
|
62
62
|
import "../chunk-KVV3JBSN.mjs";
|
|
63
|
-
import "../chunk-
|
|
63
|
+
import "../chunk-2GOOGBD6.mjs";
|
|
64
64
|
import "../chunk-6E6XTHTG.mjs";
|
|
65
|
-
import "../chunk-
|
|
66
|
-
import "../chunk-
|
|
65
|
+
import "../chunk-ZQZC634I.mjs";
|
|
66
|
+
import "../chunk-2FBDBRC5.mjs";
|
|
67
67
|
import "../chunk-C5I7KXHK.mjs";
|
|
68
68
|
import "../chunk-MTDFKNXX.mjs";
|
|
69
69
|
import "../chunk-E3GRJXXJ.mjs";
|
package/dist/daemon/launcher.mjs
CHANGED
|
@@ -13,22 +13,22 @@ import {
|
|
|
13
13
|
rotateDaemonToken,
|
|
14
14
|
startDaemon,
|
|
15
15
|
stopDaemon
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-MIHIG4M4.mjs";
|
|
17
17
|
import "../chunk-LGH5BSUY.mjs";
|
|
18
18
|
import "../chunk-6YMQVLFX.mjs";
|
|
19
19
|
import "../chunk-TIWHN4IW.mjs";
|
|
20
20
|
import "../chunk-NMKNEEZB.mjs";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-OOSSV7G3.mjs";
|
|
22
22
|
import "../chunk-TSLRTZYR.mjs";
|
|
23
23
|
import "../chunk-DKEJZ4FI.mjs";
|
|
24
24
|
import "../chunk-3LUO5ATM.mjs";
|
|
25
|
-
import "../chunk-
|
|
26
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-REY5WMXY.mjs";
|
|
26
|
+
import "../chunk-SF3BG2IA.mjs";
|
|
27
27
|
import "../chunk-KVV3JBSN.mjs";
|
|
28
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-2GOOGBD6.mjs";
|
|
29
29
|
import "../chunk-6E6XTHTG.mjs";
|
|
30
|
-
import "../chunk-
|
|
31
|
-
import "../chunk-
|
|
30
|
+
import "../chunk-ZQZC634I.mjs";
|
|
31
|
+
import "../chunk-2FBDBRC5.mjs";
|
|
32
32
|
import "../chunk-C5I7KXHK.mjs";
|
|
33
33
|
import "../chunk-MTDFKNXX.mjs";
|
|
34
34
|
import "../chunk-E3GRJXXJ.mjs";
|
package/dist/daemon/server.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveRequestResource,
|
|
3
3
|
startDaemonServer
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-OOSSV7G3.mjs";
|
|
5
5
|
import "../chunk-TSLRTZYR.mjs";
|
|
6
6
|
import "../chunk-DKEJZ4FI.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-REY5WMXY.mjs";
|
|
8
|
+
import "../chunk-SF3BG2IA.mjs";
|
|
9
9
|
import "../chunk-KVV3JBSN.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-2GOOGBD6.mjs";
|
|
11
11
|
import "../chunk-6E6XTHTG.mjs";
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-ZQZC634I.mjs";
|
|
13
|
+
import "../chunk-2FBDBRC5.mjs";
|
|
14
14
|
import "../chunk-C5I7KXHK.mjs";
|
|
15
15
|
import "../chunk-MTDFKNXX.mjs";
|
|
16
16
|
import "../chunk-E3GRJXXJ.mjs";
|
package/dist/doctor.mjs
CHANGED
package/dist/export.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
FORMAT_TO_CONTENT_TYPE,
|
|
3
3
|
exportThread,
|
|
4
4
|
resolveExportApiFormat
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-ZQZC634I.mjs";
|
|
6
|
+
import "./chunk-2FBDBRC5.mjs";
|
|
7
7
|
import "./chunk-C5I7KXHK.mjs";
|
|
8
8
|
import "./chunk-MTDFKNXX.mjs";
|
|
9
9
|
import "./chunk-E3GRJXXJ.mjs";
|
package/dist/health-check.mjs
CHANGED
|
@@ -7,13 +7,13 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
isImpitAvailable,
|
|
9
9
|
loadImpit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2GOOGBD6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
PERPLEXITY_URL,
|
|
13
13
|
findBrowser,
|
|
14
14
|
getOrCreateContext,
|
|
15
15
|
resolveBrowserExecutable
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-2FBDBRC5.mjs";
|
|
17
17
|
import {
|
|
18
18
|
Vault
|
|
19
19
|
} from "./chunk-C5I7KXHK.mjs";
|
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
CATEGORIES,
|
|
4
4
|
formatReportMarkdown,
|
|
5
5
|
runAll
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-S2XSNVXF.mjs";
|
|
7
7
|
import {
|
|
8
8
|
buildIssueBody,
|
|
9
9
|
buildIssueUrl,
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
} from "./chunk-DPGMKSSA.mjs";
|
|
13
13
|
import {
|
|
14
14
|
attachToDaemon
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-E7GU4PUX.mjs";
|
|
16
16
|
import {
|
|
17
17
|
ensureDaemon,
|
|
18
18
|
startDaemon
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-MIHIG4M4.mjs";
|
|
20
20
|
import "./chunk-LGH5BSUY.mjs";
|
|
21
21
|
import "./chunk-6YMQVLFX.mjs";
|
|
22
22
|
import "./chunk-TIWHN4IW.mjs";
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
registerTools,
|
|
36
36
|
saveToolConfig,
|
|
37
37
|
watchToolConfig
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-OOSSV7G3.mjs";
|
|
39
39
|
import "./chunk-TSLRTZYR.mjs";
|
|
40
40
|
import "./chunk-DKEJZ4FI.mjs";
|
|
41
41
|
import {
|
|
@@ -49,17 +49,17 @@ import "./chunk-HMKLWVXB.mjs";
|
|
|
49
49
|
import {
|
|
50
50
|
hydrateCloudHistoryEntry,
|
|
51
51
|
syncCloudHistory
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-REY5WMXY.mjs";
|
|
53
53
|
import {
|
|
54
54
|
PerplexityClient
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-SF3BG2IA.mjs";
|
|
56
56
|
import "./chunk-KVV3JBSN.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getImpitRuntimeDir,
|
|
59
59
|
getModelsCacheInfo,
|
|
60
60
|
isImpitAvailable,
|
|
61
61
|
refreshAccountInfo
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-2GOOGBD6.mjs";
|
|
63
63
|
import {
|
|
64
64
|
append,
|
|
65
65
|
countAll,
|
|
@@ -82,10 +82,10 @@ import {
|
|
|
82
82
|
} from "./chunk-6E6XTHTG.mjs";
|
|
83
83
|
import {
|
|
84
84
|
exportThread
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-ZQZC634I.mjs";
|
|
86
86
|
import {
|
|
87
87
|
findBrowser
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-2FBDBRC5.mjs";
|
|
89
89
|
import {
|
|
90
90
|
getUnsealMaterial
|
|
91
91
|
} from "./chunk-C5I7KXHK.mjs";
|
package/dist/login-runner.mjs
CHANGED
package/dist/refresh.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
isImpitAvailable,
|
|
6
6
|
loadImpit,
|
|
7
7
|
refreshAccountInfo
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-2GOOGBD6.mjs";
|
|
9
|
+
import "./chunk-2FBDBRC5.mjs";
|
|
10
10
|
import "./chunk-C5I7KXHK.mjs";
|
|
11
11
|
import "./chunk-MTDFKNXX.mjs";
|
|
12
12
|
import "./chunk-E3GRJXXJ.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "perplexity-user-mcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.50",
|
|
4
4
|
"mcpName": "io.github.Automations-Project/perplexity-user-mcp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Perplexity AI MCP server — browser automation for search, reasoning, research, and compute. Not affiliated with Perplexity AI, Inc.",
|
|
File without changes
|