Skip to content

v0.2.0

Latest

Choose a tag to compare

@altmatter altmatter released this 10 Apr 19:07
· 2 commits to main since this release

Migrate from DXT to MCP Bundle (MCPB) format.

What's new

  • MCPB format — the extension is now packaged as .mcpb (MCP Bundle) instead of .dxt (Desktop Extension), following the upstream rename at modelcontextprotocol/mcpb. Claude Desktop supports both formats.
  • Manifest v0.3 — upgraded from dxt_version: "0.1" to manifest_version: "0.3", with $schema for IDE validation.
  • Smaller bundle — added .mcpbignore to exclude source TypeScript, test files, and dev config from the packaged bundle.
  • npm run pack — new script that builds and packages the .mcpb into dist/.

Breaking

  • The release asset is now mcp-server-airbnb.mcpb instead of mcp-server-airbnb.dxt. If you were downloading the .dxt programmatically, update your scripts.

Install

Download mcp-server-airbnb.mcpb below and open it — Claude Desktop will show an installation dialog.

To ignore robots.txt, open Claude Desktop settings, navigate to the extension, and enable the Ignore robots.txt toggle.

Full changelog: v0.1.4...v0.2.0