vibe-workspace 0.0.1

Extremely lightweight CLI for managing multiple git repositories and workspace configurations
1
2
3
4
5
6
//! MCP tool handlers for vibe-workspace commands

pub mod git;

// Re-export all handlers for easy access
pub use git::GitStatusTool;