forkfeed-mcp 1.0.7 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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]?.id;
105
+ const forkId = manifest.forks?.[0]?._id;
106
106
  let qrBlock = '';
107
107
  if (forkId) {
108
108
  const url = `https://forkfeed.link/fork/${forkId}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forkfeed-mcp",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "MCP server for pushing GitHub commits to forkfeed",
5
5
  "type": "module",
6
6
  "bin": {