Docs.rs
mermaid-cli-0.7.1
mermaid-cli 0.7.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
noahsabaj
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.22
normal
bytes ^1.11
normal
chrono ^0.4
normal
clap ^4.6
normal
crossterm ^0.29
normal
directories ^6.0
normal
futures ^0.3
normal
pulldown-cmark ^0.13
normal
ratatui ^0.30
normal
regex ^1.12
normal
reqwest ^0.13
normal
rpassword ^7.4.0
normal
rustc-hash ^2.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.44
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
toml ^1.1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
unicode-width ^0.2
normal
which ^8.0
normal
portable-pty ^0.9
dev
temp-env ^0.3
dev
Versions
47.75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module mcp
mermaid_
cli
0.7.1
Module mcp
Module Items
Re-exports
Modules
Structs
Enums
In crate mermaid_
cli
mermaid_cli
Module
mcp
Copy item path
Source
Re-exports
§
pub use add::
add_server
;
pub use add::
remove_server
;
Modules
§
add
MCP (Model Context Protocol) client integration — Gateway
manager_
ref
Process-global handle to the
McpServerManager
.
Structs
§
McpClient
MCP protocol client for a single server connection.
McpServer
Manager
Manages multiple MCP server connections.
McpTool
Def
A tool definition discovered from an MCP server
McpTool
Result
Result of calling an MCP tool
Enums
§
Content
Block
A content block in an MCP tool result. Per the 2025-11-25 spec, servers may return text, image, audio, resource_link (URI reference), or embedded resource content. Older servers only emit text/image.