@plaud-ai/mcp 0.3.2 → 0.3.3
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-4QBEOJPX.js → chunk-242FRP4P.js} +6 -1
- package/dist/chunk-D2JZW2TW.js +832 -0
- package/dist/{chunk-QJV4OLZI.js → chunk-LOGKF7DL.js} +1 -1
- package/dist/{chunk-QT25MKZJ.js → chunk-WR565PER.js} +24 -25
- package/dist/{chunk-XA77WLYF.js → chunk-XWDA3G2U.js} +15 -2
- package/dist/index.js +14 -15
- package/dist/{install-UUXHA6WE.js → install-XCMWU6GQ.js} +7 -8
- package/dist/{server-D3JKIARR.js → server-DDSU6DGR.js} +497 -26
- package/dist/{server-BOR5EZLF.js → server-NKCNUA6P.js} +0 -1
- package/dist/{setup-GLWZYNRW.js → setup-N55HQZFZ.js} +8 -9
- package/package.json +2 -1
- package/plugin.json +1 -1
- package/dist/chunk-MCKGQKYU.js +0 -15
- package/dist/chunk-R5G6UXSI.js +0 -20687
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copyToClipboard,
|
|
3
3
|
getMcpEntry,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
4
|
+
installSkillsToClaudeCode,
|
|
5
|
+
removeSkillsFromClaudeCode
|
|
6
|
+
} from "./chunk-WR565PER.js";
|
|
7
7
|
import {
|
|
8
8
|
skillsCombined
|
|
9
|
-
} from "./chunk-
|
|
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
|
|
85
|
-
console.log("Plaud Skills have been
|
|
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
|
|
160
|
-
console.log("Plaud Skills have been
|
|
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.
|
|
3
|
+
"version": "0.3.3",
|
|
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
package/dist/chunk-MCKGQKYU.js
DELETED
|
@@ -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
|
-
};
|