@plaud-ai/mcp 0.3.2 → 0.3.4

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,13 +1,12 @@
1
1
  import {
2
2
  copyToClipboard,
3
3
  getMcpEntry,
4
- removeSkillsFromClaudeCode,
5
- writeSkillsToClaudeCode
6
- } from "./chunk-QT25MKZJ.js";
4
+ installSkillsToClaudeCode,
5
+ removeSkillsFromClaudeCode
6
+ } from "./chunk-VHTXWQUE.js";
7
7
  import {
8
8
  skillsCombined
9
- } from "./chunk-4QBEOJPX.js";
10
- import "./chunk-MCKGQKYU.js";
9
+ } from "./chunk-242FRP4P.js";
11
10
 
12
11
  // src/setup.ts
13
12
  import { readFile, writeFile, mkdir, rm } from "fs/promises";
@@ -81,8 +80,8 @@ args = [${argsStr}]
81
80
  await writeFile(configPath, content + entry, "utf-8");
82
81
  console.log("Plaud has been added to Codex Desktop.");
83
82
  console.log("Please restart Codex Desktop to complete the setup.");
84
- await writeSkillsToClaudeCode();
85
- console.log("Plaud Skills have been added to ~/.claude/CLAUDE.md for Claude Code.");
83
+ await installSkillsToClaudeCode();
84
+ console.log("Plaud Skills have been installed to ~/.claude/skills/ for Claude Code.");
86
85
  await printSkillsPasteGuide();
87
86
  process.exit(0);
88
87
  }
@@ -156,8 +155,8 @@ async function runSetup() {
156
155
  await writeFile(configPath, JSON.stringify(config, null, 2), "utf-8");
157
156
  console.log("Plaud has been added to Claude Desktop.");
158
157
  console.log("Please restart Claude Desktop to complete the setup.");
159
- await writeSkillsToClaudeCode();
160
- console.log("Plaud Skills have been added to ~/.claude/CLAUDE.md for Claude Code.");
158
+ await installSkillsToClaudeCode();
159
+ console.log("Plaud Skills have been installed to ~/.claude/skills/ for Claude Code.");
161
160
  await printSkillsPasteGuide();
162
161
  process.exit(0);
163
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaud-ai/mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -25,6 +25,7 @@
25
25
  "express": "^5.2.1",
26
26
  "open": "^10.2.0",
27
27
  "pino": "^10.3.1",
28
+ "posthog-node": "^4.18.0",
28
29
  "prom-client": "^15.1.3",
29
30
  "zod": "^4.3.6"
30
31
  },
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plaud",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Access your Plaud recordings in Claude",
5
5
  "author": {
6
6
  "name": "Plaud AI"
@@ -1,15 +0,0 @@
1
- var __getOwnPropNames = Object.getOwnPropertyNames;
2
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
- }) : x)(function(x) {
5
- if (typeof require !== "undefined") return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
- var __commonJS = (cb, mod) => function __require2() {
9
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
- };
11
-
12
- export {
13
- __require,
14
- __commonJS
15
- };