BIG PLANS! View quoted note β†’
πŸŽ‡The awesome CVM repo is growing! Three new servers have been added in the past few days. They are: - Nanalytics (): Website analytics like your Nanna used to bake. Over Nostr, privacy-preserving, simple analytics, easy to host. - Earthly Geo Server (): A server focused on geocoding and reverse geocoding via OpenStreetMap Nominatim. Features search_location for forward geocoding and reverse_lookup for coordinate-based place metadata. - Wavefunc Music Metadata Server (): A server for radio stream metadata extraction and MusicBrainz lookups. Features extract_stream_metadata for Icecast/Shoutcast streams and musicbrainz_search for detailed track information. The Geo Server and the Music Metadata Server are also public and are already integrated into earthly.city and wavefunc.live. They are accessible and can be used through the Contextvm website as well.
πŸš€ContextVM SDK version 0.1.41 is now available with significant improvements to transport integration, relay handling, and async architecture. Key new features include optional client public key injection in MCP requests, enabling better server integration and authentication capabilities. This feature, documented in CEP-16, allows server transports to inject client public keys into request metadata when configured with `injectClientPubkey: true`. Learn more at The release also brings robust relay reconnection for Nostr server transport, fixing relay restart issues in ApplesauceRelayPool with comprehensive reconnection tests. This ensures more robust operations in long lived servers. Performance improvements come from async architecture enhancements including a TaskQueue utility for non-blocking event processing, parallel transport startup operations, LRU caching for session management, optimized authorization lookups, and improved notification broadcasting with backpressure handling. These changes deliver better integration between transports and underlying servers, more reliable relay handling, and enhanced performance through optimized async operations.