elicit_reqwest 0.8.3

MCP tool transport for reqwest — newtype wrappers, plugin registry, and contract-verified HTTP workflows
Documentation
1
2
3
4
5
6
7
//! Error wrapper for reqwest errors.
//!
//! Provides an elicitation-enabled wrapper around reqwest::Error.

use elicitation::elicit_newtype;

elicit_newtype!(reqwest::Error, as Error);