waypoint 2025.12.1

Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.
Documentation
1
2
3
4
5
6
7
//! MCP (Machine-Readable Client Protocol) service implementation

mod base;
pub use base::{McpService, MooCow, NullDb, WaypointMcpService};

mod handlers;
pub use handlers::WaypointMcpTools;