From 46c317fca1fdaf8b5560bf27aaeaff62f2375e85 Mon Sep 17 00:00:00 2001 From: River Rooks Date: Sun, 19 Jul 2026 00:15:32 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ded4bc..66e9a9c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# AI-Enhanced CTF Toolchain & Learning Platform +# CTF Toolchain & Learning Platform A modern, lightweight Capture The Flag (CTF) utility and context manager written in Python. This tool standardizes solving methodologies, captures solver context, inspects file structures, and automatically intercepts flags in the console stream to facilitate agentic solving workflows. Managed using `uv` as the package manager and built with a modular, pure-Python architecture. +Eventually will implement MCP architecture to agentic solving. Focusing on static tooling for now. The more static tools I can add the less the agents have to do eventually, and the quicker I can solve the challenges by hand. + --- ## 🚀 Key Features