deribit-mcp 0.1.0

MCP (Model Context Protocol) server for Deribit trading platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # Deribit MCP
//!
//! MCP (Model Context Protocol) server for the Deribit cryptocurrency derivatives
//! trading platform.
//!
//! This crate is a placeholder reserving the name on crates.io. A full
//! implementation is in development and will land in a future release.
//!
//! See the companion crates for current Deribit API client functionality:
//!
//! - [`deribit-base`](https://crates.io/crates/deribit-base)
//! - [`deribit-http`](https://crates.io/crates/deribit-http)
//! - [`deribit-websocket`](https://crates.io/crates/deribit-websocket)
//! - [`deribit-fix`](https://crates.io/crates/deribit-fix)