claude-sdk-rs 1.0.0

Rust SDK for Claude AI with CLI integration - type-safe async API for Claude Code and direct SDK usage
Documentation
1
2
3
4
5
mod server;
pub mod tools;

pub use server::CustomerSupportMCPServer;
pub use tools::{register_customer_support_tools, CustomerCareEventData};