diff --git a/src/main.rs b/src/main.rs index 51d6604..3c23e3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,8 +11,8 @@ use mcp::BaseMCPServer; #[derive(Parser)] #[command(name = "aigpt")] #[command(version)] -#[command(about = "Simple memory storage for Claude with MCP")] -#[command(long_about = "AI memory system with psychological priority scoring and game-style results!")] +#[command(about = "Simple memory storage for Claude with MCP (v0.2.0)")] +#[command(long_about = "AI memory system with psychological priority scoring and game-style results!\nVersion: 0.2.0")] struct Cli { #[command(subcommand)] command: Commands,