Skip to main content

mcp_agriculture/
lib.rs

1//! # mcp-agriculture
2//!
3//! Agriculture MCP server — 35 tools for crop data, weather, soil analysis,
4//! market prices, and precision farming.
5pub mod server;
6pub mod types;
7pub mod agtech;