New
v0.3.4
Added
- Component registry validation pipeline that automatically validates new or modified component URIs in
component-registry.jsonon pull requests, ensuring all URIs can be successfully loaded by wassette before merging changes (#456) - Memory server example (
examples/memory-js) demonstrating a knowledge graph storage system as a WebAssembly component, migrated from the MCP memory server with in-memory persistence, supporting entity and relation management, observations, and full-text search capabilities (#437) - arXiv research component (
examples/arxiv-rs) in Rust that provides three functions:search-papersfor searching arXiv with query, max results, date, and category filters; for downloading PDF files; and for fetching paper metadata and abstracts. The component uses the arXiv API and returns formatted markdown output ()