@vncsleal/quillby 0.3.1 → 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/mcp/server.js +1 -1
- package/package.json +2 -2
package/dist/mcp/server.js
CHANGED
|
@@ -14,7 +14,7 @@ import { PLATFORM_GUIDES } from "../agents/compose.js";
|
|
|
14
14
|
import { enrichArticle } from "../extractors/content.js";
|
|
15
15
|
import { saveSeenUrls } from "../extractors/rss.js";
|
|
16
16
|
import { loadLatestHarvest, latestHarvestExists, saveHarvestOutput, saveDraft, } from "../output/structures.js";
|
|
17
|
-
const server = new Server({ name: "quillby-mcp", version: "0.3.
|
|
17
|
+
const server = new Server({ name: "quillby-mcp", version: "0.3.2" }, { capabilities: { tools: {}, resources: {}, prompts: {}, logging: {} } });
|
|
18
18
|
function log(message) {
|
|
19
19
|
server.sendLoggingMessage({ level: "info", data: message }).catch(() => { });
|
|
20
20
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vncsleal/quillby",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Quillby — AI copywriting assistant. Reads the internet and writes content in your voice.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Vinicius Leal",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"main": "dist/mcp/server.js",
|
|
20
20
|
"bin": {
|
|
21
|
-
"quillby-mcp": "
|
|
21
|
+
"quillby-mcp": "bin/quillby-mcp"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|