turbovault 1.6.0

Production-grade MCP server for Obsidian vault management - Transform your vault into an intelligent knowledge system for AI agents
Documentation
1
2
3
4
5
6
//! TurboVault Server CLI entry point.

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    turbovault::cli::run_from_env().await
}