Change typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user