Skip to main content

Crate adk_rust_mcp_multimodal

Crate adk_rust_mcp_multimodal 

Source
Expand description

ADK Rust MCP Multimodal Server Library

This library provides multimodal generation capabilities using Google’s Gemini API, including image generation and text-to-speech synthesis.

Re-exports§

pub use handler::GeneratedAudio;
pub use handler::GeneratedImage;
pub use handler::ImageGenerateResult;
pub use handler::LanguageCodeInfo;
pub use handler::MultimodalHandler;
pub use handler::MultimodalImageParams;
pub use handler::MultimodalTtsParams;
pub use handler::TtsResult;
pub use handler::VoiceInfo;
pub use server::MultimodalServer;

Modules§

handler
Multimodal generation handler for the MCP Multimodal server.
resources
MCP Resources for the Multimodal server.
server
MCP Server implementation for the Multimodal server.