From 2969ad73eafb217faabcdc548590ca47ef2fcd71 Mon Sep 17 00:00:00 2001 From: Andrea Gordanelli Date: Fri, 23 Jan 2026 19:40:37 +0100 Subject: [PATCH] Change typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de1db73..a0e36ed 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A complete MCP (Model Context Protocol) solution consisting of: ``` Cariddi/ -├── Cariddi/ # MCP Server implementation +├── mcpServer/ # MCP Server implementation │ ├── main.py # FastMCP server entry point │ ├── modules/ │ │ └── filesystem.py # Filesystem operation implementations @@ -16,7 +16,7 @@ Cariddi/ │ ├── Dockerfile │ ├── docker-compose.yml │ └── mcp.json # MCP server configuration -├── CariddiClient/ # MCP Client with Ollama +├── mcpClient/ # MCP Client with Ollama │ ├── mcpClient.py # Main client implementation │ └── requirements.txt └── challs/ # CTF challenges