mcps-server 0.1.0

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

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