mcpzip 0.1.0

MCP proxy that aggregates multiple servers behind search + execute meta-tools
Documentation
1
2
3
4
5
6
use crate::error::McpzipError;

pub fn run_init() -> Result<(), McpzipError> {
    eprintln!("Init wizard not yet implemented.");
    Ok(())
}