r402-mcp 0.14.0

Model Context Protocol (MCP) transport for the x402 payment protocol.
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

// Placeholder crate: the dependencies below are reserved for the forthcoming
// MCP transport implementation. Suppress "unused extern crate" warnings.
use r402_core as _;
#[cfg(feature = "telemetry")]
use tracing as _;