Skip to content

Commit cb67a33

Browse files
committed
MCP apps blog
1 parent bcbf16d commit cb67a33

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

blog/content/posts/2025-11-20-adopting-mcpb.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A basic bundle structure looks like:
1919
bundle.mcpb (ZIP file)
2020
├── manifest.json # Required: Bundle metadata and configuration
2121
├── server/ # Server implementation
22-
│ └── index.js
22+
│ └── index.js
2323
├── node_modules/ # Bundled dependencies
2424
└── icon.png # Optional: Bundle icon
2525
```
@@ -38,20 +38,20 @@ Anthropic originally developed this format (previously called DXT) for Claude's
3838

3939
## What this means for developers
4040

41-
**Servers:** You can now package your local MCP servers for distribution across multiple clients. The `mcpb` CLI helps you create a `manifest.json` and package your server into a `.mcpb` file. Once packaged, users can install your server with a single click in any client that supports MCP Bundles.
41+
**Servers:** You can now package your local MCP servers for distribution across multiple clients. The `mcpb` CLI helps you create a `manifest.json` and package your server into a `.mcpb` file. Once packaged, users can install your server with a single click in any client that supports MCP Bundles.
4242

4343
**Clients:** You can add support for MCP Bundles to your application using the open-source toolchain. The repository includes the schemas and key functions used by Claude for macOS and Windows to implement bundle support, which you can adapt for your own client.
4444

4545
## Getting started
4646

47-
Check out the repo to get started: [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb). We encourage feedback and contributions.
47+
Check out the repo to get started: [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb). We encourage feedback and contributions.
4848

4949
## Acknowledgements
5050

5151
Thanks to the MCP contributors and maintainers involved in making this happen, including:
5252

53-
* David Soria Parra (MCP Lead Maintainer)
54-
* Adam Jones (MCP Maintainer)
55-
* Joan Xie (MCPB Maintainer)
56-
* Felix Rieseberg (MCPB Maintainer)
57-
* Alex Sklar (MCPB Maintainer)
53+
- David Soria Parra (MCP Lead Maintainer)
54+
- Adam Jones (MCP Maintainer)
55+
- Joan Xie (MCPB Maintainer)
56+
- Felix Rieseberg (MCPB Maintainer)
57+
- Alex Sklar (MCPB Maintainer)

0 commit comments

Comments
 (0)