Downloads
Linux
macOS (Darwin)
Windows
Install
All Platforms (Shell Script)
curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash
This will detect your platform and install the latest wassette
binary to your $PATH
.
Usage
# Start the MCP server
wassette serve --http --policy-file policy.yaml
What's Changed
- fix: disable sccache via env vars for cargo by @duffney in #75
- .github: add rust instructions for copilot by @Mossaka in #71
- fix: remove optionality of server_peer in component handling functions by @Mossaka in #77
- Move the design docs back under docs by @yoshuawuyts in #83
- docs: release process by @duffney in #82
- feat(wassette): unload-component now should delete files on Disk by @Mossaka in #81
- fix(wassette): send log to stderr for stdio transport by @Mossaka in #86
- chore: Add copyright headers and scripts/copyright.sh by @asw101 in #84
- Fix missing docs by @yoshuawuyts in #85
- docs: add link to installation instructions by @asw101 in #89
- chore: bump version and update the README.md by @duffney in #90
New Contributors
- @yoshuawuyts made their first contribution in #83
Full Changelog: v0.1.0...v0.2.0