deribit-mcp 1.0.0

MCP (Model Context Protocol) server for Deribit trading platform
Documentation
1
2
3
4
5
6
7
//! Curated re-exports for the most-used items in the adapter.
//!
//! `use deribit_mcp::prelude::*;` brings in the types most callers need
//! without the rest of the crate's surface.

pub use crate::context::AdapterContext;
pub use crate::error::{AdapterError, AuthFailureReason, UpstreamErrorKind};