forkfeed-mcp 1.0.6 → 1.0.8
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -102,7 +102,7 @@ server.tool('forkfeed_push', 'Push a generated manifest (forks, feeds, cards) to
|
|
|
102
102
|
?.map((f) => ` - ${f.title} (${f.feeds} feeds)`)
|
|
103
103
|
.join('\n');
|
|
104
104
|
// Generate QR code for the first fork's deep link
|
|
105
|
-
const forkId = manifest.forks?.[0]?.
|
|
105
|
+
const forkId = manifest.forks?.[0]?._id;
|
|
106
106
|
let qrBlock = '';
|
|
107
107
|
if (forkId) {
|
|
108
108
|
const url = `https://forkfeed.link/fork/${forkId}`;
|