@plaud-ai/mcp 0.3.0 → 0.3.1

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  PlaudClient,
3
3
  capture
4
- } from "./chunk-TPGKCGTQ.js";
4
+ } from "./chunk-R5G6UXSI.js";
5
5
  import {
6
6
  httpClientDuration,
7
7
  httpClientRequests
@@ -20271,7 +20271,7 @@ function loadConfig() {
20271
20271
  optOutReason: "PLAUD_TELEMETRY_DISABLED is set"
20272
20272
  };
20273
20273
  }
20274
- const apiKey = process.env.PLAUD_POSTHOG_KEY ?? null;
20274
+ const apiKey = "phc_Be6wE0Vfi6lsbbfKfl4tgpzqKkB1UG29ddOlSA6B8NW";
20275
20275
  const host = process.env.PLAUD_POSTHOG_HOST ?? DEFAULT_HOST;
20276
20276
  return { apiKey, host, optedOut: false, optOutReason: null };
20277
20277
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  capture,
3
3
  classifyError
4
- } from "./chunk-TPGKCGTQ.js";
4
+ } from "./chunk-R5G6UXSI.js";
5
5
  import {
6
6
  logger
7
7
  } from "./chunk-NPCCDRWQ.js";
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  getClient
4
- } from "./chunk-BU3JMO4H.js";
4
+ } from "./chunk-QJV4OLZI.js";
5
5
  import {
6
6
  loadSkills
7
7
  } from "./chunk-4QBEOJPX.js";
8
8
  import {
9
9
  normalizeMcpHost,
10
10
  registerTools
11
- } from "./chunk-QXV7KYGD.js";
11
+ } from "./chunk-XA77WLYF.js";
12
12
  import {
13
13
  capture,
14
14
  classifyError,
@@ -20,7 +20,7 @@ import {
20
20
  setMcpHost,
21
21
  setUser,
22
22
  shutdown
23
- } from "./chunk-TPGKCGTQ.js";
23
+ } from "./chunk-R5G6UXSI.js";
24
24
  import "./chunk-NPCCDRWQ.js";
25
25
  import "./chunk-RUFCT6DQ.js";
26
26
  import "./chunk-MCKGQKYU.js";
@@ -31,7 +31,7 @@ import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"
31
31
  import open from "open";
32
32
  var server = new McpServer({
33
33
  name: "plaud",
34
- version: "0.3.0"
34
+ version: "0.3.1"
35
35
  });
36
36
  var CALLBACK_PORT = 8199;
37
37
  var LOGIN_TIMEOUT_MS = 12e4;
@@ -154,7 +154,7 @@ async function main() {
154
154
  const sub = process.argv[2];
155
155
  const sub2 = process.argv[3];
156
156
  if (sub === "install") {
157
- const { runInstall } = await import("./install-2EIB7ZP3.js");
157
+ const { runInstall } = await import("./install-42GM4XUO.js");
158
158
  const args = process.argv.slice(3);
159
159
  const yes = args.some((a) => a === "--yes" || a === "-y");
160
160
  const noLogin = args.some((a) => a === "--no-login");
@@ -187,7 +187,7 @@ async function main() {
187
187
  return;
188
188
  }
189
189
  if (sub === "http") {
190
- const { startHttpServer } = await import("./server-ZVB7U2VZ.js");
190
+ const { startHttpServer } = await import("./server-KBYYESVJ.js");
191
191
  const { startMetricsServer } = await import("./server-BOR5EZLF.js");
192
192
  startMetricsServer();
193
193
  startHttpServer();
@@ -213,7 +213,7 @@ Usage:
213
213
  try {
214
214
  await initTelemetry({
215
215
  surface: "mcp",
216
- appVersion: "0.3.0",
216
+ appVersion: "0.3.1",
217
217
  transport: "stdio"
218
218
  });
219
219
  } catch {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getClient
3
- } from "./chunk-BU3JMO4H.js";
3
+ } from "./chunk-QJV4OLZI.js";
4
4
  import {
5
5
  copyToClipboard,
6
6
  getMcpEntry,
@@ -11,7 +11,7 @@ import {
11
11
  } from "./chunk-4QBEOJPX.js";
12
12
  import {
13
13
  runOAuthCallback
14
- } from "./chunk-TPGKCGTQ.js";
14
+ } from "./chunk-R5G6UXSI.js";
15
15
  import "./chunk-RUFCT6DQ.js";
16
16
  import "./chunk-MCKGQKYU.js";
17
17
 
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  registerTools
3
- } from "./chunk-QXV7KYGD.js";
3
+ } from "./chunk-XA77WLYF.js";
4
4
  import {
5
5
  PlaudClient
6
- } from "./chunk-TPGKCGTQ.js";
6
+ } from "./chunk-R5G6UXSI.js";
7
7
  import {
8
8
  logger
9
9
  } from "./chunk-NPCCDRWQ.js";
@@ -1010,7 +1010,7 @@ function startHttpServer() {
1010
1010
  apiBase,
1011
1011
  staticToken: token
1012
1012
  });
1013
- const mcpServer = new McpServer({ name: "plaud", version: "0.3.0" });
1013
+ const mcpServer = new McpServer({ name: "plaud", version: "0.3.1" });
1014
1014
  registerTools(mcpServer, client);
1015
1015
  const transport = new StreamableHTTPServerTransport({
1016
1016
  sessionIdGenerator: void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaud-ai/mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plaud",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Access your Plaud recordings in Claude",
5
5
  "author": {
6
6
  "name": "Plaud AI"