From 6a55b6d7b5fac94657c4257a14a68b5ee3e41afc Mon Sep 17 00:00:00 2001 From: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Date: Fri, 21 Mar 2025 19:34:08 +0000 Subject: [PATCH] chore(typo) corrects readme - my first commit, wohoo Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756e1f276..a84ce2723 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vibe Tool (vt) -Vibe Tool (vt) is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers. It is written in Rust and has extensive test coverage—including input validation—to ensure reliability and security. +Vibe Tool (vt) is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers. It is written in Golang and has extensive test coverage—including input validation—to ensure reliability and security. Under the hood, Vibe Tool acts as a very thin client for the Docker/Podman Unix socket API. This design choice allows it to remain both efficient and lightweight while still providing powerful, container-based isolation for running MCP servers.