mcps-client 0.1.0

MCPS client implementation for secure MCP connections
Documentation
1
2
3
4
5
6
//! mcps-client library

pub fn run() -> Result<(), Box<dyn std::error::Error>> {
    println!("mcps-client is running");
    Ok(())
}