From 1397dd45a9fa5bc5b76c02bbb04091d8cb86b6b3 Mon Sep 17 00:00:00 2001 From: sebi Date: Thu, 2 Jul 2026 14:04:33 -0500 Subject: [PATCH] chore(release): v1.3.0 Co-Authored-By: Claude Fable 5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124775c..cfcc526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,7 +1185,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mcp-ssh" -version = "1.2.4" +version = "1.3.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 0b73acf..1809cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-ssh" -version = "1.2.4" +version = "1.3.0" edition = "2024" rust-version = "1.85" description = "Remote shell + file access for AI agents over authenticated MCP-HTTP — an ssh replacement you talk to over /mcp"