Skip to content

Commit 432cad5

Browse files
committed
hotfix: host .mcpb on Github since Netlify does not support .mcpb extension
1 parent 4108b8c commit 432cad5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@ To rebuild the bundle after changes:
4545
cd mcpb
4646
npm install
4747
npx @anthropic-ai/mcpb pack
48-
cp mcpb.mcpb ../public/tabpfn-0.1.0.mcpb
4948
```
5049

51-
Bump the version in `mcpb/manifest.json` and `mcpb/package.json` when releasing, and update the filename in `public/` and `agentic/setup-guide.mdx` to match.
50+
The built `.mcpb` file is hosted as a GitHub Release asset. To publish a new version:
51+
52+
1. Bump the version in `mcpb/manifest.json` and `mcpb/package.json`
53+
2. Rebuild with `npx @anthropic-ai/mcpb pack`
54+
3. Create a new GitHub Release on this repo (e.g. tag `tabpfn-mcpb-0.2.0`) and upload the `.mcpb` file
55+
4. Update the download URL in `agentic/setup-guide.mdx` to match
5256

5357
## Contributing 🤝
5458

agentic/setup-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After setup, checkout our [Claude skill](/agentic/tutorials/mcp-claude-skills) t
5151
3. Download the bundle:
5252

5353
<a
54-
href="/public/tabpfn-0.1.0.mcpb"
54+
href="https://github.com/PriorLabs/docs/releases/download/tabpfn-mcpb-0.1.0/tabpfn-0.1.0.mcpb"
5555
download="tabpfn-0.1.0.mcpb"
5656
style={{
5757
display: 'inline-flex',

0 commit comments

Comments
 (0)