Expand description
elicit_url — elicitation-enabled wrapper around url::Url.
Provides a Url newtype with:
schemars::JsonSchema(delegated tourl::Url)serde::Serialize/serde::Deserialize(transparent)- MCP reflect methods for URL decomposition and manipulation
UrlWorkflowPlugin: contract-verified URL composition tools
Re-exports§
pub use workflow::AssertHttpsParams;pub use workflow::BuildUrlParams;pub use workflow::HttpsRequired;pub use workflow::JoinUrlParams;pub use workflow::ParseUrlParams;pub use workflow::ParsedUrl;pub use workflow::SchemeAllowed;pub use workflow::SecureUrl;pub use workflow::SecureUrlState;pub use workflow::UnvalidatedUrl;pub use workflow::UrlParsed;pub use workflow::UrlWorkflowPlugin;pub use workflow::ValidateSchemeParams;
Modules§
- workflow
UrlWorkflowPlugin— contract-verified URL composition tools.
Structs§
- Url
- Elicitation-enabled wrapper around
url::Url.