rover-fetch 0.2.0

An MCP server for fetching and prepping web content for LLM agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! CLI command implementations.

pub mod batch;
pub mod cache;
pub mod config;
pub mod doctor;
pub mod fetch;
pub mod mcp;
#[cfg(feature = "local-inference")]
pub mod model;
pub mod task;